onerepo
onerepo copied to clipboard
chore(deps): bump the production-dependencies group with 4 updates
Bumps the production-dependencies group with 4 updates: @typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint-import-resolver-typescript and @types/node.
Updates @typescript-eslint/eslint-plugin from 8.25.0 to 8.29.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.29.0
8.29.0 (2025-03-31)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] create
ignoreIfStatementsoption (#11000)🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when
noUncheckedIndexedAccessis enabled (#10961)- eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#10993)
- eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#10981)
- eslint-plugin: support arbitrary extensions in definition files (#10957)
- eslint-plugin: [no-array-constructor] remove optional chaining exemption (#10963)
❤️ Thank You
- Dima Barabash
@dbarabashh- Kim Sang Du
@developer-bandi- Olivier Zalmanski
@OlivierZal- Ronen Amiel
- Yannick Decat
@mho22- zyoshoka
@zyoshokaYou can read about our versioning strategy and releases on our website.
v8.28.0
8.28.0 (2025-03-24)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] support
ifstatement assignment (??=) and fix several minor bugs (#10861)🩹 Fixes
- eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)
❤️ Thank You
- Olivier Zalmanski
@OlivierZal- Yannick Decat
@mho22You can read about our versioning strategy and releases on our website.
v8.27.0
8.27.0 (2025-03-17)
🚀 Features
- utils: support
DeprecatedInfoforrule.meta.deprecated(#10932)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.29.0 (2025-03-31)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] create
ignoreIfStatementsoption (#11000)🩹 Fixes
- eslint-plugin: [no-array-constructor] remove optional chaining exemption (#10963)
- eslint-plugin: support arbitrary extensions in definition files (#10957)
- eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#10981)
- eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#10993)
- eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when
noUncheckedIndexedAccessis enabled (#10961)❤️ Thank You
- Dima Barabash
@dbarabashh- Kim Sang Du
@developer-bandi- Olivier Zalmanski
@OlivierZal- Ronen Amiel
- Yannick Decat
@mho22- zyoshoka
@zyoshokaYou can read about our versioning strategy and releases on our website.
8.28.0 (2025-03-24)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] support
ifstatement assignment (??=) and fix several minor bugs (#10861)🩹 Fixes
- eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)
❤️ Thank You
- Olivier Zalmanski
@OlivierZal- Yannick Decat
@mho22You can read about our versioning strategy and releases on our website.
8.27.0 (2025-03-17)
🚀 Features
- utils: support
DeprecatedInfoforrule.meta.deprecated(#10932)❤️ Thank You
... (truncated)
Commits
3dd1835chore(release): publish 8.29.0270277cfeat(eslint-plugin): disable core rule no-with in eslint-recommended (#11001)c548aa7fix(eslint-plugin): [no-array-constructor] remove optional chaining exemption...9a9670dfix(eslint-plugin): support arbitrary extensions in definition files (#10957)c7c9b1adocs: fix typos in no-unsafe-argument examples (#11007)ada32d1feat(eslint-plugin): [prefer-nullish-coalescing] createignoreIfStatements...5b187f4fix(eslint-plugin): [prefer-for-of] fix false positive when using erasable ty...58d7f40fix(eslint-plugin): [use-unknown-in-catch-callback-variable] remove fixable p...3241e46fix(eslint-plugin): [no-unnecessary-condition] don't report on unnecessary op...807f5cachore(release): publish 8.28.0- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.25.0 to 8.29.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.29.0
8.29.0 (2025-03-31)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] create
ignoreIfStatementsoption (#11000)🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when
noUncheckedIndexedAccessis enabled (#10961)- eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#10993)
- eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#10981)
- eslint-plugin: support arbitrary extensions in definition files (#10957)
- eslint-plugin: [no-array-constructor] remove optional chaining exemption (#10963)
❤️ Thank You
- Dima Barabash
@dbarabashh- Kim Sang Du
@developer-bandi- Olivier Zalmanski
@OlivierZal- Ronen Amiel
- Yannick Decat
@mho22- zyoshoka
@zyoshokaYou can read about our versioning strategy and releases on our website.
v8.28.0
8.28.0 (2025-03-24)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] support
ifstatement assignment (??=) and fix several minor bugs (#10861)🩹 Fixes
- eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)
❤️ Thank You
- Olivier Zalmanski
@OlivierZal- Yannick Decat
@mho22You can read about our versioning strategy and releases on our website.
v8.27.0
8.27.0 (2025-03-17)
🚀 Features
- utils: support
DeprecatedInfoforrule.meta.deprecated(#10932)
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.29.0 (2025-03-31)
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.
8.28.0 (2025-03-24)
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.
8.27.0 (2025-03-17)
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.
8.26.1 (2025-03-10)
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.
8.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
❤️ Thank You
- Dirk Luijk
@dirkluijkYou can read about our versioning strategy and releases on our website.
Commits
3dd1835chore(release): publish 8.29.0807f5cachore(release): publish 8.28.03efd99echore(release): publish 8.27.09aa0b6bchore(release): publish 8.26.1bc6d19fchore(release): publish 8.26.017e7012chore(deps): update dependency knip to v5.44.1 (#10845)9674629feat: support TypeScript 5.8 (#10903)7c88d26chore: update all test scripts to remove coverage flag (#10582)- See full diff in compare view
Updates eslint-import-resolver-typescript from 3.8.3 to 3.10.0
Release notes
Sourced from eslint-import-resolver-typescript's releases.
v3.10.0
Minor Changes
#413
89c2795Thanks@JounQin! - chore: housekeeping, bump all (dev) depsMigrate
rspack-resolverto rebrandingunrs-resolverfor more targets support and other bug fixesFull Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.9.1...v3.10.0
v3.9.1
Patch Changes
- #382
4a9176eThanks@JounQin! - fix: userspack-resolverfork for pnp supportFull Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.9.0...v3.9.1
v3.9.0
Minor Changes
Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.8.7...v3.9.0
v3.8.7
Patch Changes
- #377
a14fdd9Thanks@carlocorradini! - fix: include mapper with no files and force non-dynamic projects to use absolute pathsFull Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.8.6...v3.8.7
v3.8.6
Patch Changes
Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.8.5...v3.8.6
v3.8.5
Patch Changes
- #372
366eeafThanks@carlocorradini! - fix: if file has no corresponding mapper function, apply all of them, starting with the nearest one.Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.8.4...v3.8.5
v3.8.4
Patch Changes
Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.8.3...v3.8.4
Changelog
Sourced from eslint-import-resolver-typescript's changelog.
3.10.0
Minor Changes
#413
89c2795Thanks@JounQin! - chore: housekeeping, bump all (dev) depsMigrate
rspack-resolverto rebrandingunrs-resolverfor more targets support and other bug fixes3.9.1
Patch Changes
- #382
4a9176eThanks@JounQin! - fix: userspack-resolverfork for pnp support3.9.0
Minor Changes
3.8.7
Patch Changes
- #377
a14fdd9Thanks@carlocorradini! - fix: include mapper with no files and force non-dynamic projects to use absolute paths3.8.6
Patch Changes
3.8.5
Patch Changes
- #372
366eeafThanks@carlocorradini! - fix: if file has no corresponding mapper function, apply all of them, starting with the nearest one.3.8.4
Patch Changes
Commits
a642b2dchore: update npm publish tag name85f9b79chore: release eslint-import-resolver-typescript (#414)89c2795chore: hoursekeeping, bump all (dev) deps (#413)31e3592docs: tiny improvements (#384)a4a65ddchore: release eslint-import-resolver-typescript (#383)4a9176efix: userspack-resolverfork for pnp support (#382)7d50d38chore: hourcekeeping, bump all (dev) deps (#381)c894d76chore: release eslint-import-resolver-typescript (#380)6814443feat: migrateenhanced-resolvetooxc-resolver(#379)904356bchore: release eslint-import-resolver-typescript (#378)- Additional commits viewable in compare view
Updates @types/node from 20.17.22 to 20.17.29
Commits
- See full diff 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
Deploy Preview for onerepo ready!
| Name | Link |
|---|---|
| Latest commit | 564c30fb8a18dc04a60fdba5468900afe1f65d39 |
| Latest deploy log | https://app.netlify.com/sites/onerepo/deploys/67ebc2d0a93ade000718b60e |
| Deploy Preview | https://deploy-preview-781--onerepo.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
Lighthouse |
1 paths audited Performance: 100 (no change from production) Accessibility: 100 (no change from production) Best Practices: 100 (no change from production) SEO: 100 (no change from production) PWA: - View the detailed breakdown and full score reports |
To edit notification comments on pull requests, go to your Netlify site configuration.
@dependabot recreate
Looks like these dependencies are updatable in another way, so this is no longer needed.
