chore(deps): bump jest from 29.7.0 to 30.4.2 in /standards/compliance#84
Merged
williamzujkowski merged 1 commit intoMay 22, 2026
Conversation
williamzujkowski
added a commit
that referenced
this pull request
May 22, 2026
…ted reports (#100) The "Pre-commit Checks" CI job (`pre-commit run --all-files`) failed on every open Dependabot PR (#84-#99). The failure is genuine on `master` itself, not specific to the Dependabot changes. Root cause: the `pretty-format-json` hook ran with `--autofix` against two files it should never touch: - `standards/compliance/package-lock.json` - the exclude pattern `package-lock\.json$` is anchored inside `(?x)^(...)$`, so it only matched a top-level lockfile and missed the nested one. npm lockfiles must keep npm's own key order, so the hook rewrote 4308 lines and exited non-zero. - `reports/generated/structure-audit.json` - a script-generated file (`scripts/generate-audit-reports.py` writes it with `indent=4`), so the hook reformatted it on every run. Fix: - Anchor-correct the exclude to `.*package-lock\.json$` so lockfiles at any depth are skipped. - Exclude `reports/generated/.*\.json$` since those are generated artifacts, not hand-maintained source. Also fixes a real markdownlint violation on master: CODE_OF_CONDUCT.md was missing a blank line before a list (MD032), which `markdownlint --fix` flagged. Applied the formatter's correction. Verified locally: `SKIP=no-commit-to-branch pre-commit run --all-files` now exits 0. This unblocks Dependabot PRs #84-#99. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Owner
|
@dependabot rebase |
ead3c1b to
2e0fc7e
Compare
Owner
|
@dependabot rebase |
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.7.0 to 30.4.2. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.4.2/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2e0fc7e to
5512672
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps jest from 29.7.0 to 30.4.2.
Release notes
Sourced from jest's releases.
... (truncated)
Changelog
Sourced from jest's changelog.
... (truncated)
Commits
746f2a0v30.4.2b3b4a09v30.4.15cbb21ev30.4.0db7141afix: allowcollectCoverageandcoverageProviderin project config (#16132)efb59c2v30.3.096c53d3feat(jest-config): adddefineConfigandmergeConfigfunctions (#15844)855864ev30.2.0da9b532v30.1.3ebfa31cv30.1.2d347c0fv30.1.1