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 all-dependencies group with 5 updates #1829

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2024

Bumps the all-dependencies group with 5 updates:

Package From To
browserslist 4.24.2 4.24.3
@types/node 22.10.1 22.10.2
@mdn/browser-compat-data 5.6.22 5.6.24
eslint 9.16.0 9.17.0
postcss-preset-env 10.1.1 10.1.2

Updates browserslist from 4.24.2 to 4.24.3

Release notes

Sourced from browserslist's releases.

4.24.3

Changelog

Sourced from browserslist's changelog.

4.24.3

Commits

Updates @types/node from 22.10.1 to 22.10.2

Commits

Updates @mdn/browser-compat-data from 5.6.22 to 5.6.24

Release notes

Sourced from @​mdn/browser-compat-data's releases.

v5.6.24

Note: There will be no BCD releases from December 23, 2024, through January 1, 2025.

Renamings

  • css.types.calc-constant to css.types.calc-keyword (#25395)
  • css.types.calc-constant.e to css.types.calc-keyword.e (#25395)
  • css.types.calc-constant.infinity to css.types.calc-keyword.infinity (#25395)
  • css.types.calc-constant.NaN to css.types.calc-keyword.NaN(#25395)
  • css.types.calc-constant.pi to css.types.calc-keyword.pi (#25395)

Removals

  • css.properties.offset-path.coord_box (#25385)

Additions

  • css.properties.offset-anchor.bottom (#25385)
  • css.properties.offset-anchor.center (#25385)
  • css.properties.offset-anchor.left (#25385)
  • css.properties.offset-anchor.right (#25385)
  • css.properties.offset-anchor.top (#25385)
  • css.properties.offset-path.border-box (#25385)
  • css.properties.offset-path.content-box (#25385)
  • css.properties.offset-path.fill-box (#25385)
  • css.properties.offset-path.margin-box (#25385)
  • css.properties.offset-path.none (#25385)
  • css.properties.offset-path.padding-box (#25385)
  • css.properties.offset-path.stroke-box (#25385)
  • css.properties.offset-path.view-box (#25385)
  • css.properties.offset-position.bottom (#25385)
  • css.properties.offset-position.center (#25385)
  • css.properties.offset-position.left (#25385)
  • css.properties.offset-position.right (#25385)
  • css.properties.offset-position.top (#25385)

Statistics

  • 12 contributors have changed 22 files with 775 additions and 97 deletions in 21 commits (v5.6.23...v5.6.24)
  • 16,780 total features
  • 1,119 total contributors
  • 5,031 total stargazers

v5.6.23

Note: There will be no BCD releases from December 23, 2024, through January 1, 2025.

Removals

  • css.properties.object-position.applies_to_iframe_elements (#25354)

... (truncated)

Changelog

Sourced from @​mdn/browser-compat-data's changelog.

v5.6.24

December 13, 2024

Renamings

  • css.types.calc-constant to css.types.calc-keyword (#25395)
  • css.types.calc-constant.e to css.types.calc-keyword.e (#25395)
  • css.types.calc-constant.infinity to css.types.calc-keyword.infinity (#25395)
  • css.types.calc-constant.NaN to css.types.calc-keyword.NaN(#25395)
  • css.types.calc-constant.pi to css.types.calc-keyword.pi (#25395)

Removals

  • css.properties.offset-path.coord_box (#25385)

Additions

  • css.properties.offset-anchor.bottom (#25385)
  • css.properties.offset-anchor.center (#25385)
  • css.properties.offset-anchor.left (#25385)
  • css.properties.offset-anchor.right (#25385)
  • css.properties.offset-anchor.top (#25385)
  • css.properties.offset-path.border-box (#25385)
  • css.properties.offset-path.content-box (#25385)
  • css.properties.offset-path.fill-box (#25385)
  • css.properties.offset-path.margin-box (#25385)
  • css.properties.offset-path.none (#25385)
  • css.properties.offset-path.padding-box (#25385)
  • css.properties.offset-path.stroke-box (#25385)
  • css.properties.offset-path.view-box (#25385)
  • css.properties.offset-position.bottom (#25385)
  • css.properties.offset-position.center (#25385)
  • css.properties.offset-position.left (#25385)
  • css.properties.offset-position.right (#25385)
  • css.properties.offset-position.top (#25385)

Statistics

  • 12 contributors have changed 22 files with 775 additions and 97 deletions in 21 commits (v5.6.23...v5.6.24)
  • 16,780 total features
  • 1,119 total contributors
  • 5,031 total stargazers

v5.6.23

December 10, 2024

Removals

... (truncated)

Commits
  • 28636e1 Release v5.6.24 (#25370)
  • fff72f0 Add more offset-motion sub features (#25385)
  • efa6416 Add Firefox impl_url for api.Element.scrollIntoViewIfNeeded (#25386)
  • 1d69131 Rename css.types.calc-constant to css.types.calc-keyword (#25395)
  • ee05bd5 Don't run send_repo_dispatch_event job from forks (#25390)
  • 56fe39e Firefox 78 allows number values in CSS aspect ratio (#25400)
  • f17b8a2 Add spec_urls for SVGAnimationElement (#25393)
  • 7cd0be7 Chrome 127 makes webextensions.api.action.openPopup generally available (#2...
  • f635137 Chrome Android 130 also supports text-wrap-style: pretty (#25394)
  • 66b11ae Add spec_url for svg \<style> element attributes title and type (#25396)
  • Additional commits viewable in compare view

Updates eslint from 9.16.0 to 9.17.0

Release notes

Sourced from eslint's releases.

v9.17.0

Features

  • eed91d1 feat: add suggestions to no-unused-vars (#18352) (Tanuj Kanti)

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#19200) (YeonJuan)

Documentation

  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#19211) (Kirk Waiblinger)
  • bf2a4f6 docs: add missing backticks to func-style (#19227) (루밀LuMir)
  • ba098bd docs: add missing header to prefer-spread (#19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#19222) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#19217) (루밀LuMir)
  • e2bb429 docs: add missing backticks to complexity.md (#19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#19208) (Milos Djermanovic)
  • 1416d70 docs: add missing backticks to eqeqeq (#19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)

Chores

  • cc243c9 chore: upgrade to @eslint/js@9.17.0 (#19242) (Francesco Trotta)
  • 84c5787 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c4f53b chore: add missing backticks to flags.js (#19226) (루밀LuMir)
  • 4b3132c chore: update dependency eslint-plugin-expect-type to ^0.6.0 (#19221) (renovate[bot])
  • 9bf2204 chore: add type definitions for the eslint-config-eslint package (#19050) (Arya Emami)
  • ee8c220 chore: fix incorrect name property in integration-tutorial-code (#19218) (루밀LuMir)
  • cca801d chore: Upgrade cross-spawn to 7.0.6 (#19185) (folortin)
Changelog

Sourced from eslint's changelog.

v9.17.0 - December 13, 2024

  • cc243c9 chore: upgrade to @eslint/js@9.17.0 (#19242) (Francesco Trotta)
  • 84c5787 chore: package.json update for @​eslint/js release (Jenkins)
  • eed91d1 feat: add suggestions to no-unused-vars (#18352) (Tanuj Kanti)
  • 4c4f53b chore: add missing backticks to flags.js (#19226) (루밀LuMir)
  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#19211) (Kirk Waiblinger)
  • 67d683d fix: fix crash when message.fix is nullish (#19168) (ntnyq)
  • bf2a4f6 docs: add missing backticks to func-style (#19227) (루밀LuMir)
  • 4b3132c chore: update dependency eslint-plugin-expect-type to ^0.6.0 (#19221) (renovate[bot])
  • 9bf2204 chore: add type definitions for the eslint-config-eslint package (#19050) (Arya Emami)
  • ba098bd docs: add missing header to prefer-spread (#19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#19222) (루밀LuMir)
  • ee8c220 chore: fix incorrect name property in integration-tutorial-code (#19218) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#19217) (루밀LuMir)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#19200) (YeonJuan)
  • e2bb429 docs: add missing backticks to complexity.md (#19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#19208) (Milos Djermanovic)
  • cca801d chore: Upgrade cross-spawn to 7.0.6 (#19185) (folortin)
  • 1416d70 docs: add missing backticks to eqeqeq (#19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)
Commits

Updates postcss-preset-env from 10.1.1 to 10.1.2

Changelog

Sourced from postcss-preset-env's changelog.

10.1.2

December 13, 2024

Commits

You can trigger a rebase of this PR 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

Bumps the all-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [browserslist](https://github.com/browserslist/browserslist) | `4.24.2` | `4.24.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.1` | `22.10.2` |
| [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) | `5.6.22` | `5.6.24` |
| [eslint](https://github.com/eslint/eslint) | `9.16.0` | `9.17.0` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `10.1.1` | `10.1.2` |


Updates `browserslist` from 4.24.2 to 4.24.3
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.24.2...4.24.3)

Updates `@types/node` from 22.10.1 to 22.10.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@mdn/browser-compat-data` from 5.6.22 to 5.6.24
- [Release notes](https://github.com/mdn/browser-compat-data/releases)
- [Changelog](https://github.com/mdn/browser-compat-data/blob/main/RELEASE_NOTES.md)
- [Commits](mdn/browser-compat-data@v5.6.22...v5.6.24)

Updates `eslint` from 9.16.0 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.16.0...v9.17.0)

Updates `postcss-preset-env` from 10.1.1 to 10.1.2
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@mdn/browser-compat-data"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: postcss-preset-env
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 17, 2024
@dependabot dependabot bot requested review from fd and romainmenke December 17, 2024 00:57
@romainmenke romainmenke merged commit 641c25c into main Dec 17, 2024
2 checks passed
@romainmenke romainmenke deleted the dependabot/npm_and_yarn/all-dependencies-8fdea402c7 branch December 17, 2024 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant