Snyk has created this PR to upgrade @next/font from 13.1.5 to 13.1.6.
i️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is 5 versions ahead of your current version.
- The recommended version was released 21 days ago, on 2023年01月28日.
Release notes
Package name: @next/font
-
13.1.6 - 2023年01月28日
Read more
-
13.1.6-canary.3 - 2023年01月28日
Core Changes
- fix: ncc compiled confg/schema-utils2/schema-utils3: #45351
- fix: next build in typescript 5.0: #45275
- Fix next-server trace including dev server dependencies: #45359
- Limit the static paths worker number during development: #45344
Example Changes
- Update i18n example to handle
public files and /api routes: #45266
Misc Changes
- Remove invalid assertion/duplicate test suite: #45355
- Update flakey API support tests: #45360
- Update flakey app prefetch test: #45361
Credits
Huge thanks to @ styfle, @ Himself65, @ shuding, and @ JanKaifer for helping!
-
13.1.6-canary.2 - 2023年01月27日
Core Changes
- Update transform exports and tests: #45251
- Attach exports information in SWC transforms: #45261
- Update app cache handling in development: #45248
- TS plugin: warn about
amp config in app: #45254
- Fix typo in TS plugin: #45279
- Allow metadata related exports in TS plugin: #45282
- build(cargo): update turbopack to turbopack-230125.1: #45283
- [edge] improve
fetch stack traces in edge runtime: #44750
- Move router reducer to separate file: #45236
- add next.config.js options currently supported by turbopack: #45309
- Update debug logs for app cache: #45291
- Improved
pnpm clean: #45312
- Fix:Manage Firefox and Safari Network error message: #44929
- build(cargo): update turbopack to turbopack-230126.1: #45322
- add
pageExtensions as a supported turbopack option: #45321
- Ensure we warn for middleware with next export: #45288
- Add unit test for shouldHardNavigate: #45303
- Add unit test for redirect.ts: #45223
- Add test for fillCacheWithNewSubTreeData: #45298
- Add test for isNavigatingToNewRootLayout: #45305
- Remove unused optimistic tree parameters: #45264
- Ensure invalidateCacheBelowFlightSegmentPath file name is in line with the rest: #45299
- Resolve metadata fields: #45237
- Add turbopack route resolve handling: #45314
- Remove extra .ts from test file: #45328
- Add test for createOptimisticTree: #45330
- Clean up resolved todos: #45332
- add
turbopackLoaders to config validation: #45337
Documentation Changes
- Update getting-started documentation: #45284
Example Changes
- Updates with-supertokens example app: #45214
Misc Changes
- Update flakey test cases: #45290
- Update flakey polyfills and acceptance tests: #45313
- Add docs on how to use MDX with app: #44923
- Update flakey fetch stack test: #45318
- Enable JS CNA tests for turbopack: #45323
Credits
Huge thanks to @ shuding, @ rishabhpoddar, @ HyunseungLee-Travis, @ wbinnssmith, @ Schniz, @ timneutkens, @ ForsakenHarmony, @ wyattjoh, @ dtrucs, and @ huozhi for helping!
-
13.1.6-canary.1 - 2023年01月25日
Read more
-
13.1.6-canary.0 - 2023年01月23日
Read more
-
13.1.5 - 2023年01月23日
Read more
from @next/font GitHub release notes
Commit messages
Package name: @next/font
- be86fcf v13.1.6
- bcd63af Fix fetch stack test on deploy
- 6e73650 v13.1.6-canary.3
- deb3b02 Update i18n example to handle `public` files and `/api` routes (#45266)
- 6bcb06c Limit the static paths worker number during development (#45344)
- 2335377 Fix next-server trace including dev server dependencies (#45359)
- 1404eed Update flakey app prefetch test (#45361)
- ca134f6 Update flakey API support tests (#45360)
- 01cd4ab fix: next build in typescript 5.0 (#45275)
- b90b48e Remove invalid assertion/duplicate test suite (#45355)
- 1b750e1 fix: ncc compiled confg/schema-utils2/schema-utils3 (#45351)
- 8324b4f v13.1.6-canary.2
- e42260c add `turbopackLoaders` to config validation (#45337)
- bd50ada Clean up resolved todos (#45332)
- a1c15d8 Add test for createOptimisticTree (#45330)
- 433a580 Remove extra .ts from test file (#45328)
- ad12f48 Add turbopack route resolve handling (#45314)
- 9822f78 Resolve metadata fields (#45237)
- f879e09 Ensure invalidateCacheBelowFlightSegmentPath file name is in line with the rest (#45299)
- 88a3fad Remove unused optimistic tree parameters (#45264)
- c173718 Add test for isNavigatingToNewRootLayout (#45305)
- 0d635df Add test for fillCacheWithNewSubTreeData (#45298)
- a94b9db Add unit test for redirect.ts (#45223)
- a00daf7 Add unit test for shouldHardNavigate (#45303)
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs
Snyk has created this PR to upgrade @next/font from 13.1.5 to 13.1.6.
i️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: @next/font
-
13.1.6 - 2023年01月28日
-
13.1.6-canary.3 - 2023年01月28日
- fix: ncc compiled confg/schema-utils2/schema-utils3: #45351
- fix: next build in typescript 5.0: #45275
- Fix next-server trace including dev server dependencies: #45359
- Limit the static paths worker number during development: #45344
- Update i18n example to handle
- Remove invalid assertion/duplicate test suite: #45355
- Update flakey API support tests: #45360
- Update flakey app prefetch test: #45361
-
13.1.6-canary.2 - 2023年01月27日
- Update transform exports and tests: #45251
- Attach exports information in SWC transforms: #45261
- Update app cache handling in development: #45248
- TS plugin: warn about
- Fix typo in TS plugin: #45279
- Allow metadata related exports in TS plugin: #45282
- build(cargo): update turbopack to turbopack-230125.1: #45283
- [edge] improve
- Move router reducer to separate file: #45236
- add next.config.js options currently supported by turbopack: #45309
- Update debug logs for app cache: #45291
- Improved
- Fix:Manage Firefox and Safari Network error message: #44929
- build(cargo): update turbopack to turbopack-230126.1: #45322
- add
- Ensure we warn for middleware with next export: #45288
- Add unit test for shouldHardNavigate: #45303
- Add unit test for redirect.ts: #45223
- Add test for fillCacheWithNewSubTreeData: #45298
- Add test for isNavigatingToNewRootLayout: #45305
- Remove unused optimistic tree parameters: #45264
- Ensure invalidateCacheBelowFlightSegmentPath file name is in line with the rest: #45299
- Resolve metadata fields: #45237
- Add turbopack route resolve handling: #45314
- Remove extra .ts from test file: #45328
- Add test for createOptimisticTree: #45330
- Clean up resolved todos: #45332
- add
- Update getting-started documentation: #45284
- Updates with-supertokens example app: #45214
- Update flakey test cases: #45290
- Update flakey polyfills and acceptance tests: #45313
- Add docs on how to use MDX with app: #44923
- Update flakey fetch stack test: #45318
- Enable JS CNA tests for turbopack: #45323
-
13.1.6-canary.1 - 2023年01月25日
-
13.1.6-canary.0 - 2023年01月23日
-
13.1.5 - 2023年01月23日
from @next/font GitHub release notesRead more
Core Changes
Example Changes
publicfiles and/apiroutes: #45266Misc Changes
Credits
Huge thanks to @ styfle, @ Himself65, @ shuding, and @ JanKaifer for helping!
Core Changes
ampconfig in app: #45254fetchstack traces in edge runtime: #44750pnpm clean: #45312pageExtensionsas a supported turbopack option: #45321turbopackLoadersto config validation: #45337Documentation Changes
Example Changes
Misc Changes
Credits
Huge thanks to @ shuding, @ rishabhpoddar, @ HyunseungLee-Travis, @ wbinnssmith, @ Schniz, @ timneutkens, @ ForsakenHarmony, @ wyattjoh, @ dtrucs, and @ huozhi for helping!
Read more
Read more
Read more
Commit messages
Package name: @next/font
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs