chore(deps-dev): bump the dev-deps group with 3 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(2 months ago)
(2 months ago)
(2 months ago)
by SocketSomeone
dependencies javascript
Bumps the dev-deps group with 3 updates: @commitlint/cli, @commitlint/config-angular and lint-staged.
Updates @commitlint/cli from 19.8.1 to 20.0.0
Release notes
Sourced from @commitlint/cli's releases.
v20.0.0
20.0.0 (2025-09-25)
Features
- feat(rules)!: make body-max-line-length ignore lines with URLs (#4486) (2f37a88), closes #4486 by
@aspiersBREAKING CHANGES
- when lines contain URLs exceeding the maximum line length
body-max-line-lengthwill be ignoredFull Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.9.1...v20.0.0
v19.9.1
19.9.1 (2025-08-29)
Bug Fixes
- fix: add TypeScript support and configuration for pnpm scopes by
@alsmadi99in conventional-changelog/commitlint#4544Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.9.0...v19.9.1
v19.9.0
19.9.0 (2025-08-26)
Features
- bug(config-pnpm-scopes): migrate package to TypeScript by
@alsmadi99in conventional-changelog/commitlint#4541 (type got messed up)Chore, docs, etc.
- docs: add a note about configuration under node24 by
@sodlein conventional-changelog/commitlint#4406- chore: add Ubuntu 24.04 and Windows 2025 to CI by
@Marukome0743in conventional-changelog/commitlint#4435- docs: refactor CI setup example of GitHub Actions by
@Marukome0743in conventional-changelog/commitlint#4439- ci: use tags for immutable github actions by
@Fdawgsin conventional-changelog/commitlint#4458- chore: migrate
eslint-plugin-importtoeslint-plugin-import-xby@JounQinin conventional-changelog/commitlint#4473- ci: add commitlint GitHub Actions by
@Marukome0743in conventional-changelog/commitlint#4440
... (truncated)
Changelog
Sourced from @commitlint/cli's changelog.
20.0.0 (2025-09-25)
Note: Version bump only for package
@commitlint/cli
Commits
407be6cv20.0.0- See full diff in compare view
Updates @commitlint/config-angular from 19.8.1 to 20.0.0
Release notes
Sourced from @commitlint/config-angular's releases.
v20.0.0
20.0.0 (2025-09-25)
Features
- feat(rules)!: make body-max-line-length ignore lines with URLs (#4486) (2f37a88), closes #4486 by
@aspiersBREAKING CHANGES
- when lines contain URLs exceeding the maximum line length
body-max-line-lengthwill be ignoredFull Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.9.1...v20.0.0
v19.9.1
19.9.1 (2025-08-29)
Bug Fixes
- fix: add TypeScript support and configuration for pnpm scopes by
@alsmadi99in conventional-changelog/commitlint#4544Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.9.0...v19.9.1
v19.9.0
19.9.0 (2025-08-26)
Features
- bug(config-pnpm-scopes): migrate package to TypeScript by
@alsmadi99in conventional-changelog/commitlint#4541 (type got messed up)Chore, docs, etc.
- docs: add a note about configuration under node24 by
@sodlein conventional-changelog/commitlint#4406- chore: add Ubuntu 24.04 and Windows 2025 to CI by
@Marukome0743in conventional-changelog/commitlint#4435- docs: refactor CI setup example of GitHub Actions by
@Marukome0743in conventional-changelog/commitlint#4439- ci: use tags for immutable github actions by
@Fdawgsin conventional-changelog/commitlint#4458- chore: migrate
eslint-plugin-importtoeslint-plugin-import-xby@JounQinin conventional-changelog/commitlint#4473- ci: add commitlint GitHub Actions by
@Marukome0743in conventional-changelog/commitlint#4440
... (truncated)
Changelog
Sourced from @commitlint/config-angular's changelog.
20.0.0 (2025-09-25)
Note: Version bump only for package
@commitlint/config-angular
Commits
407be6cv20.0.0- See full diff in compare view
Updates lint-staged from 16.2.0 to 16.2.1
Release notes
Sourced from lint-staged's releases.
v16.2.1
Patch Changes
#1664
8277b3bThanks@iiroj! - The built-in TypeScript types have been updated to more closely match the implementation. Notably, the list of staged files supplied to task functions isreadonly string[]and can't be mutated. Thanks@outslept!export default { --- "*": (files: string[]) => void console.log('staged files', files) +++ "*": (files: readonly string[]) => void console.log('staged files', files) }#1654
70b9af3Thanks@iiroj! - This version has been published from GitHub Actions using Trusted Publishing for npm packages.#1659
4996817Thanks@iiroj! - Fix searching configuration files when the working directory is a subdirectory of a git repository, and there arepackage.jsonfiles in the working directory. This situation might happen when running lint-staged for a single package in a monorepo.#1654
7021f0aThanks@iiroj! - Return the caret semver range (^) to direct dependencies so that future patch and minor versions are allowed. This enables projects to better maintain and deduplicate their own transitive dependencies while not requiring direct updates to lint-staged. This was changed in 16.2.0 after the vulnerability issues withchalkanddebug, which were also removed in the same version.Given the recent vulnerabilities in the npm ecosystem, it's best to be very careful when updating dependencies.
Changelog
Sourced from lint-staged's changelog.
16.2.1
Patch Changes
#1664
8277b3bThanks@iiroj! - The built-in TypeScript types have been updated to more closely match the implementation. Notably, the list of staged files supplied to task functions isreadonly string[]and can't be mutated. Thanks@outslept!export default { --- "*": (files: string[]) => void console.log('staged files', files) +++ "*": (files: readonly string[]) => void console.log('staged files', files) }#1654
70b9af3Thanks@iiroj! - This version has been published from GitHub Actions using Trusted Publishing for npm packages.#1659
4996817Thanks@iiroj! - Fix searching configuration files when the working directory is a subdirectory of a git repository, and there arepackage.jsonfiles in the working directory. This situation might happen when running lint-staged for a single package in a monorepo.#1654
7021f0aThanks@iiroj! - Return the caret semver range (^) to direct dependencies so that future patch and minor versions are allowed. This enables projects to better maintain and deduplicate their own transitive dependencies while not requiring direct updates to lint-staged. This was changed in 16.2.0 after the vulnerability issues withchalkanddebug, which were also removed in the same version.Given the recent vulnerabilities in the npm ecosystem, it's best to be very careful when updating dependencies.
Commits
b62e72echore(changeset): releaseb320abddocs: add example to changeloge1dd5bbfix: use boolean type forfailOnChanges8277b3bfix: update built-in TypeScript types6286f31perf: load each config file only oncede970bbfix: remove use of "git restore" because it resets file contents instead of a...673fdc3perf: use "git stash" to directly hide unstaged filesb111dc8docs: fix typo in CHANGELOG.mdd2b0b73build(deps-dev): bump@eslint/jsfrom 9.35.0 to 9.36.04996817fix: always search configuration from both Git and FS- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for lint-staged since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
1
2
+125
-138
Package Dependencies
@commitlint/config-angular
npm
19.8.1 → 20.0.0
Major
Technical Details
| ID: | 8464668 |
| UUID: | 2862420320 |
| Node ID: | PR_kwDOJViTV86qnRFg |
| Host: | GitHub |
| Repository: | SocketSomeone/typescript-open-source-template |
| Merge State: | Unknown |