Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the development-dependencies group across 1 directory with 6 updates #1309

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2024

Bumps the development-dependencies group with 6 updates in the / directory:

Package From To
eslint-plugin-unicorn 55.0.0 56.0.0
hugo-bin 0.132.0 0.133.2
linkinator 6.1.1 6.1.2
npm-run-all2 6.2.3 6.2.4
sass 1.78.0 1.79.6
vnu-jar 23.4.11 24.10.17

Updates eslint-plugin-unicorn from 55.0.0 to 56.0.0

Release notes

Sourced from eslint-plugin-unicorn's releases.

v56.0.0

New rules

Breaking

  • Remove better-regex from recommended rules (#2443) 461b01c

Improvements

  • no-useless-undefined: Ignore React 19 useRef calls (#2463) 5f744e8
  • prefer-query-selector: Add support for getElementsByName (#2398) e511ffd
  • prefer-string-slice: Remove unsafe autofix for String#substr() (#2427) 891842d
  • no-for-loop: Remove invalid fix for TypeScript (#2426) 1e367bb

sindresorhus/eslint-plugin-unicorn@v55.0.0...v56.0.0

Commits

Updates hugo-bin from 0.132.0 to 0.133.2

Commits

Updates linkinator from 6.1.1 to 6.1.2

Release notes

Sourced from linkinator's releases.

v6.1.2

6.1.2 (2024-10-09)

Bug Fixes

Commits
  • ba65cf0 fix: export getConfig from index (#626)
  • d19a8c7 chore(deps): update dependency @​biomejs/biome to v1.9.3 (#624)
  • 679cadf chore(deps): update dependency @​biomejs/biome to v1.9.2 (#622)
  • 499b736 chore(deps): update dependency @​biomejs/biome to v1.9.0 (#620)
  • 6d4378d build: use husky pre-commit hook (#614)
  • See full diff in compare view

Updates npm-run-all2 from 6.2.3 to 6.2.4

Release notes

Sourced from npm-run-all2's releases.

v6.2.4

Merged

Fixed

Changelog

Sourced from npm-run-all2's changelog.

v6.2.4

Merged

Fixed

Commits

Updates sass from 1.78.0 to 1.79.6

Release notes

Sourced from sass's releases.

Dart Sass 1.79.6

To install Sass 1.79.6, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug where Sass would add an extra */ after loud comments with whitespace after an explicit */ in the indented syntax.

  • Potentially breaking bug fix: Adding text after an explicit */ in the indented syntax is now an error, rather than silently generating invalid CSS.

Embedded Host

  • Properly export the SassBoolean type.

See the full changelog for changes in earlier releases.

Dart Sass 1.79.5

To install Sass 1.79.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Changes to how selector.unify() and @extend combine selectors:

    • The relative order of pseudo-classes (like :hover) and pseudo-elements (like ::before) within each original selector is now preserved when they're combined.

    • Pseudo selectors are now consistently placed at the end of the combined selector, regardless of which selector they came from. Previously, this reordering only applied to pseudo-selectors in the second selector.

  • Tweak the color transformation matrices for OKLab and OKLCH to match the newer, more accurate values in the CSS spec.

  • Fix a slight inaccuracy case when converting to srgb-linear and display-p3.

  • Potentially breaking bug fix: math.unit() now wraps multiple denominator units in parentheses. For example, px/(em*em) instead of px/em*em.

Command-Line Interface

  • Use @parcel/watcher to watch the filesystem when running from JavaScript and not using --poll. This should mitigate more frequent failures users have been seeing since version 4.0.0 of Chokidar, our previous watching tool, was released.

JS API

  • Fix SassColor.interpolate() to allow an undefined options parameter, as the types indicate.

Embedded Sass

  • Properly pass missing color channel values to and from custom functions.

... (truncated)

Changelog

Sourced from sass's changelog.

1.79.6

  • Fix a bug where Sass would add an extra */ after loud comments with whitespace after an explicit */ in the indented syntax.

  • Potentially breaking bug fix: Adding text after an explicit */ in the indented syntax is now an error, rather than silently generating invalid CSS.

Embedded Host

  • Properly export the SassBoolean type.

1.79.5

  • Changes to how selector.unify() and @extend combine selectors:

    • The relative order of pseudo-classes (like :hover) and pseudo-elements (like ::before) within each original selector is now preserved when they're combined.

    • Pseudo selectors are now consistently placed at the end of the combined selector, regardless of which selector they came from. Previously, this reordering only applied to pseudo-selectors in the second selector.

  • Tweak the color transformation matrices for OKLab and OKLCH to match the newer, more accurate values in the CSS spec.

  • Fix a slight inaccuracy case when converting to srgb-linear and display-p3.

  • Potentially breaking bug fix: math.unit() now wraps multiple denominator units in parentheses. For example, px/(em*em) instead of px/em*em.

Command-Line Interface

  • Use @parcel/watcher to watch the filesystem when running from JavaScript and not using --poll. This should mitigate more frequent failures users have been seeing since version 4.0.0 of Chokidar, our previous watching tool, was released.

JS API

  • Fix SassColor.interpolate() to allow an undefined options parameter, as the types indicate.

Embedded Sass

  • Properly pass missing color channel values to and from custom functions.

1.79.4

... (truncated)

Commits

Updates vnu-jar from 23.4.11 to 24.10.17

Release notes

Sourced from vnu-jar's releases.

latest

7d62ce104be8319ff3cd01fc904bc594afde4010 — Switch to using “vnu” branch for htmlparser

The “vnu” branch of the htmlparser repo contains a workaround for this: validator/htmlparser#91 …and until we get the actual root cause of the problem figured out, that workaround is necessary in order to prevent the code from throwing a massive number of exceptions in production every day all day long.

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
sass [>= 1.80.a, < 1.81]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ates

Bumps the development-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [eslint-plugin-unicorn](https:/sindresorhus/eslint-plugin-unicorn) | `55.0.0` | `56.0.0` |
| [hugo-bin](https:/fenneclab/hugo-bin) | `0.132.0` | `0.133.2` |
| [linkinator](https:/JustinBeckwith/linkinator) | `6.1.1` | `6.1.2` |
| [npm-run-all2](https:/bcomnes/npm-run-all2) | `6.2.3` | `6.2.4` |
| [sass](https:/sass/dart-sass) | `1.78.0` | `1.79.6` |
| [vnu-jar](https:/validator/validator) | `23.4.11` | `24.10.17` |



Updates `eslint-plugin-unicorn` from 55.0.0 to 56.0.0
- [Release notes](https:/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v55.0.0...v56.0.0)

Updates `hugo-bin` from 0.132.0 to 0.133.2
- [Release notes](https:/fenneclab/hugo-bin/releases)
- [Commits](fenneclab/hugo-bin@v0.132.0...v0.133.2)

Updates `linkinator` from 6.1.1 to 6.1.2
- [Release notes](https:/JustinBeckwith/linkinator/releases)
- [Commits](JustinBeckwith/linkinator@v6.1.1...v6.1.2)

Updates `npm-run-all2` from 6.2.3 to 6.2.4
- [Release notes](https:/bcomnes/npm-run-all2/releases)
- [Changelog](https:/bcomnes/npm-run-all2/blob/master/CHANGELOG.md)
- [Commits](bcomnes/npm-run-all2@v6.2.3...v6.2.4)

Updates `sass` from 1.78.0 to 1.79.6
- [Release notes](https:/sass/dart-sass/releases)
- [Changelog](https:/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.78.0...1.79.6)

Updates `vnu-jar` from 23.4.11 to 24.10.17
- [Release notes](https:/validator/validator/releases)
- [Changelog](https:/validator/validator/blob/main/CHANGELOG.md)
- [Commits](https:/validator/validator/commits)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: hugo-bin
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: linkinator
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: npm-run-all2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: vnu-jar
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the ci Continuous integration / automation label Oct 18, 2024
@dependabot dependabot bot requested a review from a team October 18, 2024 17:44
@mmunro-ltrr
Copy link
Member

@dependabot ignore sass minor version

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 18, 2024

OK, I won't notify you about version 1.79.x of sass again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 18, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 18, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/development-dependencies-21465ea0db branch October 18, 2024 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous integration / automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant