WordPress / wp-feature-notifications

WP Feature Notifications - a proposal to modernise the way in which WordPress handles emails, admin notices and user notifications
https://wordpress.github.io/wp-feature-notifications/
GNU General Public License v2.0
188 stars 18 forks source link

npm: bump lint-staged from 13.2.0 to 13.3.0 #462

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps lint-staged from 13.2.0 to 13.3.0.

Release notes

Sourced from lint-staged's releases.

v13.3.0

13.3.0 (2023-08-13)

Maintainer's note: Version v13.3.0 was incorrectly released including code of version v14.0.0. This means the breaking changes of v14 are also included in v13.3.0, the last v13 version released

Bug Fixes

  • dependencies: update most dependencies (7443870)
  • detect duplicate redundant braces in pattern (d895aa8)

Features

  • dependencies: update listr2@6.6.0 (09844ca)

v13.2.3

13.2.3 (2023-06-28)

Bug Fixes

  • the --diff option implies --no-stash (66a716d)

v13.2.2

13.2.2 (2023-04-26)

Bug Fixes

  • dependencies: update yaml@2.2.2 (GHSA-f9xv-q969-pqx4) (#1290) (cf691aa)

v13.2.1

13.2.1 (2023-04-07)

Bug Fixes

  • ignore "package.json" as config file when it's invalid JSON (#1281) (e7ed6f7)
Changelog

Sourced from lint-staged's changelog.

v13.3.0 - 13 Aug 2023

Bug Fixes

  • dependencies: update most dependencies (7443870)
  • detect duplicate redundant braces in pattern (d895aa8)

Features

  • dependencies: update listr2@6.6.0 (09844ca)

v13.2.3 - 28 Jun 2023

Bug Fixes

  • the --diff option implies --no-stash (66a716d)

v13.2.2 - 26 Apr 2023

Bug Fixes

  • dependencies: update yaml@2.2.2 (GHSA-f9xv-q969-pqx4) (#1290) (cf691aa)

v13.2.1 - 07 Apr 2023

Bug Fixes

  • ignore "package.json" as config file when it's invalid JSON (#1281) (e7ed6f7)
Commits
  • f895e97 Merge pull request #1289 from okonet/updates-2023-04-20
  • 217c404 test: move mock to avoid name collision warning from jest-haste-map
  • d895aa8 fix: detect duplicate redundant braces in pattern
  • a7f8f29 test: skip test failing on Windows Node.js ~20.4.0
  • aa65846 refactor: replace "object-inspect" with built-in util
  • 977c15d refactor: use built-in truncation of Listr2
  • 44a4f6c refactor: reimplement "normalize-path"
  • bc2d267 test: add debug
  • f5ea0a2 refactor: use top-level await in bin
  • 5a88548 test: use GitHub Actions' temp dir if available
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 9 months ago

Superseded by #472.