Bump the npm group with 10 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 3
(6 months ago)
(6 months ago)
(6 months ago)
by github-actions[bot]
dependencies javascript
poad
Bumps the npm group with 10 updates:
| Package | From | To |
|---|---|---|
| @types/node | 22.15.21 |
22.15.23 |
| typescript-eslint | 8.32.1 |
8.33.0 |
| @typescript-eslint/eslint-plugin | 8.32.1 |
8.33.0 |
| @typescript-eslint/parser | 8.32.1 |
8.33.0 |
| @typescript-eslint/type-utils | 8.32.1 |
8.33.0 |
| @typescript-eslint/utils | 8.32.1 |
8.33.0 |
| @typescript-eslint/visitor-keys | 8.32.1 |
8.33.0 |
| electron-to-chromium | 1.5.158 |
1.5.159 |
| fdir | 6.4.4 |
6.4.5 |
| unrs-resolver | 1.7.2 |
1.7.5 |
Updates @types/node from 22.15.21 to 22.15.23
Commits
- See full diff in compare view
Updates typescript-eslint from 8.32.1 to 8.33.0
Release notes
Sourced from typescript-eslint's releases.
v8.33.0
8.33.0 (2025-05-26)
🚀 Features
- create standalone project-service, tsconfig-utils packages (#11182)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.33.0 (2025-05-26)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
Updates @typescript-eslint/eslint-plugin from 8.32.1 to 8.33.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.33.0
8.33.0 (2025-05-26)
🚀 Features
- create standalone project-service, tsconfig-utils packages (#11182)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.33.0 (2025-05-26)
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
dca57b3chore(release): publish 8.33.0387eeb5docs(eslint-plugin): [typedef] deprecate the rule (#11202)f9e0eb9chore: clean up nx and other config (#11226)1c0e1aechore: update some package scripts and dependency config (#10765)05014ffchore: use TLA in ESM scripts rather than async main().catch() (#11218)220c38cchore: updateeslint-plugin-perfectionisttov4(#11185)- See full diff in compare view
Updates @typescript-eslint/parser from 8.32.1 to 8.33.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.33.0
8.33.0 (2025-05-26)
🚀 Features
- create standalone project-service, tsconfig-utils packages (#11182)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.33.0 (2025-05-26)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
Updates @typescript-eslint/type-utils from 8.32.1 to 8.33.0
Release notes
Sourced from @typescript-eslint/type-utils's releases.
v8.33.0
8.33.0 (2025-05-26)
🚀 Features
- create standalone project-service, tsconfig-utils packages (#11182)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/type-utils's changelog.
8.33.0 (2025-05-26)
This was a version bump only for type-utils to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
Updates @typescript-eslint/utils from 8.32.1 to 8.33.0
Release notes
Sourced from @typescript-eslint/utils's releases.
v8.33.0
8.33.0 (2025-05-26)
🚀 Features
- create standalone project-service, tsconfig-utils packages (#11182)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/utils's changelog.
8.33.0 (2025-05-26)
This was a version bump only for utils to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
Updates @typescript-eslint/visitor-keys from 8.32.1 to 8.33.0
Release notes
Sourced from @typescript-eslint/visitor-keys's releases.
v8.33.0
8.33.0 (2025-05-26)
🚀 Features
- create standalone project-service, tsconfig-utils packages (#11182)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/visitor-keys's changelog.
8.33.0 (2025-05-26)
This was a version bump only for visitor-keys to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
Updates electron-to-chromium from 1.5.158 to 1.5.159
Commits
48d68991.5.159cbf8f8bgenerate new version- See full diff in compare view
Updates fdir from 6.4.4 to 6.4.5
Release notes
Sourced from fdir's releases.
v6.4.5
What's Changed
- Ensure callback is called only once by
@thecodrrin thecodrr/fdir#144Full Changelog: https://github.com/thecodrr/fdir/compare/v6.4.4...v6.4.5
Commits
Updates unrs-resolver from 1.7.2 to 1.7.5
Release notes
Sourced from unrs-resolver's releases.
v1.7.5
Bug Fixes
- should try package exports first per spec (#118)
Full Changelog: https://github.com/unrs/unrs-resolver/compare/v1.7.4...v1.7.5
v1.7.4
Bug Fixes
- prefer file over package dir in
node_modules(#116)Full Changelog: https://github.com/unrs/unrs-resolver/compare/v1.7.3...v1.7.4
v1.7.3
Bug Fixes
- custom
condition_namesshould take higher priority than target in package.json (#115)Full Changelog: https://github.com/unrs/unrs-resolver/compare/v1.7.2...v1.7.3
Changelog
Sourced from unrs-resolver's changelog.
1.7.5 - 2025-05-28
Bug Fixes
- should try package exports first per spec (#118)
1.7.4 - 2025-05-28
Bug Fixes
- prefer file over package dir in
node_modules(#116)1.7.3 - 2025-05-28
Bug Fixes
- custom
condition_namesshould take higher priority than target in package.json (#115)
Commits
7f57c6echore: release v1.7.5 (#120)9f79bc7docs: split out CHANGELOG_OLD.md4b0e72fci: migration release-plz action repob19e7e8fix: should try package exports first per spec (#118)e1c93e9chore: release v1.7.4 (#117)ff4799efix: prefer file over package dir innode_modules(#116)b782e89chore: release v1.7.3 (#114)1e51e82fix: customcondition_namesshould take higher priority than target in pack...4b5f796chore: bump all (dev)Dependencies (#112)70eb1e3chore(deps): update all dependencies (#111)- Additional commits viewable in compare view
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
+186
-161
Package Dependencies
@typescript-eslint/parser
npm
8.32.1 → 8.33.0
Minor
@typescript-eslint/eslint-plugin
npm
8.32.1 → 8.33.0
Minor
@typescript-eslint/type-utils
npm
8.32.1 → 8.33.0
Minor
@typescript-eslint/visitor-keys
npm
8.32.1 → 8.33.0
Minor
Technical Details
| ID: | 717175 |
| UUID: | 2549738016 |
| Node ID: | PR_kwDOGmPE6c6X-eog |
| Host: | GitHub |
| Repository: | poad/github-oauth-example |
| Merge State: | Unknown |