Skip to content

chore(deps-dev): bump npm-package-json-lint from 7.1.0 to 11.0.0 - #2201

Merged
ashleyshaw merged 1 commit into
developfrom
dependabot/npm_and_yarn/npm-package-json-lint-11.0.0
Aug 21, 2026
Merged

chore(deps-dev): bump npm-package-json-lint from 7.1.0 to 11.0.0#2201
ashleyshaw merged 1 commit into
developfrom
dependabot/npm_and_yarn/npm-package-json-lint-11.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor

Bumps npm-package-json-lint from 7.1.0 to 11.0.0.

Release notes

Sourced from npm-package-json-lint's releases.

v11.0.0

What's Changed

💥 Breaking Changes

Full Changelog: tclindner/npm-package-json-lint@v10.5.1...v11.0.0

v10.5.1

What's Changed

🙈 Fixed

Full Changelog: tclindner/npm-package-json-lint@v10.5.0...v10.5.1

v10.5.0

What's Changed

🧹 Chores

Full Changelog: tclindner/npm-package-json-lint@v10.4.1...v10.5.0

v10.4.1

What's Changed

🙈 Fixed

🧹 Chores

... (truncated)

Commits
  • 3c65e94 Remove allowEmptyTargets, default targets to . (#1929)
  • e4c43f8 build(deps-dev): Bump globals from 17.9.0 to 17.10.0 (#1926)
  • 03cab74 Update npm package json linting rules (#1928)
  • 0aff148 build(deps-dev): Bump typescript from 5.4.5 to 6.0.3 (#1740)
  • 88e6973 build(deps-dev): Bump typescript-eslint in the eslint-dependencies group (#1924)
  • 0c54156 fix: bundle ajv and ajv-errors to avoid cross-version codegen mismatch (#1922)
  • b36654a build(deps): Bump cosmiconfig from 9.0.2 to 10.0.0 (#1912)
  • 328488c build(deps-dev): Bump @​types/node from 26.1.2 to 26.2.0 (#1919)
  • 6ca833d build(deps-dev): Bump eslint in the eslint-dependencies group (#1918)
  • 0235c98 build(deps): Bump brace-expansion from 1.1.14 to 1.1.18 in /website (#1908)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for npm-package-json-lint since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added the area:dependencies Composer/npm dependency work label Aug 21, 2026
@github-actions github-actions Bot added the meta:dependabot-security Dependabot update appears security-related and eligible for guarded automation label Aug 21, 2026
@mergify

mergify Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

  • Entered queue2026-08-21 08:34 UTC · Rule: dependabot-develop · triggered by merge protections
  • 🚫 Left the queue2026-08-21 08:37 UTC · at dcb7396163fd6c700c138f46f6f4d3d8201f51d8

This pull request spent 3 minutes 33 seconds in the queue, with no time running CI.

Reason

The pull request can't be updated

merge conflict between base and head

Hint

You should update or rebase your pull request manually. If you do, this pull request will automatically be requeued once the queue conditions match again.
If you think this was a flaky issue, you can requeue the pull request, without updating it, by posting a @mergifyio queue comment.

Tick the box to put this pull request back in the merge queue (same as @mergifyio queue).

  • Requeue this pull request

@mergify mergify Bot added the queued label Aug 21, 2026
@github-actions

Copy link
Copy Markdown
Contributor

⏱️ Aging and SLA annotation

  • Age: 0 day(s)
  • SLA state: Within SLA
  • Thresholds: warn at 7 days, breach at 14 days
  • Last updated: 2026-08-21T08:36:35.663Z

Maintained by project-meta-sync workflow.

@mergify mergify Bot added dequeued and removed queued labels Aug 21, 2026
Bumps [npm-package-json-lint](https://github.com/tclindner/npm-package-json-lint) from 7.1.0 to 11.0.0.
- [Release notes](https://github.com/tclindner/npm-package-json-lint/releases)
- [Changelog](https://github.com/tclindner/npm-package-json-lint/blob/master/CHANGELOG.md)
- [Commits](tclindner/npm-package-json-lint@v7.1.0...v11.0.0)

---
updated-dependencies:
- dependency-name: npm-package-json-lint
  dependency-version: 11.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@ashleyshaw
ashleyshaw force-pushed the dependabot/npm_and_yarn/npm-package-json-lint-11.0.0 branch from dcb7396 to 0f2a842 Compare August 21, 2026 08:51
@ashleyshaw
ashleyshaw merged commit aa24b07 into develop Aug 21, 2026
1 check was pending
@ashleyshaw
ashleyshaw deleted the dependabot/npm_and_yarn/npm-package-json-lint-11.0.0 branch August 21, 2026 08:51
@github-actions

Copy link
Copy Markdown
Contributor

❌ Branch Name Validation Failed

The branch name dependabot/npm_and_yarn/npm-package-json-lint-11.0.0 does not follow the LightSpeed branching strategy.

Required Format

{type}/{scope}-{short-title}
  • type: one of the allowed prefixes (lowercase)
  • scope: lowercase, hyphens only (no underscores or uppercase)
  • title: lowercase, hyphens only (no underscores or uppercase)

Allowed Branch Types

feat, fix, hotfix, release, refactor, chore, docs, test, perf, ci, build, deps, security, revert, research, design, a11y, ux, i18n, ops, proto, ds, api, schema, telemetry, content, seo, config, migrate, qa, uat, audit, codex

Valid Examples

  • feat/branch-naming-enforcement
  • fix/validation-script-bug
  • chore/update-dependencies
  • docs/branching-strategy-guide
  • hotfix/critical-security-patch

Invalid Examples

  • claude/my-branch (type "claude" not allowed)
  • Feature/MyBranch (uppercase not allowed)
  • fix-bug (missing type prefix)
  • feat/my_feature (underscores not allowed)
  • feat/MyFeature (uppercase not allowed)

Solution

Rename your branch to follow the pattern and update the PR.

For more information, see docs/BRANCHING_STRATEGY.md.

@mergify mergify Bot removed the dequeued label Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dependencies Composer/npm dependency work meta:dependabot-security Dependabot update appears security-related and eligible for guarded automation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant