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 #1814

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps the all-dependencies group with 5 updates:

Package From To
browserslist 4.23.3 4.24.0
@types/node 22.6.1 22.7.4
@mdn/browser-compat-data 5.6.2 5.6.4
webpack 5.94.0 5.95.0
@csstools/postcss-bundler 2.0.1 2.0.2

Updates browserslist from 4.23.3 to 4.24.0

Release notes

Sourced from browserslist's releases.

4.24.0

  • Added browserslist.findConfigFile() helper (by @​JLHwung).
Changelog

Sourced from browserslist's changelog.

4.24.0

  • Added browserslist.findConfigFile() helper (by @​JLHwung).
Commits

Updates @types/node from 22.6.1 to 22.7.4

Commits

Updates @mdn/browser-compat-data from 5.6.2 to 5.6.4

Release notes

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

v5.6.4

Removals

  • mathml.elements.mo.moveablelimits (#24506)

Additions

  • mathml.elements.mo.movablelimits (#24506)
  • webextensions.api.contentScriptGlobalScope (#22767)
  • webextensions.api.contentScriptGlobalScope.cloneInto (#22767)
  • webextensions.api.contentScriptGlobalScope.exportFunction (#22767)

Statistics

  • 6 contributors have changed 11 files with 257 additions and 106 deletions in 16 commits (v5.6.3...v5.6.4)
  • 16,487 total features
  • 1,104 total contributors
  • 4,916 total stargazers

v5.6.3

Additions

  • css.properties.ruby-overhang (#24436)
  • css.properties.ruby-overhang.auto (#24436)
  • css.properties.ruby-overhang.none (#24436)
  • webextensions.manifest.theme.colors.tab_background_separator (#24487)
  • webextensions.manifest.theme.colors.toolbar_field_separator (#24487)

Statistics

  • 6 contributors have changed 158 files with 1,492 additions and 95 deletions in 17 commits (v5.6.2...v5.6.3)
  • 16,484 total features
  • 1,104 total contributors
Changelog

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

v5.6.4

September 27, 2024

Removals

  • mathml.elements.mo.moveablelimits (#24506)

Additions

  • mathml.elements.mo.movablelimits (#24506)
  • webextensions.api.contentScriptGlobalScope (#22767)
  • webextensions.api.contentScriptGlobalScope.cloneInto (#22767)
  • webextensions.api.contentScriptGlobalScope.exportFunction (#22767)

Statistics

  • 6 contributors have changed 11 files with 257 additions and 106 deletions in 16 commits (v5.6.3...v5.6.4)
  • 16,487 total features
  • 1,104 total contributors
  • 4,916 total stargazers

v5.6.3

September 24, 2024

Additions

  • css.properties.ruby-overhang (#24436)
  • css.properties.ruby-overhang.auto (#24436)
  • css.properties.ruby-overhang.none (#24436)
  • webextensions.manifest.theme.colors.tab_background_separator (#24487)
  • webextensions.manifest.theme.colors.toolbar_field_separator (#24487)

Statistics

  • 6 contributors have changed 158 files with 1,492 additions and 95 deletions in 17 commits (v5.6.2...v5.6.3)
  • 16,484 total features
  • 1,104 total contributors
  • 4,910 total stargazers
Commits
  • 6dc5740 Release v5.6.4 (#24567)
  • 8b98b16 Bump @​ddbeck/mdn-content-inventory from 0.2.20240926 to 0.2.20240927 (#24565)
  • 319c88b Bump eslint-plugin-jsdoc from 50.2.5 to 50.3.0 (#24564)
  • 8a4f942 Bump @​types/node from 22.7.2 to 22.7.3 (#24563)
  • d366d4e Bump @​ddbeck/mdn-content-inventory from 0.2.20240925 to 0.2.20240926 (#24541)
  • 962fbca css.properties.grid-auto-flow.*: remove Safari version ranges (#24539)
  • a2cd867 Bump @​types/node from 22.7.0 to 22.7.2 (#24542)
  • b324aec Bump eslint-plugin-jsdoc from 50.2.4 to 50.2.5 (#24540)
  • 63cd0ef Fix exact version for cloneInto and exportFunction (#24529)
  • e6499d2 Use exact version for cloneInto and exportFunction (#24521)
  • Additional commits viewable in compare view

Updates webpack from 5.94.0 to 5.95.0

Release notes

Sourced from webpack's releases.

v5.95.0

Bug Fixes

  • Fixed hanging when attempting to read a symlink-like file that it can't read
  • Handle default for import context element dependency
  • Merge duplicate chunks call after split chunks
  • Generate correctly code for dynamically importing the same file twice and destructuring
  • Use content hash as [base] and [name] for extracted DataURI's
  • Distinguish module and import in module-import for externals import's
  • [Types] Make EnvironmentPlugin default values types less strict
  • [Types] Typescript 5.6 compatibility

New Features

  • Add new optimization.avoidEntryIife option (true by default for the production mode)
  • Pass output.hash* options to loader context

Performance

  • Avoid unneeded re-visit in build chunk graph
Commits
  • e20fd63 chore(release): 5.95.0
  • 4866b0d feat: added new optimization.entryIife option
  • d90f692 fix: merge duplicate chunks after split chunks
  • 90dec30 fix(externals): distinguish “module” and “import” in “module-import”
  • c1a0a46 fix(externals): distinguish “module” and “import” in “module-import”
  • 14d8fa8 fix: all tests cases
  • dae16ad feat: pass output.hash* options to loader context
  • 75d185d feat: pass output.hash* options to loader context
  • 46e0b9c test: update
  • 8e62f9f test
  • Additional commits viewable in compare view

Updates @csstools/postcss-bundler from 2.0.1 to 2.0.2

Changelog

Sourced from @​csstools/postcss-bundler's changelog.

2.0.2

September 28, 2024

  • Add support for scope() conditions on @import statements
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.23.3` | `4.24.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.6.1` | `22.7.4` |
| [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) | `5.6.2` | `5.6.4` |
| [webpack](https://github.com/webpack/webpack) | `5.94.0` | `5.95.0` |
| [@csstools/postcss-bundler](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-bundler) | `2.0.1` | `2.0.2` |


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

Updates `@types/node` from 22.6.1 to 22.7.4
- [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.2 to 5.6.4
- [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.2...v5.6.4)

Updates `webpack` from 5.94.0 to 5.95.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.94.0...v5.95.0)

Updates `@csstools/postcss-bundler` from 2.0.1 to 2.0.2
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-bundler/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-bundler)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@csstools/postcss-bundler"
  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 Sep 30, 2024
@dependabot dependabot bot requested review from fd and romainmenke September 30, 2024 23:22
@romainmenke romainmenke merged commit a355134 into main Oct 1, 2024
2 checks passed
@romainmenke romainmenke deleted the dependabot/npm_and_yarn/all-dependencies-5a65fc6951 branch October 1, 2024 06:50
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