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

Chore(deps-dev): Bump the wordpress-packages group with 6 updates #498

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the wordpress-packages group with 6 updates:

Package From To
@wordpress/babel-preset-default 8.8.2 8.14.0
@wordpress/browserslist-config 6.8.0 6.14.0
@wordpress/env 10.8.0 10.14.0
@wordpress/eslint-plugin 21.1.2 22.0.0
@wordpress/jest-preset-default 12.8.0 12.14.0
@wordpress/scripts 30.0.2 30.7.0

Updates @wordpress/babel-preset-default from 8.8.2 to 8.14.0

Changelog

Sourced from @​wordpress/babel-preset-default's changelog.

8.14.0 (2024-12-11)

8.13.0 (2024-11-27)

8.12.0 (2024-11-16)

8.11.0 (2024-10-30)

8.10.0 (2024-10-16)

Enhancements

  • The bundled @babel/core dependency has been updated from requiring ^7.16.0 to requiring 7.25.7 (#36244).
  • The bundled @babel/plugin-transform-react-jsx dependency has been updated from requiring ^7.16.0 to requiring 7.25.7 (#36244).
  • The bundled @babel/plugin-transform-runtime dependency has been updated from requiring ^7.16.0 to requiring 7.25.7 (#36244).
  • The bundled @babel/preset-env dependency has been updated from requiring ^7.16.0 to requiring 7.25.7 (#36244).
  • The bundled @babel/preset-typescript dependency has been updated from requiring ^7.16.0 to requiring 7.25.7 (#36244).
  • The bundled @babel/runtime dependency has been updated from requiring ^7.16.0 to requiring 7.25.7 (#36244).

8.9.0 (2024-10-03)

Bug Fixes

  • Fix a bug in 8.8.1 due to missing files in the published package (#65481).

8.8.0 (2024-09-19)

Internal

  • Added addPolyfillComments option. When used, it will automatically add magic comments to mark files that need wp-polyfill (#65292).

8.7.0 (2024-09-05)

8.6.0 (2024-08-21)

8.5.0 (2024-08-07)

8.4.0 (2024-07-24)

8.3.0 (2024-07-10)

8.2.0 (2024-06-26)

8.1.0 (2024-06-15)

8.0.0 (2024-05-31)

Breaking Changes

Note If you're using @​wordpress/scripts for building JS scripts to target WordPress 6.5 or earlier, you should not upgrade to this version and continue using @​wordpress/babel-preset-default@​7.

... (truncated)

Commits
  • b432c18 chore(release): publish
  • f38cb4d Update changelog files
  • e5570ea Merge changes published in the Gutenberg plugin "release/19.9" branch
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • Additional commits viewable in compare view

Updates @wordpress/browserslist-config from 6.8.0 to 6.14.0

Changelog

Sourced from @​wordpress/browserslist-config's changelog.

6.14.0 (2024-12-11)

6.13.0 (2024-11-27)

6.12.0 (2024-11-16)

6.11.0 (2024-10-30)

6.10.0 (2024-10-16)

6.9.0 (2024-10-03)

Commits

Updates @wordpress/env from 10.8.0 to 10.14.0

Changelog

Sourced from @​wordpress/env's changelog.

10.14.0 (2024-12-11)

Enhancements

  • Add phpMyAdmin as an optional service. Enabled via the new phpmyadminPort environment config, as well as env vars WP_ENV_PHPMYADMIN_PORT and WP_ENV_TESTS_PHPMYADMIN_PORT (#67588).

Internal

  • The bundled rimraf dependency has been updated from ^3.0.2 to ^5.0.10 (#67708).

10.13.0 (2024-11-27)

10.12.0 (2024-11-16)

10.11.0 (2024-10-30)

10.10.0 (2024-10-16)

10.9.0 (2024-10-03)

Commits
  • b432c18 chore(release): publish
  • f38cb4d Update changelog files
  • e5570ea Merge changes published in the Gutenberg plugin "release/19.9" branch
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • Additional commits viewable in compare view

Updates @wordpress/eslint-plugin from 21.1.2 to 22.0.0

Changelog

Sourced from @​wordpress/eslint-plugin's changelog.

22.0.0 (2024-12-11)

Breaking Changes

  • The minimum required TypeScript version changed to 5 (#67461)

21.6.0 (2024-11-27)

21.5.0 (2024-11-16)

21.4.0 (2024-10-30)

21.3.0 (2024-10-16)

21.2.0 (2024-10-03)

21.1.0 (2024-09-19)

21.0.0 (2024-09-05)

Breaking Changes

20.3.0 (2024-08-21)

20.2.0 (2024-08-07)

20.1.0 (2024-07-24)

20.0.0 (2024-07-10)

Breaking Changes

19.2.0 (2024-06-26)

19.1.0 (2024-06-15)

19.0.0 (2024-05-31)

Breaking Changes

  • @wordpress/is-gutenberg-plugin rule has been replaced by @wordpress/wp-global-usage (#61486).
  • @wordpress/wp-process-env rule has been added and included in the recommended configurations (#61486).
  • @wordpress/gutenberg-phase rule has been removed (deprecated in v10.0.0) (#61486).
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.

... (truncated)

Commits
  • b432c18 chore(release): publish
  • f38cb4d Update changelog files
  • e5570ea Merge changes published in the Gutenberg plugin "release/19.9" branch
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • bfaa61c Merge changes published in the Gutenberg plugin "release/19.8" branch
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/jest-preset-default from 12.8.0 to 12.14.0

Changelog

Sourced from @​wordpress/jest-preset-default's changelog.

12.14.0 (2024-12-11)

12.13.0 (2024-11-27)

12.12.0 (2024-11-16)

12.11.0 (2024-10-30)

12.10.0 (2024-10-16)

12.9.0 (2024-10-03)

Commits

Updates @wordpress/scripts from 30.0.2 to 30.7.0

Changelog

Sourced from @​wordpress/scripts's changelog.

30.7.0 (2024-12-11)

Internal

  • The bundled sass dependency has been updated from ^1.35.2 to ^1.50.1 (#67572).
  • The bundled sass-loader dependency has been updated from ^12.1.0 to ^16.0.3 (#67572).
  • The bundled mini-css-extract-plugin dependency has been updated from ^2.5.1 to ^2.9.2 (#67572).
  • The bundled webpack dependency has been updated from ^5.95.0 to ^5.97.0 (#67572).
  • The bundled cross-spawn dependency has been updated from ^5.1.0 to ^7.0.6 (#67708).
  • The bundled jest-dev-server dependency has been updated from ^9.0.1 to ^10.1.4 (#67708).
  • The bundled puppeteer-core dependency has been updated from ^23.1.0 to ^23.10.1 (#67708).

Bug Fix

  • Make React Fast Refresh in the start command work with multiple blocks (64924).

30.6.0 (2024-11-27)

30.5.1 (2024-11-18)

Bug Fix

  • Revert changes from #61121 that inlined CSS files imported from other CSS files before optimization in the build command.

30.5.0 (2024-11-16)

Bug Fix

  • Make start script more resilient for developer errors (#66752).

30.4.0 (2024-10-30)

Enhancements

  • Add BlueOak-1.0.0 the GPLv2-compatible licenses recognized by check-licenses (#66139).
  • Add an optional --root-folder argument to the plugin-zip command (#61375). By default, the command will use the plugin's name as the root folder of the zip. If the change in the behavior impacted your workflow, you could pass --no-root-folder to remove the root folder.

Internal

  • Refactor to extract license related logic to a reusable module (#66179).

30.3.0 (2024-10-17)

New Features

  • Add new build-blocks-manifest command to generate a PHP file containing block metadata from all block.json files in a project (#65866).

30.2.0 (2024-10-16)

30.1.0 (2024-10-03)

... (truncated)

Commits
  • b432c18 chore(release): publish
  • f38cb4d Update changelog files
  • e5570ea Merge changes published in the Gutenberg plugin "release/19.9" branch
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • b24995a chore(release): publish
  • b25f82f Update changelog files
  • fdbe988 WP Scripts: Revert changes that inline CSS imports early in the build process...
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • Additional commits viewable in compare view

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

Bumps the wordpress-packages group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/babel-preset-default](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-preset-default) | `8.8.2` | `8.14.0` |
| [@wordpress/browserslist-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/browserslist-config) | `6.8.0` | `6.14.0` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `10.8.0` | `10.14.0` |
| [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) | `21.1.2` | `22.0.0` |
| [@wordpress/jest-preset-default](https://github.com/WordPress/gutenberg/tree/HEAD/packages/jest-preset-default) | `12.8.0` | `12.14.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `30.0.2` | `30.7.0` |


Updates `@wordpress/babel-preset-default` from 8.8.2 to 8.14.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/babel-preset-default/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/babel-preset-default)

Updates `@wordpress/browserslist-config` from 6.8.0 to 6.14.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/browserslist-config/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/browserslist-config)

Updates `@wordpress/env` from 10.8.0 to 10.14.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/env/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/env)

Updates `@wordpress/eslint-plugin` from 21.1.2 to 22.0.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/eslint-plugin)

Updates `@wordpress/jest-preset-default` from 12.8.0 to 12.14.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/jest-preset-default/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/jest-preset-default)

Updates `@wordpress/scripts` from 30.0.2 to 30.7.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/scripts)

---
updated-dependencies:
- dependency-name: "@wordpress/babel-preset-default"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/browserslist-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/jest-preset-default"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/scripts"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants