Bump the dependencies group with 6 updates
Bumps the dependencies group with 6 updates:
| Package | From | To |
|---|---|---|
| next | 14.2.13 |
14.2.14 |
| @types/react | 18.3.10 |
18.3.11 |
| @typescript-eslint/eslint-plugin | 8.7.0 |
8.8.0 |
| @typescript-eslint/parser | 8.7.0 |
8.8.0 |
| eslint-config-next | 14.2.13 |
14.2.14 |
| eslint-plugin-react | 7.37.0 |
7.37.1 |
Updates next from 14.2.13 to 14.2.14
Release notes
Sourced from next's releases.
v14.2.14
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Fix: clone response in first handler to prevent race (#70082) (#70649)
- Respect reexports from metadata API routes (#70508) (#70647)
- Externalize node binary modules for app router (#70646)
- Fix revalidateTag() behaviour when invoked in server components (#70446) (#70642)
- Fix prefetch bailout detection for nested loading segments (#70618)
- Add missing node modules to externals (#70382)
- Feature: next/image: add support for images.remotePatterns.search (#70302)
Credits
Huge thanks to
@styfle,@ztanner,@ijjk,@huozhiand@wyattjohfor helping!
Commits
dbbec6av14.2.14887a419fix: clone response in first handler to prevent race (#70082) (#70649)73f6b7dRespect reexports from metadata API routes (#70508) (#70647)e1da07eExternalize node binary modules for app router (#70646)0ffea65FixrevalidateTag()behaviour when invoked in server components (#70446) (#...190faf4Fully skip flakey assertion3020a11reduce timeout errorsf81e681Update flakey tests (#70643)50e41a2backport: fix prefetch bailout detection for nested loading segments (#70618)e19d91cadd missing node modules to externals (#70382)- Additional commits viewable in compare view
Updates @types/react from 18.3.10 to 18.3.11
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.7.0 to 8.8.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.8.0
8.8.0 (2024-09-30)
🚀 Features
- eslint-plugin: [no-unnecessary-condition] add checkTypePredicates (#10009)
- eslint-plugin: [await-thenable] check for-await loop iteree (#10008)
🩹 Fixes
- remove
export type *in d.ts to support TS<5.0 (#10070)- eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines (#10044)
- eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself (#10040)
- eslint-plugin: [no-misused-promises] check contextual type (#10042)
- eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations (#10037)
- type-utils: check for type parameters on
isBuiltinSymbolLikeRecurser()(#10026)- utils: update missing type information message (#10043)
❤️ Thank You
- auvred
@auvred- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- Ronen Amiel
- Tarun Chauhan
@tarunrajput- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.8.0 (2024-09-30)
🚀 Features
eslint-plugin: [no-unnecessary-condition] add checkTypePredicates
eslint-plugin: [return-await] check for-await loop iteree
🩹 Fixes
remove
export type *in d.ts to support TS<5.0eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines
type-utils: check for type parameters on
isBuiltinSymbolLikeRecurser()eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself
eslint-plugin: [no-misused-promises] check contextual type
eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations
❤️ Thank You
- auvred
- Josh Goldberg ✨
- Kirk Waiblinger
- Ronen Amiel
- Tarun Chauhan
- YeonJuan
You can read about our versioning strategy and releases on our website.
Commits
2055cfbchore(release): publish 8.8.0b121bd9feat(eslint-plugin): [return-await] check for-await loop iteree (#10008)9028d9ddocs: [no-unsafe-enum-comparison] clarify motivation and applicability (#10029)977e0a1fix(eslint-plugin): [prefer-literal-enum-member] allow nested bitwise operati...6ce66b5fix: removeexport type *in d.ts to support TS<5.0 (#10070)a916ff2feat(eslint-plugin): [no-unnecessary-condition] add checkTypePredicates (#10009)b36d524fix(eslint-plugin): [no-misused-promises] check contextual type (#10042)7a216fefix(eslint-plugin): [no-deprecated] max callstack exceeded when class impleme...94c5484fix(type-utils): check for type parameters onisBuiltinSymbolLikeRecurser()...ced951bdocs: [prefer-literal-enum-member] fix bad examples (#10035)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.7.0 to 8.8.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.8.0
8.8.0 (2024-09-30)
🚀 Features
- eslint-plugin: [no-unnecessary-condition] add checkTypePredicates (#10009)
- eslint-plugin: [await-thenable] check for-await loop iteree (#10008)
🩹 Fixes
- remove
export type *in d.ts to support TS<5.0 (#10070)- eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines (#10044)
- eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself (#10040)
- eslint-plugin: [no-misused-promises] check contextual type (#10042)
- eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations (#10037)
- type-utils: check for type parameters on
isBuiltinSymbolLikeRecurser()(#10026)- utils: update missing type information message (#10043)
❤️ Thank You
- auvred
@auvred- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- Ronen Amiel
- Tarun Chauhan
@tarunrajput- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.8.0 (2024-09-30)
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
2055cfbchore(release): publish 8.8.0- See full diff in compare view
Updates eslint-config-next from 14.2.13 to 14.2.14
Release notes
Sourced from eslint-config-next's releases.
v14.2.14
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Fix: clone response in first handler to prevent race (#70082) (#70649)
- Respect reexports from metadata API routes (#70508) (#70647)
- Externalize node binary modules for app router (#70646)
- Fix revalidateTag() behaviour when invoked in server components (#70446) (#70642)
- Fix prefetch bailout detection for nested loading segments (#70618)
- Add missing node modules to externals (#70382)
- Feature: next/image: add support for images.remotePatterns.search (#70302)
Credits
Huge thanks to
@styfle,@ztanner,@ijjk,@huozhiand@wyattjohfor helping!
Commits
dbbec6av14.2.14- See full diff in compare view
Updates eslint-plugin-react from 7.37.0 to 7.37.1
Release notes
Sourced from eslint-plugin-react's releases.
v7.37.1
Fixed
Changed
- [readme] Fix shared settings link (#3834[]
@MgenGlder)#3834: jsx-eslint/eslint-plugin-react#3834 #3836: jsx-eslint/eslint-plugin-react#3836
Changelog
Sourced from eslint-plugin-react's changelog.
[7.37.1] - 2024.10.01
Fixed
Changed
- [readme] Fix shared settings link (#3834[]
@MgenGlder)#3836: jsx-eslint/eslint-plugin-react#3836 #3834: jsx-eslint/eslint-plugin-react#3834
Commits
ae6fb8dUpdate CHANGELOG and bump version63e0b49[meta] do not npmignored.tsfiles1f95a24[readme] Fix shared settings link- 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| base | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 5, 2024 7:20am |
Looks like these dependencies are updatable in another way, so this is no longer needed.