Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps the development group with 4 updates in the / directory: @wordpress/scripts, css-minimizer-webpack-plugin, lint-staged and postcss-preset-env.

Updates @wordpress/scripts from 30.10.0 to 30.14.0

Changelog

Sourced from @​wordpress/scripts's changelog.

30.14.0 (2025-03-27)

New Features

  • Add --blocks-manifest CLI flag to generate a PHP file containing block metadata from all block.json files in the project (#69578).

30.13.0 (2025-03-13)

30.12.0 (2025-02-28)

30.11.0 (2025-02-12)

Commits
  • 104af00 chore(release): publish
  • f28a82f Update changelog files
  • 7d74f8d Merge changes published in the Gutenberg plugin "release/20.6" branch
  • 7247697 chore(release): publish
  • 94da895 Update changelog files
  • c3e1c38 Merge changes published in the Gutenberg plugin "release/20.5" branch
  • d6b0b20 chore(release): publish
  • 86ca035 Update changelog files
  • afe4fb3 chore(release): publish
  • e01aa63 Update changelog files
  • See full diff in compare view

Updates css-minimizer-webpack-plugin from 7.0.0 to 7.0.2

Release notes

Sourced from css-minimizer-webpack-plugin's releases.

v7.0.2

7.0.2 (2025-03-06)

Bug Fixes

v7.0.1

7.0.1 (2025-03-06)

Bug Fixes

  • better support worker threads (eeaa5e1)
  • use os.availableParallelism() for parallelism when it is available (b07feeb)
Changelog

Sourced from css-minimizer-webpack-plugin's changelog.

7.0.2 (2025-03-06)

Bug Fixes

7.0.1 (2025-03-06)

Bug Fixes

  • better support worker threads (eeaa5e1)
  • use os.availableParallelism() for parallelism when it is available (b07feeb)
Commits
  • bc6dd99 chore(release): 7.0.2
  • 9d009b3 fix: better types
  • 08c9f3e chore(release): 7.0.1
  • eeaa5e1 fix: better support worker threads
  • b07feeb fix: use os.availableParallelism() for parallelism when it is available
  • f148aa1 chore(deps-dev): bump esbuild from 0.20.2 to 0.25.0 (#279)
  • 2d291a0 chore: update codecov-action from v4 to v5 (#277)
  • 9152293 chore(deps): bump nanoid from 3.3.7 to 3.3.8 (#276)
  • 50f4eef ci: add Node.js v23 (#274)
  • b03665a chore: fix npm audit (#275)
  • Additional commits viewable in compare view

Updates lint-staged from 15.4.3 to 15.5.0

Release notes

Sourced from lint-staged's releases.

v15.5.0

Minor Changes

  • #1526 630af5f Thanks @​iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.

    Example with Prettier

    By default Prettier prefers double quotes.

    Previously

    1. Stage file.js with only double quotes " changed to '
    2. Run git commit -am "I don't like double quotes"
    3. Lint-staged runs prettier --write file.js, converting all the ' back to "
    4. Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
    5. Commit was not done, original state is restored and single quotes ' are staged

    Now

    1. Stage file.js with only double-quotes " changed to '
    2. Run git commit -am "I don't like double quotes"
    3. Lint-staged runs prettier --write file.js, converting all the ' back to "
    4. Because there are now no changes, lint-staged fails and cancels the commit
    5. Commit was not done, and there are no staged changes
Changelog

Sourced from lint-staged's changelog.

15.5.0

Minor Changes

  • #1526 630af5f Thanks @​iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.

    Example with Prettier

    By default Prettier prefers double quotes.

    Previously

    1. Stage file.js with only double quotes " changed to '
    2. Run git commit -am "I don't like double quotes"
    3. Lint-staged runs prettier --write file.js, converting all the ' back to "
    4. Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
    5. Commit was not done, original state is restored and single quotes ' are staged

    Now

    1. Stage file.js with only double-quotes " changed to '
    2. Run git commit -am "I don't like double quotes"
    3. Lint-staged runs prettier --write file.js, converting all the ' back to "
    4. Because there are now no changes, lint-staged fails and cancels the commit
    5. Commit was not done, and there are no staged changes
Commits
  • 7e6abe4 chore(changeset): release
  • 0ebfa69 build(deps): update dependencies
  • 630af5f feat: do not reset to original state when preventing empty commit
  • 7b8be70 chore: update default branch references from "master" to "main"
  • 362a78d docs: add workaround for tsc ignoring tsconfig.json issue to README FAQ (#1523)
  • e013823 fix: "node_modules" typo in eslint.config.js
  • 67019ee test: add integration test to ensure unmodified merged files are not linted (...
  • 366f8bd refactor: move TypeScript types to "index.d.ts" file
  • 85ea6a4 docs: adjust readme regarding monorepo setup
  • See full diff in compare view

Updates postcss-preset-env from 10.1.3 to 10.1.5

Changelog

Sourced from postcss-preset-env's changelog.

10.1.5

February 23, 2025

10.1.4

February 12, 2025

Commits

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 development group with 4 updates in the / directory: [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts), [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin), [lint-staged](https://github.com/lint-staged/lint-staged) and [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env).


Updates `@wordpress/scripts` from 30.10.0 to 30.14.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)

Updates `css-minimizer-webpack-plugin` from 7.0.0 to 7.0.2
- [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack/css-minimizer-webpack-plugin@v7.0.0...v7.0.2)

Updates `lint-staged` from 15.4.3 to 15.5.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.4.3...v15.5.0)

Updates `postcss-preset-env` from 10.1.3 to 10.1.5
- [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: "@wordpress/scripts"
  dependency-version: 30.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: css-minimizer-webpack-plugin
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: lint-staged
  dependency-version: 15.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: postcss-preset-env
  dependency-version: 10.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from divyarajmasani April 1, 2025 04:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2025

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

@dependabot dependabot bot closed this Sep 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-7fbf86ed62 branch September 1, 2025 09:34
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