Sourced from fastify/github-action-merge-dependabot's releases.
v3.5.0
What's Changed
- chore: add published release trigger to notify release workflow by
@simonebin fastify/github-action-merge-dependabot#300- chore(deps-dev): bump eslint from 8.26.0 to 8.27.0 by
@dependabotin fastify/github-action-merge-dependabot#303- chore(deps): bump actions-toolkit from
8a8ffbdto8322f60by@dependabotin fastify/github-action-merge-dependabot#304- Add an option to use github's auto merge by
@shouichiin fastify/github-action-merge-dependabot#302New Contributors
@shouichimade their first contribution in fastify/github-action-merge-dependabot#302Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.5.0
v3.4.2
What's Changed
- chore(deps-dev): bump eslint from 8.25.0 to 8.26.0 by
@dependabotin fastify/github-action-merge-dependabot#296- chore(deps): bump actions-toolkit from
1e0e973to8a8ffbdby@dependabotin fastify/github-action-merge-dependabot#297Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.4.2
2e58fdc
Release v3.5.0 (#305)8162450
feat: add an option to use github's auto merge (#302)26284b2
chore(deps): bump actions-toolkit from 8a8ffbd to
8322f60 (#304)fd3cd32
chore(deps-dev): bump eslint from 8.26.0 to 8.27.0 (#303)205c80f
chore: add published release trigger to notify release workflow (#300)4d04721
Release v3.4.2 (#299)4fc59cd
chore(deps): bump actions-toolkit from 1e0e973 to
8a8ffbd (#297)b92edfa
chore(deps-dev): bump eslint from 8.25.0 to 8.26.0 (#296)Sourced from next's releases.
v13.0.3
Core Changes
- bump
@typescript-eslint/parserversion to support TS 4.8: #42439- chore: Update swc_core to
v0.40.40: #42326- Add telemetry for turbotrace: #42486
- Fix undici warning in Node.js 18: #42477
- Ensure RSC is detecting correctly during revalidate: #42508
- fix: correctly mention
generateStaticParamsin error: #42524- Re-enable sandbox cache and update AsyncLocalStorage usage: #42547
- Check properly whether SWC is used or not when using forceSwcTransforms: #42531
- Show inlined error if the "use client" directive is not before other statements/expressions: #42507
- Refactor error codes in the TS plugin: #42585
- Fix server html insertion target: #42591
next/compat/router: #42502- Fix scrolling on router.refresh: #42583
- Fix relative TypeScript path in monorepos: #42586
- Aggregate updates using
addStatusHandlerandPromise.resolveinstead ofsetTimeout: #42350- fix(next/dev): bubble up unhandled exception from --turbo: #42594
- Rename RSC and Router headers: #42482
- Ensure build trace ignores apply correctly when nested: #42606
- Include
@prisma/clientin default external packages: #42624- Replace global with globalThis: #42627
- Colocate styles with special entries: #42506
- Add lazy initialize of router cache nodes: #42629
- Add telemetry for
@next/font: #42579- Also create head when creating root layout: #42571
- feat: add --no-mangling to next build + fix --profile option: #42633
- update react builtin deps for next channel: #42639
- Ensure skip normalize is handled correctly: #42642
@next/font/google fetch error dev: #42637- Add missing matcher support: #42660
- Remove useless async declaration and replace regexp to plain string in AMP postProcessor: #42495
@next/fonterror messages: #42689- Adopt script rejection pattern for link onerror.: #42645
- Fix
@next/fontimports from outside of the root directory: #42678- Ensure appDir is included in webpack configVars: #42710
- Fix replaceAll usage in post-process: #42714
- Use import to load page and layout: #42325
- Alias next public api to esm on edge runtime: #42709
- fix: publish compat folder: #42613
- Change condition to check for string attribute in lint rules utility function: #42625
- Fix as option with optional catch all routes url object syntax: #42355
- fix comma splice in
verifyRootLayout.ts: #42324- build(next-swc): update turbopack to latest: #42733
@next/fontreturn types: #42753- Eagerly bundle external ESM dependencies for pages: #42741
- Handle hydration replaceState for static page with searchParams: #42744
- Add test case for image generation: #42693
- Don't pushState when already on the url: #42735
... (truncated)
4240dcc
v13.0.3895d895
v13.0.3-canary.43a22e97
Track page counts during builds (#42766)028b8d0
Fix resolving for esm package with only exports.import condition (#42767)cb8fdc6
fix: enable emotion import map (#42750)29f20d3
font api updates (#42724)6490252
Don't pushState when already on the url (#42735)f612acf
Add test case for image generation (#42693)9d30e77
Handle hydration replaceState for static page with searchParams (#42744)276533d
Eagerly bundle external ESM dependencies for pages (#42741)Sourced from @babel/plugin-proposal-decorators's
releases.
v7.20.2 (2022-11-04)
:bug: Bug Fix
babel-core,babel-helper-create-class-features-plugin,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-simple-access,babel-node,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-react-constant-elements,babel-preset-env,babel-standalone,babel-types
- #15124 fix:
@babel/noderepl and enableno-use-before-definerule (@liuxingbaoyu)babel-plugin-transform-typescript
- #15121 fix:
tsSatisfiesExpressioncheck with different duplicated@babel/typesversions (@liuxingbaoyu)babel-parser
- #15094 fix:
parsertypings for plugins (@liuxingbaoyu)babel-generator
- #15118 Improve printing of [no LineTerminator here] with comments (
@nicolo-ribaudo)babel-plugin-proposal-decorators,babel-plugin-proposal-object-rest-spread,babel-plugin-transform-jscriptbabel-plugin-transform-destructuring
- #15104 fix: Destructuring exceptions
for ( let { } = 0 ; 0 ; )(@liuxingbaoyu)Committers: 3
- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyuv7.20.1 (2022-11-01)
Thanks
@ptomatofor your first pull request!:bug: Bug Fix
babel-plugin-proposal-async-generator-functions
- #15103 fix: Compile re-declare var in
initandbodyoffor await(@liuxingbaoyu)babel-plugin-proposal-class-properties,babel-traverse
- #15106 Do not mark
inandinstanceofas constant expressions (@nicolo-ribaudo)babel-helpers,babel-plugin-proposal-duplicate-named-capturing-groups-regex,babel-plugin-transform-named-capturing-groups-regexbabel-parser
- #15102 fix: Parse re-declare var in class static body (
@liuxingbaoyu)- #15096 fix:
a satisfies bas lval (@liuxingbaoyu)babel-helpers,babel-plugin-proposal-duplicate-named-capturing-groups-regexbabel-plugin-transform-async-to-generator,babel-plugin-transform-parameters,babel-preset-env
- #15081 Move the generator body to a gen IIFE when compiling its params (
@nicolo-ribaudo):house: Internal
babel-generator
- #15080 Automatically print inner comments (
@nicolo-ribaudo)Committers: 5
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)- Philip Chimento (
@ptomato)@liuxingbaoyu
... (truncated)
Sourced from @babel/plugin-proposal-decorators's
changelog.
v7.20.2 (2022-11-04)
:bug: Bug Fix
babel-core,babel-helper-create-class-features-plugin,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-simple-access,babel-node,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-react-constant-elements,babel-preset-env,babel-standalone,babel-types
- #15124 fix:
@babel/noderepl and enableno-use-before-definerule (@liuxingbaoyu)babel-plugin-transform-typescript
- #15121 fix:
tsSatisfiesExpressioncheck with different duplicated@babel/typesversions (@liuxingbaoyu)babel-parser
- #15094 fix:
parsertypings for plugins (@liuxingbaoyu)babel-generator
- #15118 Improve printing of [no LineTerminator here] with comments (
@nicolo-ribaudo)babel-plugin-proposal-decorators,babel-plugin-proposal-object-rest-spread,babel-plugin-transform-jscriptbabel-plugin-transform-destructuring
- #15104 fix: Destructuring exceptions
for ( let { } = 0 ; 0 ; )(@liuxingbaoyu)v7.20.1 (2022-11-01)
:bug: Bug Fix
babel-plugin-proposal-async-generator-functions
- #15103 fix: Compile re-declare var in
initandbodyoffor await(@liuxingbaoyu)babel-plugin-proposal-class-properties,babel-traverse
- #15106 Do not mark
inandinstanceofas constant expressions (@nicolo-ribaudo)babel-helpers,babel-plugin-proposal-duplicate-named-capturing-groups-regex,babel-plugin-transform-named-capturing-groups-regexbabel-parser
- #15102 fix: Parse re-declare var in class static body (
@liuxingbaoyu)- #15096 fix:
a satisfies bas lval (@liuxingbaoyu)babel-helpers,babel-plugin-proposal-duplicate-named-capturing-groups-regexbabel-plugin-transform-async-to-generator,babel-plugin-transform-parameters,babel-preset-env
- #15081 Move the generator body to a gen IIFE when compiling its params (
@nicolo-ribaudo):house: Internal
babel-generator
- #15080 Automatically print inner comments (
@nicolo-ribaudo)v7.20.0 (2022-10-27)
:rocket: New Feature
babel-compat-data,babel-helper-compilation-targets,babel-preset-envbabel-plugin-syntax-typescript
- #14923 Expose
dtsoption in@babel/plugin-syntax-typescript(@oceandrama)babel-generator,babel-parser,babel-plugin-syntax-explicit-resource-management,babel-plugin-transform-block-scoping,babel-plugin-transform-destructuring,babel-standalone,babel-traverse,babel-typesbabel-generator,babel-parser,babel-plugin-syntax-import-reflection,babel-standalone,babel-typesbabel-generator,babel-helper-skip-transparent-expression-wrappers,babel-parser,babel-plugin-transform-typescript,babel-traverse,babel-types
- #14211 [ts] Add support for
expr satisfies Typeexpressions (@nicolo-ribaudo):bug: Bug Fix
... (truncated)
12a58cb
v7.20.2dee77fe
fix: wrap anonymous class expression within statement (#15113)04509a3
v7.20.06173f75
chore: stop publishing test files on npm (#15066)aadd7a3
v7.19.6db2789f
Ensure non-static decorators are applied when a class is instantiated.
(#15059)d45d59a
Improve comments generation (#14979)Sourced from react-bootstrap's releases.
v2.6.0
2.6.0 (2022-11-06)
Bug Fixes
- update
@restart/uito 1.4.0 (#6479) (e38deae)- update
@restart/uito 1.4.1 (#6481) (a42c8de)- ListGroupItem: prevent a div with a href (#6462) (c4b15a3)
- Modal: apply 'show' class when animation = false (#6447) (8f5e903)
- PageItem: remove disabled attribute on span (#6455) (249c178)
- types: fix type of 'safeFindDOMNode' function (#6465) (f2f1847)
Features
Sourced from react-bootstrap's changelog.
2.6.0 (2022-11-06)
Bug Fixes
- update
@restart/uito 1.4.0 (#6479) (e38deae)- update
@restart/uito 1.4.1 (#6481) (a42c8de)- ListGroupItem: prevent a div with a href (#6462) (c4b15a3)
- Modal: apply 'show' class when animation = false (#6447) (8f5e903)
- PageItem: remove disabled attribute on span (#6455) (249c178)
- types: fix type of 'safeFindDOMNode' function (#6465) (f2f1847)
Features
cef4f35
Publish v2.6.0a42c8de
fix: update @restart/ui to 1.4.1 (#6481)e38deae
fix: update @restart/ui to 1.4.0 (#6479)fb3e4d5
feat(Spinner): make the animation default to border (#6468)c4b15a3
fix(ListGroupItem): prevent a div with a href (#6462)f2f1847
fix(types): fix type of 'safeFindDOMNode' function (#6465)f735411
docs(ListGroupItem): add onclick and href docs (#6461)4495178
docs: Fix typos, remove unnecessary semicolons and blank lines (#6463)a55b982
chore(deps): update all non-major dependencies (#6445)de938b4
docs(CloseButton): add docs for aria-label and onClick (#6458)Sourced from sequelize's releases.
v6.25.5
6.25.5 (2022-11-07)
Bug Fixes
v6.25.4
6.25.4 (2022-11-05)
Bug Fixes
Sourced from react-calendar's releases.
v4.0.0
Note: React <16.8 is not supported. If you're still using React older than 16.8, please use react-calendar@^3.0.0 instead.
❗️ = breaking change
What's changed?
- ❗️ Minimum React version is now 16.8.
- Replaced
merge-class-nameswithclsx.
ac35097
v4.0.0b47f85b
Replace merge-class-names with clsx7a07538
Bump @babel/preset-env from 7.19.4 to 7.20.2 in /test (#691)f992764
Bump @babel/preset-env from 7.19.4 to 7.20.2 in /sample
(#688)1a5cfc4
Bump @babel/preset-env from 7.19.4 to 7.20.2 (#682)7936244
Bump @babel/core from 7.19.6 to 7.20.2 in /test (#686)c690d47
Bump @babel/core from 7.19.6 to 7.20.2 in /sample (#690)10ef4f5
Bump @babel/core from 7.19.6 to 7.20.2 (#681)5a3d1e6
Add action to dedupe Dependabot PRs5870459
Fix typo in attribute nameSourced from electron's releases.
electron v21.2.3
Release Notes for v21.2.3
Other Changes
electron v21.2.2
Release Notes for v21.2.2
Other Changes
electron v21.2.1
Release Notes for v21.2.1
Fixes
- Default margin has been added in the code. #36072 (Also in 22)
- Fixed a potential issue when calling
webContents.printToPDF(). #36064 (Also in 22)- Fixed spurious promise rejection in
webContents.loadURLwhen navigating to a hash. #36150Other Changes
- Updated Chromium to 106.0.5249.165. #36162
e857073
docs: fix driverId -> deviceId typo (#36270)86a1ee1
chore: cherry-pick 67c9cbc784d6 from chromium (#36219)2212933
chore: cherry-pick eef098d1c7d5 from webrtc (#36216)c5346bd
chore: cherry-pick 933cc81c6bad from chromium (#36222)c678f7b
docs: Fixed outdated documentation (uploading to App Store) (#36212)3aac61e
chore: bump chromium to 106.0.5249.168 (21-x-y) (#36185)e91dba1
build: fix building with enable_plugins = false (#36202)019c05b
build: determine electron version from tags not files (#36135)0fe2a73
build: prefix version in uploader script (#36173)69cb9c1
test: fixup HID test for ARM CI (#36172)Sourced from @babel/plugin-transform-typescript's
releases.
v7.20.2 (2022-11-04)
:bug: Bug Fix
babel-core,babel-helper-create-class-features-plugin,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-simple-access,babel-node,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-react-constant-elements,babel-preset-env,babel-standalone,babel-types
- #15124 fix:
@babel/noderepl and enableno-use-before-definerule (@liuxingbaoyu)babel-plugin-transform-typescript
- #15121 fix:
tsSatisfiesExpressioncheck with different duplicated@babel/typesversions (@liuxingbaoyu)babel-parser
- #15094 fix:
parsertypings for plugins (@liuxingbaoyu)babel-generator
- #15118 Improve printing of [no LineTerminator here] with comments (
@nicolo-ribaudo)babel-plugin-proposal-decorators,babel-plugin-proposal-object-rest-spread,babel-plugin-transform-jscriptbabel-plugin-transform-destructuring
- #15104 fix: Destructuring exceptions
for ( let { } = 0 ; 0 ; )(@liuxingbaoyu)Committers: 3
- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyuv7.20.1 (2022-11-01)
Thanks
@ptomatofor your first pull request!:bug: Bug Fix
babel-plugin-proposal-async-generator-functions
- #15103 fix: Compile re-declare var in
initandbodyoffor await(@liuxingbaoyu)babel-plugin-proposal-class-properties,babel-traverse
- #15106 Do not mark
inandinstanceofas constant expressions (@nicolo-ribaudo)babel-helpers,babel-plugin-proposal-duplicate-named-capturing-groups-regex,babel-plugin-transform-named-capturing-groups-regexbabel-parser
- #15102 fix: Parse re-declare var in class static body (
@liuxingbaoyu)- #15096 fix:
a satisfies bas lval (@liuxingbaoyu)babel-helpers,babel-plugin-proposal-duplicate-named-capturing-groups-regexbabel-plugin-transform-async-to-generator,babel-plugin-transform-parameters,babel-preset-env
- #15081 Move the generator body to a gen IIFE when compiling its params (
@nicolo-ribaudo):house: Internal
babel-generator
- #15080 Automatically print inner comments (
@nicolo-ribaudo)Committers: 5
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)- Philip Chimento (
@ptomato)@liuxingbaoyu
... (truncated)
Sourced from @babel/plugin-transform-typescript's
changelog.
v7.20.2 (2022-11-04)
:bug: Bug Fix
babel-core,babel-helper-create-class-features-plugin,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-simple-access,babel-node,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-react-constant-elements,babel-preset-env,babel-standalone,babel-types
- #15124 fix:
@babel/noderepl and enableno-use-before-definerule (@liuxingbaoyu)babel-plugin-transform-typescript
- #15121 fix:
tsSatisfiesExpressioncheck with different duplicated@babel/typesversions (@liuxingbaoyu)babel-parser
- #15094 fix:
parsertypings for plugins (@liuxingbaoyu)babel-generator
- #15118 Improve printing of [no LineTerminator here] with comments (
@nicolo-ribaudo)babel-plugin-proposal-decorators,babel-plugin-proposal-object-rest-spread,babel-plugin-transform-jscriptbabel-plugin-transform-destructuring
- #15104 fix: Destructuring exceptions
for ( let { } = 0 ; 0 ; )(@liuxingbaoyu)v7.20.1 (2022-11-01)
:bug: Bug Fix
babel-plugin-proposal-async-generator-functions
- #15103 fix: Compile re-declare var in
initandbodyoffor await(@liuxingbaoyu)babel-plugin-proposal-class-properties,babel-traverse
- #15106 Do not mark
inandinstanceofas constant expressions (@nicolo-ribaudo)babel-helpers,babel-plugin-proposal-duplicate-named-capturing-groups-regex,babel-plugin-transform-named-capturing-groups-regexbabel-parser
- #15102 fix: Parse re-declare var in class static body (
@liuxingbaoyu)- #15096 fix:
a satisfies bas lval (@liuxingbaoyu)babel-helpers,babel-plugin-proposal-duplicate-named-capturing-groups-regexbabel-plugin-transform-async-to-generator,babel-plugin-transform-parameters,babel-preset-env
- #15081 Move the generator body to a gen IIFE when compiling its params (
@nicolo-ribaudo):house: Internal
babel-generator
- #15080 Automatically print inner comments (
@nicolo-ribaudo)v7.20.0 (2022-10-27)
:rocket: New Feature
babel-compat-data,babel-helper-compilation-targets,babel-preset-envbabel-plugin-syntax-typescript
- #14923 Expose
dtsoption in@babel/plugin-syntax-typescript(@oceandrama)babel-generator,babel-parser,babel-plugin-syntax-explicit-resource-management,babel-plugin-transform-block-scoping,babel-plugin-transform-destructuring,babel-standalone,babel-traverse,babel-typesbabel-generator,babel-parser,babel-plugin-syntax-import-reflection,babel-standalone,babel-typesbabel-generator,babel-helper-skip-transparent-expression-wrappers,babel-parser,babel-plugin-transform-typescript,babel-traverse,babel-types
- #14211 [ts] Add support for
expr satisfies Typeexpressions (@nicolo-ribaudo):bug: Bug Fix
... (truncated)
12a58cb
v7.20.2a5e4038
fix: tsSatisfiesExpression check w/ duplicated
@babel/types (#15121)04509a3
v7.20.0df733b1
[ts] Add support for expr satisfies Type expressions (#14211)d45d59a
Improve comments generation (#14979)586a7ee
Fix: properly scope variables in TSModuleBlock (#14109)6688b50
chore(release): 2.0.4ac09944
fix: ReDoS problem (#225)Sourced from electron's releases.
electron v21.3.0
Release Notes for v21.3.0
Features
- Added an
app.getPreferredSystemLanguages()API to return the user's system languages. #36290 (Also in 22)Fixes
- Fixed an issue where calling
app.dock.setIcon(/path/t/icon)would crash when called before thereadyevent onapp. #36294 (Also in 20, 22)Other Changes
- Updated Chromium to 106.0.5249.181. #36288
Unknown
- Reverted fix for chromium:1361612 due to stability issues. #36264
bc2c39e
build: remove out cache (#36359)95d1cf0
build: make src cache smaller (#36351)423cdb0
docs: update README.md to use correct twitter handle (#36347)cc8d02d
build: provide moduleVersion to docs-parser directly (#36336)3afea23
build: fix filenames.auto (#36338)49b624e
docs: update tutorials for Forge 6 (#36321)d8a1298
feat: add app.getPreferredSystemLanguages() API (#36290)3026615
chore: bump chromium to 106.0.5249.181 (21-x-y) (#36288)23a81e6
fix: app.dock.setIcon() crash before app ready (#36294)801cbe2
revert: cherry-pick eef098d1c7d5 from webrtc (#36264)Sourced from sequelize's releases.
v6.25.6
6.25.6 (2022-11-15)
Bug Fixes
- postgres: invalidate connection after client-side timeout (#15283) (a205765), closes /github.com/brianc/node-postgres/blob/5538df6b446f4b4f921947b460fe38acb897e579/packages/pg/lib/client.js#L529
a205765
fix(postgres): invalidate connection after client-side timeout (#15283)bc39fd6
fix: fix parameters not being replaced when after $$ strings (#15307)Sourced from next's releases.
v13.0.4
Core Changes
- Show link to the docs for route segment config options: #42779
- fix: Fix regression of swc minifier: #42790
- Add additional item to RSC payload, preparing for head.tsx on navigation: #42791
- Use window.location directly instead of parsing into URL: #42888
- feat(next-swc/relay): Add
javascriptto language: #42894- types(#42003): better typing for
next/link: #42117- Ensure query is provided correctly with middleware rewrites: #42818
- feat(next/swc): allow to run custom turbopack binary: #42656
- fix: Error: NEXT_REDIRECT crashing server in prod: #42793
- Update caching for swc turbo builds: #42929
- Handle head.js on client-side navigation: #42904
- feat(jest): respect
transpilePackagesin tests: #42987- App files ending with page registred as page files: #42996
- Allow generateStaticParams to be a synchronous function in app directory: #42942
- chore(eslint-config-next): bump eslint-import-resolver-typescript: #43010
- Ensure next.config.js function is handled for turbo: #43015
- Fix app page check on windows: #43022
- Add middleware prefetching config: #42936
- Fix middleware prefetch cases: #43056
- Ensure backslash is correctly handled in find-page-file: #43057
- Fix app render: escape segment value #42626: #42823
Documentation Changes
- docs: fix middleware docs cookie example: #42816
- Update docs/advanced-features/debugging.md: #42842
- docs(edge-api-routes): fixes example: #42903
- Update SFCC example to use TypeScript +
@next/font: #42865- Add more details to invalid-next-config doc: #42917
- typo: #42968
- Document regions config for experimental-edge: #43009
- docs: Add examples of using multiple weights and styles: #43031
Example Changes
- chore(examples):
next/future/image->next/image: #42794- docs(examples): auth0 update callback URL: #42855
- Updates Apollo Server Examples to use Apollo Server 4 &
@as-integrations/next: #42771- Improve
with-algolia-react-instantsearchexample and convert to TypeScript: #42617- Convert blog cover images to next/image: #42908
- Make cover image full width: #42916
- Convert
with-app-layoutexample to TypeScript: #42930- Tigris example with Next.js: #42662
- feat(examples): with-grafbase: #42898
- docs(examples): add postgres.js example: #42962
- Remove
with-atlaskitexample: #42973- Remove
with-carbon-componentsexample: #42976
... (truncated)
58fa90f
v13.0.4ef81fc3
v13.0.4-canary.54d2b7e5
Fix app render: escape segment value #42626
(#42823)22b16e1
Ensure backslash is correctly handled in find-page-file (#43057)2f744a1
Fix middleware prefetch cases (#43056)cb8eeef
Update build-wasm to checkout directly (#43054)ed4a148
v13.0.4-canary.40440404
feat(examples): use experimental edge runtime with grafbase (#42992)533c242
Add middleware prefetching config (#42936)07d3da1
Convert with-cssed, with-csx,
with-styled-jsx examples to TypeScript (#...Sourced from fastify/github-action-merge-dependabot's releases.
v3.5.1
What's Changed
- chore(deps-dev): bump tap from 16.3.0 to 16.3.1 by
@dependabotin fastify/github-action-merge-dependabot#306- chore(deps): bump actions-toolkit from
8322f60to2ec09aeby@dependabotin fastify/github-action-merge-dependabot#308- chore(deps-dev): bump sinon from 14.0.1 to 14.0.2 by
@dependabotin fastify/github-action-merge-dependabot#307- chore(deps-dev): bump husky from 8.0.1 to 8.0.2 by
@dependabotin fastify/github-action-merge-dependabot#309- chore: update readme by
@brunopascottiniin fastify/github-action-merge-dependabot#310- fix: dependabot/fetch-metadata throw on push event by
@climba03003in fastify/github-action-merge-dependabot#312New Contributors
@brunopascottinimade their first contribution in fastify/github-action-merge-dependabot#310Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.5.1
aa94a7d
Release v3.5.1 (#313)df80bb4
fix: dependabot/fetch-metadata throw on push event (#312)14d198b
chore: update readme (#310)484a2cd
chore(deps-dev): bump husky from 8.0.1 to 8.0.2 (#309)5b89387
chore(deps-dev): bump sinon from 14.0.1 to 14.0.2 (#307)bcc241e
chore(deps): bump actions-toolkit from 8322f60 to
2ec09ae (#308)108790f
chore(deps-dev): bump tap from 16.3.0 to 16.3.1 (#306)7885000
fix(oracle): remove hardcoded maxRows value (#15323)Sourced from bootstrap's releases.
v5.2.3
Fixes
🎨 CSS
- #37377: Import root in bootstrap-utilities
- #37425: Fix deprecation warning with sass 1.56.0
- Carousel: Fix RTL
translate()direction☕️ JavaScript
- #37235: fix tooltip/popper disposal inconsistencies
Sourced from next's releases.
v13.0.5
Core Changes
- Remove unnecessary async function when preloading async components: #42957
- Add force-static handling for app dir: #43061
- Add experimental outputFileTracingIgnores config: #43103
- Leverage outputFileTracingIgnores for next-server trace as well: #43108
- Remove
unstable_revalidate: #43119- types: better type definition for internal utils: #43070
- Eagerly build swc binaries on change: #43142
- chore: Update swc_core to
v0.43.23: #42977- fix(next-swc/relay): make pages directory optional: #43116
- Remove the timestamp query for CSS resources: #43185
- Update experimental skipTrailingSlashRedirect handling: #43201
- Avoid bundling appDir rendering into pages edge SSR bundle: #43184
- Alias esm next document to avoid mismatch react context: #43192
- Fix middleware not executed when pages directory is empty: #43205
- Remove app routes from _devPagesManifest: #43188
- Fix HMR error: "Cannot read properties of null (reading 'length')": #43145
- fix(ts): re-export
PageComponentandLayoutComponenttypes: #43226- Fix app routes are not correctly matched when src directory is used: #43234
- chore: add
firebase-adminto defaultserverComponentsExternalPackageslist: #43249- Fix React.cache() in layout/page file: #43187
- build(cargo): bump up turbopack: #43273
- fix(next-swc): aarch64 build: #43275
- Add fallback aliases for React: #43203
- fix: apply default export interop to
next/error: #43238- Remove unused
use-sync-external-storedependency: #43281- Imageloader: collect images serverside to include images from staticp…: #41554
- Update precompiled react: #43288
- Resolve next api for layouts to esm for edge runtime: #43302
- Refactor code: #43291
- Show error for invalid page props in the TS plugin: #43300
- docs: add error link when missing
appDir: true: #43293Documentation Changes
- Add note in next/link docs about anchor props: #43064
- Remove unneeded
asyncin docs.: #43161- Add JWT example to error page.: #43162
- Updated typo in the documentation: #43160
- Add missing quote in
next/scriptexample: #43196- Add a note about the auto-created empty directory: #43219
- docs: Add default browserslist configuration as a starting point: #43260
Example Changes
... (truncated)
f3a728b
v13.0.5e079fbb
v13.0.5-canary.7aa51c26
docs: add error link when missing appDir: true (#43293)685c87c
Show error for invalid page props in the TS plugin (#43300)2089af4
Refactor code (#43291)e581dc8
Resolve next api for layouts to esm for edge runtime (#43302)e901fef
Update precompiled react (#43288)369d6b7
Imageloader: collect images serverside to include images from staticp…
(#41554)33d4694
Remove unused use-sync-external-store dependency (#43281)093354c
Convert with-videojs, with-yoga,
with-zones examples to TypeScript (#43...Sourced from electron's releases.
electron v21.3.1
Release Notes for v21.3.1
Other Changes
Sourced from @babel/plugin-proposal-decorators's
releases.
v7.20.5 (2022-11-28)
Thanks
@davydofand@SuperSodaSeafor your first PRs!:eyeglasses: Spec Compliance
babel-helpers,babel-plugin-transform-destructuring,babel-plugin-transform-modules-commonjs,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-traverse
- #15183 Improve array destructuring spec compliance (
@SuperSodaSea)babel-cli,babel-helpers,babel-plugin-proposal-class-properties,babel-plugin-proposal-class-static-block,babel-plugin-transform-classes,babel-plugin-transform-runtime,babel-preset-envbabel-helper-create-class-features-plugin,babel-helpers,babel-plugin-proposal-decorators,babel-plugin-proposal-private-property-in-object,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime:bug: Bug Fix
babel-parserbabel-helper-wrap-function,babel-preset-env,babel-traverse
- #15181 fix: Edge cases for async functions and
noNewArrowassumption (@liuxingbaoyu)babel-plugin-transform-arrow-functions,babel-plugin-transform-parameters,babel-traverse
- #15163 fix: Throw error when compiling
super()in arrow functions with default / rest parameters (@SuperSodaSea)babel-helpers,babel-node,babel-plugin-proposal-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #15194 fix: Bump
regeneratorand add tests (@SuperSodaSea)babel-helper-create-regexp-features-plugin
- #15192 fix: Update
regjsparserfor@babel/standalone(@liuxingbaoyu)babel-parser,babel-types
- #15109 fix: Babel 8 types (
@liuxingbaoyu)babel-generator
- #15143 Don't print inner comments as leading when wrapping in
(``)(@nicolo-ribaudo)babel-plugin-transform-block-scoping,babel-traverse
- #15167 Register
switch'sdiscriminantin the outer scope (@nicolo-ribaudo):nail_care: Polish
babel-generator
- #15173 Improve generator behavior when
comments:false(@liuxingbaoyu)babel-plugin-transform-block-scoping
- #15164 Only extract IDs for TDZ checks in assign when necessary (
@nicolo-ribaudo):house: Internal
Committers: 6
- Alexander Davydov (
@davydof)- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)- Tianlan Zhou (
@SuperSodaSea)@liuxingbaoyu
... (truncated)
Sourced from @babel/plugin-proposal-decorators's
changelog.
v7.20.5 (2022-11-28)
:eyeglasses: Spec Compliance
babel-helpers,babel-plugin-transform-destructuring,babel-plugin-transform-modules-commonjs,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-traverse
- #15183 Improve array destructuring spec compliance (
@SuperSodaSea)babel-cli,babel-helpers,babel-plugin-proposal-class-properties,babel-plugin-proposal-class-static-block,babel-plugin-transform-classes,babel-plugin-transform-runtime,babel-preset-envbabel-helper-create-class-features-plugin,babel-helpers,babel-plugin-proposal-decorators,babel-plugin-proposal-private-property-in-object,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime:bug: Bug Fix
babel-parserbabel-helper-wrap-function,babel-preset-env,babel-traverse
- #15181 fix: Edge cases for async functions and
noNewArrowassumption (@liuxingbaoyu)babel-plugin-transform-arrow-functions,babel-plugin-transform-parameters,babel-traverse
- #15163 fix: Throw error when compiling
super()in arrow functions with default / rest parameters (@SuperSodaSea)babel-helpers,babel-node,babel-plugin-proposal-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #15194 fix: Bump
regeneratorand add tests (@SuperSodaSea)babel-helper-create-regexp-features-plugin
- #15192 fix: Update
regjsparserfor@babel/standalone(@liuxingbaoyu)babel-parser,babel-types
- #15109 fix: Babel 8 types (
@liuxingbaoyu)babel-generator
- #15143 Don't print inner comments as leading when wrapping in
(``)(@nicolo-ribaudo)babel-plugin-transform-block-scoping,babel-traverse
- #15167 Register
switch'sdiscriminantin the outer scope (@nicolo-ribaudo):nail_care: Polish
babel-generator
- #15173 Improve generator behavior when
comments:false(@liuxingbaoyu)babel-plugin-transform-block-scoping
- #15164 Only extract IDs for TDZ checks in assign when necessary (
@nicolo-ribaudo):house: Internal
v7.20.4 (2022-11-08)
:bug: Bug Fix
babel-generator
- #15160 Fix printing of comments before
=>(@nicolo-ribaudo)babel-generator,babel-plugin-transform-typescript
- #15144 Falback to printing inner comments as trailing (
@nicolo-ribaudo)v7.20.3 (2022-11-07)
:bug: Bug Fix
babel-generator
... (truncated)
29a97b8
v7.20.5df601f9
fix: validate rhs of in when transpiling #p in
C (#15133)Sourced from fastify/github-action-merge-dependabot's releases.
v3.5.2
What's Changed
- chore(deps): bump actions-toolkit from
2ec09aeto4270732by@dependabotin fastify/github-action-merge-dependabot#314- chore(deps-dev): bump eslint from 8.27.0 to 8.28.0 by
@dependabotin fastify/github-action-merge-dependabot#315- chore(deps-dev): bump tap from 16.3.1 to 16.3.2 by
@dependabotin fastify/github-action-merge-dependabot#316- chore(deps-dev): bump prettier from 2.7.1 to 2.8.0 by
@dependabotin fastify/github-action-merge-dependabot#317- chore(deps): bump actions-toolkit from
4270732to53a9770by@dependabotin fastify/github-action-merge-dependabot#318Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.5.2
0525b73
Release v3.5.2 (#321)41d96d1
chore(deps): bump actions-toolkit from 4270732 to
53a9770 (#318)a8e3489
chore(deps-dev): bump prettier from 2.7.1 to 2.8.0 (#317)0f37431
chore(deps-dev): bump tap from 16.3.1 to 16.3.2 (#316)0301c78
chore(deps-dev): bump eslint from 8.27.0 to 8.28.0 (#315)b66207f
chore(deps): bump actions-toolkit from 2ec09ae to
4270732 (#314)Sourced from electron's releases.
electron v22.0.0
Release Notes for v22.0.0
Fixes
- Enable crashpad for ELECTRON_RUN_AS_NODE processes on linux. #36483
- Fixed
clickevent and tooltip ofTraynot working on Linux. #36472- Removed unneeded --turbo-profiling-input argument from mksnapshot_args. #36463
Other Changes
electron v22.0.0-beta.8
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via
npm install electron@beta, ornpm install electron@22.0.0-beta.8.Release Notes for v22.0.0-beta.8
electron v22.0.0-beta.7
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via
npm install electron@beta, ornpm install electron@22.0.0-beta.7.Release Notes for v22.0.0-beta.7
Other Changes
- Updated Chromium to 108.0.5359.48. #36388
electron v22.0.0-beta.6
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via
npm install electron@beta, ornpm install electron@22.0.0-beta.6.Release Notes for v22.0.0-beta.6
Features
- Added new UtilityProcess API to launch chromium child process with node integration. #36089
Fixes
- Fixed race condition during update on macOS that could result in TCC and Keychain errors. #36362
Other Changes
electron v22.0.0-beta.5
Note: This is a beta release. Please file new issues for any bugs you find in it.
... (truncated)
71941e7
chore: bump chromium to 108.0.5359.62 (22-x-y) (#36478)8d9a964
fix: enable crashpad for ELECTRON_RUN_AS_NODE processes (#36483)e879e2f
build(deps): bump minimatch from 3.0.4 to 3.0.8 (#36468)4989994
fix: reimplement Tray with StatusIconLinuxDbus on Linux (#36472)ccc5a7a
fix: remove unneeded --turbo-profiling-input arg from mksnapshot_args…
(#36463)6338350
chore: cherry-pick 7196a42b42ce from chromium (#36458)1601265
docs: add missing event-emitter link to utility-process docs (#36433)02eef17
chore: fix dangling promise in npm install (#36398)17d712e
build: force ninja binary to the right arch after src cache restore (#36404)5085ac7
chore: bump chromium to 108.0.5359.48 (22-x-y) (#36388)94beace
feat(postgres): add support for lock_timeout #15345
(#15355)5e7220b
Use custom transformer when building solution references (#1550)87a9fff
add missing comma in README.md (#1551)620ee79
Typescript 4 9 (#1547)3319b91
chore(deps): bump minimatch in /examples/project-references-example (#1530)60e5784
Fix anchor jumping in README.md (#1521)5c66d2b
Update outdated LICENSE year (#1513)64a4136
Bump terser from 4.8.0 to 4.8.1 in /examples/project-references-example
(#1489)cf1d227
Bump lodash in /test/execution-tests/babel-codeSplitting (#1435)e76abb0
Add Tests and Remarks Concerning the New .cts And
.mts File Extensions (#...Sourced from next's releases.
v13.0.6
Core Changes
- test(integration): allow to run
--turbodev server tests dynamically : #42967- Ensure loaderFile is included in webpack cache key: #43315
- Improve
@next/fonterror handling: #43298- Improve RSC plugin to provide better errors: #42435
- fix appDir returning 404 in production with
"output": "standalone": #43268- Fix outputting un-necessary trace files for edge functions: #43304
- fix: apply default export interop to pages/_app: #43335
- Fix package resolution issue in app dir: #43349
- Get correct chunks in flight-manifest on Windows: #43334
- Resolve RSC / HTML rendering errors in error overlay: #43332
- App directory next/link dynamic href dev error: #43074
- Add
refforwarding fornext/image: #43193- Always transform styled-jsx for rsc and error with client-only condition: #43386
- dynamic = 'error' should only throw if page didn't get exported: #43377
- fix
output: "standalone"returning 500 error on certain pages when built without pages/: #43336- Fix "apply() is only allowed in ready status (state: idle)" HMR errors: #43242
- Add gSP and gSSP checks for both server and client layers in the SWC transform: #43391
- Make sure the TS plugin works for src/app: #43412
- Remove stack trace from full reload warning: #43453
- Upgrade compiled undici: #43481
- Fix missing cleanup process in flight plugin globals: #43297
- Fix matchers in middleware manifest: #43549
- rsc: bundle legacy head as client component: #43425
- Remove
useStatefromnext/image: #43587- Group redirect status imports: #43480
- Fix
Failed to copy traced filesfor Edge functions and handle its files with middleware-manifest.json: #43326- Update next/link default legacyBehavior: #42623
- fix: Dynamic Usage Error when using previewData with generateStaticParams and appDir: #43395
- Minimized runtime errors in app dir: #43511
Documentation Changes
- Add link back to font video in Font docs.: #43440
- docs: update known Safari bug: #43513
- Add yarn berry dependency upgrade example for Next 12 to 13 upgrade documentation.: #43472
- Clarify that publicRuntimeConfig and serverRuntimeConfig do not work with Output File Tracing: #43443
- adding note that edge api routes are not supported with ISR: #43572
- Improve docs for URL Imports: #43615
Example Changes
- chore(examples): Deprecate
cms-strapi: #43325- Add example commands for creating reproductions: #43375
- updates with-supertokens example: #43379
- Fix
with-docker-composeexample: #43419- chore(examples): fix CLI commands for MobX examples: #43534
- Simplify and convert
with-vercel-fetchexample to TypeScript: #43403
... (truncated)
5003add
v13.0.65f420f7
v13.0.6-canary.40590988
Fix output: standalone test for app directory (#43618)70d89bc
Improve docs for URL Imports (#43615)4ca12bd
adding note that edge api routes are not supported with ISR (#43572)a45bf8c
Fix deploy button in with-xata example (#43608)07d52ce
Changed output mode on app directory test application (#43607)2906b51
chore: fix issue labeler (#43606)b2df2cf
chore(examples): Update active-class-name example (#43581)4ee933d
chore: add issue labeler (#43599)Sourced from react-bootstrap's releases.
v2.7.0
2.7.0 (2022-12-07)
Bug Fixes
- Dropdown: fic missing .show class on dropdown toggle when active (#6508) (eaa4bb9)
- Modal: fix modal not closing when keyboard=false (#6515) (92703d5)
Features
Sourced from react-bootstrap's changelog.
2.7.0 (2022-12-07)
Bug Fixes
- Dropdown: fic missing .show class on dropdown toggle when active (#6508) (eaa4bb9)
- Modal: fix modal not closing when keyboard=false (#6515) (92703d5)
Features
cc0e52f
Publish v2.7.092703d5
fix(Modal): fix modal not closing when keyboard=false (#6515)847f04a
chore(deps): update all non-major dependencies (#6513)96c7bdd
chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /www (#6512)3b97f6f
chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#6511)212fa9f
docs(Button): fix consistent code style in Types example (#6509)ba092df
feat(AccordionBody): add transition callback props (#6478)63637e1
chore(deps): bump loader-utils from 1.4.0 to 1.4.2 in /www (#6494)3cfdab1
feat(Ratio): add support for portrait size ratios (#6501)eaa4bb9
fix(Dropdown): fic missing .show class on dropdown toggle when active
(#6508)Sourced from typescript's releases.
TypeScript 4.9.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Changes:
- e2868216f637e875a74c675845625eb15dcfe9a2 Bump version to 4.9.4 and LKG.
- eb5419fc8d980859b98553586dfb5f40d811a745 Cherry-pick #51704 to release 4.9 (#51712)
- b4d382b9b12460adf2da4cc0d1429cf19f8dc8be Cherry-pick changes for narrowing to tagged literal types.
- e7a02f43fce47e1a39259ada5460bcc33c8e98b5 Port of #51626 and #51689 to release-4.9 (#51627)
- 1727912f0437a7f367d90040fc4b0b4f3efd017a Cherry-pick fix around
visitEachChildto release-4.9. (#51544)This list of changes was auto generated.
e286821
Bump version to 4.9.4 and LKG.eb5419f
Cherry-pick #51704
to release 4.9 (#51712)b4d382b
Cherry-pick changes for narrowing to tagged literal types.e7a02f4
Port of #51626
and #51689
to release-4.9 (#51627)1727912
Cherry-pick fix around visitEachChild to release-4.9. (#51544)Sourced from fastify/github-action-merge-dependabot's releases.
v3.5.3
What's Changed
- chore(deps): bump actions-toolkit from
53a9770to230b3edby@dependabotin fastify/github-action-merge-dependabot#324- chore(deps-dev): bump eslint from 8.28.0 to 8.29.0 by
@dependabotin fastify/github-action-merge-dependabot#325- chore(deps-dev): bump sinon from 14.0.2 to 15.0.0 by
@dependabotin fastify/github-action-merge-dependabot#326- chore(deps): bump nearform/optic-release-automation-action from 3 to 4 by
@dependabotin fastify/github-action-merge-dependabot#322- chore(deps): bump qs from 6.5.2 to 6.5.3 by
@dependabotin fastify/github-action-merge-dependabot#327- chore(deps): bump actions-toolkit from
230b3edto0d663bdby@dependabotin fastify/github-action-merge-dependabot#328- chore(deps-dev): bump prettier from 2.8.0 to 2.8.1 by
@dependabotin fastify/github-action-merge-dependabot#329- chore(deps-dev): bump
@vercel/nccfrom 0.34.0 to 0.36.0 by@dependabotin fastify/github-action-merge-dependabot#330Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.5.3
597eeac
Release v3.5.3 (#332)75395d5
chore(deps-dev): bump @vercel/ncc from 0.34.0 to 0.36.0
(#330)d51446e
chore(deps-dev): bump prettier from 2.8.0 to 2.8.1 (#329)051edb4
chore(deps): bump actions-toolkit from 230b3ed to
0d663bd (#328)b0dc77d
chore(deps): bump qs from 6.5.2 to 6.5.3 (#327)176acc0
chore(deps): bump nearform/optic-release-automation-action from 3 to 4
(#322)6451698
chore(deps-dev): bump sinon from 14.0.2 to 15.0.0 (#326)34011d9
chore(deps-dev): bump eslint from 8.28.0 to 8.29.0 (#325)4b76993
chore(deps): bump actions-toolkit from 53a9770 to
230b3ed (#324)Sourced from sqlite3's releases.
v5.1.4
What's Changed
- Fixed glibc compatibility by downgrading CI to Ubuntu 20 by
@daniellockyerin TryGhost/node-sqlite3#1664Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.3...v5.1.4
v5.1.3
What's Changed
- Updated bundled SQLite to v3.40.0 by
@daniellockyerFull Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.2...v5.1.3
6f6318e
v5.1.4aeafe25
Revert "Renamed master references to
main"57ce2d4
Fixed glib compatibility by downgrading to Ubuntu 20af8e567
Renamed master references to main8fd18a3
Extracted function checking code into macro5c94f75
v5.1.3aec0d31
Updated bundled SQLite to v3.40.01247c01
feat: add support for bigints (backport of #14485)
(#15413)Sourced from next's releases.
v13.0.7-canary.7
Core Changes
- Adding data attr to inlined font definition: #44008
- Replace taskr.watch for core compilation: #44027
- Fix
.images.remotePatterns[0].portwarning: #44032- Fix app client entry key for windows: #44011
- feat: enables 'edge' as a possible runtime for API routes: #44045
Documentation Changes
- Add docs for missing support on custom routes: #44007
- docs: fix wording: #44020
- not ie 11 is dead: #44029
Credits
Huge thanks to
@ijjk,@janicklas-ralph,@theevilhead,@Nfinished,@styfle,@huozhi, and@feugyfor helping!v13.0.7-canary.6
Core Changes
- Update
no-img-elementlint rule: #43982- Fix: fix pages in Route Groups returning 500 with
output: "standalone": #43746- Add default head for app dir: #43963
- Fix browser navigation buttons not working with shallow routing and middleware: #43919
- Fast refresh should recover from event handler errors in app dir: #43882
- Fix module error for findDOMNode on edge: #43998
Example Changes
- Move Google Analytics script to the : #43838
Misc Changes
- Fix e2e deploy test setup: #43990
Credits
Huge thanks to
@styfle,@aarnadlr,@DuCanhGH,@huozhi,@kleintorres, and@hanneslundfor helping!v13.0.7-canary.5
Core Changes
- Fix error message for invalid
runtimeoption in app dir: #43900- fix: forwarding props to no ssr dynamic: #43901
- Improve type checking error message for invalid props: #43903
- Improve type checking error message for invalid props: #43903
- Support for named slots in type checking: #43906
- Fix next/dynamic types for resolving named export module: #43923
... (truncated)
892eb61
v13.0.76a00737
v13.0.7-canary.735f1a35
feat: enables 'edge' as a possible runtime for API routes (#44045)6aae39c
Fix app client entry key for windows (#44011)d5fd2d7
Fix .images.remotePatterns[0].port warning (#44032)7c1ac89
not ie 11 is dead (#44029)16a1116
Replace taskr.watch for core compilation (#44027)2416357
docs: fix wording (#44020)6d3be75
Adding data attr to inlined font definition (#44008)7b84d63
Add docs for missing support on custom routes (#44007)fd4afa6
feat(types): use retry-as-promised types for retry options to match
documenta...Sourced from @babel/plugin-proposal-decorators's
releases.
v7.20.7 (2022-12-22)
Thanks
@wsypowerfor your first PR!:eyeglasses: Spec Compliance
babel-helper-member-expression-to-functions,babel-helper-replace-supers,babel-plugin-proposal-class-properties,babel-plugin-transform-classes
- #15223 fix: Deleting super property should throw (
@SuperSodaSea)babel-helpers,babel-plugin-proposal-class-properties,babel-plugin-transform-classes,babel-plugin-transform-object-super
- #15241 fix: Throw correct error types from sed ant class TDZ helpers (
@SuperSodaSea):bug: Bug Fix
babel-parser,babel-plugin-transform-typescript
- #15209 fix: Support auto accessors with TypeScript annotations (
@liuxingbaoyu)babel-traverse
- #15287 Fix
.parentPathafter rename inSwitchCase(@nicolo-ribaudo)babel-plugin-transform-typescript,babel-traverse
- #15284 fix: Ts import type and func with duplicate name (
@liuxingbaoyu)babel-plugin-transform-block-scoping
- #15278 Fix tdz analysis for reassigned captured for bindings (
@nicolo-ribaudo)babel-plugin-proposal-async-generator-functions,babel-preset-env
- #15235 fix: Transform
for awaitwith shadowed variables (@liuxingbaoyu)babel-generator,babel-plugin-proposal-optional-chaining
- #15258 fix: Correctly generate
(a ?? b) as T(@liuxingbaoyu)babel-plugin-transform-react-jsx,babel-types
- #15233 fix: Emit correct sourcemap ranges for
JSXText(@liuxingbaoyu)babel-core,babel-helpers,babel-plugin-transform-computed-properties,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #15232 fix: Computed properties should keep original definition order (
@SuperSodaSea)babel-helper-member-expression-to-functions,babel-helper-replace-supers,babel-plugin-proposal-class-properties,babel-plugin-transform-classes
- #15223 fix: Deleting super property should throw (
@SuperSodaSea)babel-generator
- #15216 fix: Print newlines for leading Comments of
TSEnumMember(@liuxingbaoyu):nail_care: Polish
babel-plugin-transform-block-scoping,babel-traverse
- #15275 Improve relative execution tracking in fn exprs (
@nicolo-ribaudo):house: Internal
babel-helper-define-map,babel-plugin-transform-property-mutators
- #15274 Inline & simplify
@babel/helper-define-map(@nicolo-ribaudo)babel-core,babel-plugin-proposal-class-properties,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-destructuring,babel-plugin-transform-parameters,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-traverse
- #15200 Rewrite
transform-block-scopingplugin (@nicolo-ribaudo):running_woman: Performance
babel-helper-compilation-targets
- #15228 perf: Speed up
getTargets(@liuxingbaoyu)Committers: 6
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)
... (truncated)
Sourced from @babel/plugin-proposal-decorators's
changelog.
v7.20.7 (2022-12-22)
:eyeglasses: Spec Compliance
babel-helper-member-expression-to-functions,babel-helper-replace-supers,babel-plugin-proposal-class-properties,babel-plugin-transform-classes
- #15223 fix: Deleting super property should throw (
@SuperSodaSea)babel-helpers,babel-plugin-proposal-class-properties,babel-plugin-transform-classes,babel-plugin-transform-object-super
- #15241 fix: Throw correct error types from sed ant class TDZ helpers (
@SuperSodaSea):bug: Bug Fix
babel-parser,babel-plugin-transform-typescript
- #15209 fix: Support auto accessors with TypeScript annotations (
@liuxingbaoyu)babel-traverse
- #15287 Fix
.parentPathafter rename inSwitchCase(@nicolo-ribaudo)babel-plugin-transform-typescript,babel-traverse
- #15284 fix: Ts import type and func with duplicate name (
@liuxingbaoyu)babel-plugin-transform-block-scoping
- #15278 Fix tdz analysis for reassigned captured for bindings (
@nicolo-ribaudo)babel-plugin-proposal-async-generator-functions,babel-preset-env
- #15235 fix: Transform
for awaitwith shadowed variables (@liuxingbaoyu)babel-generator,babel-plugin-proposal-optional-chaining
- #15258 fix: Correctly generate
(a ?? b) as T(@liuxingbaoyu)babel-plugin-transform-react-jsx,babel-types
- #15233 fix: Emit correct sourcemap ranges for
JSXText(@liuxingbaoyu)babel-core,babel-helpers,babel-plugin-transform-computed-properties,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #15232 fix: Computed properties should keep original definition order (
@SuperSodaSea)babel-helper-member-expression-to-functions,babel-helper-replace-supers,babel-plugin-proposal-class-properties,babel-plugin-transform-classes
- #15223 fix: Deleting super property should throw (
@SuperSodaSea)babel-generator
- #15216 fix: Print newlines for leading Comments of
TSEnumMember(@liuxingbaoyu):nail_care: Polish
babel-plugin-transform-block-scoping,babel-traverse
- #15275 Improve relative execution tracking in fn exprs (
@nicolo-ribaudo):house: Internal
babel-helper-define-map,babel-plugin-transform-property-mutators
- #15274 Inline & simplify
@babel/helper-define-map(@nicolo-ribaudo)babel-core,babel-plugin-proposal-class-properties,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-destructuring,babel-plugin-transform-parameters,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-traverse
- #15200 Rewrite
transform-block-scopingplugin (@nicolo-ribaudo):running_woman: Performance
babel-helper-compilation-targets
- #15228 perf: Speed up
getTargets(@liuxingbaoyu)v7.20.6 (2022-11-28)
:bug: Bug Fix
babel-helpers
- #15231 Update
checkInRHShelper min version (@nicolo-ribaudo)
d414940
v7.20.7362451b
chore: Enable eslint rule no-unnecessary-type-assertion (#15260)Sourced from next's releases.
v13.1.0
Core Changes
- Fix windows slashes for app client entry: #44052
- Hash both pitch and main loader for server CSS imports: #44063
- Add tracing for testing tools: #44046
- Run packing in tests in parallel: #44048
- feat: app dir error-global component: #44066
- Fix ignoring dev warning for preload component: #44065
- refactor(next-swc): introduce next-binding to consolidate dependencies.: #43473
- Add lodash to server components external packages: #44022
- Fix dev session stopped handling: #44112
- Add jsdoc/no-types eslint rule for TypeScript files: #44049
- Revert "Remove
useStatefromnext/image(#43587)": #44094- should not contain pages css in app dir: #44151
- Upgrade undici to 5.14.0 to fix fetch redirect bug: #44133
- build(cargo): fix turbopack + next-swc build: #43983
- Align onRecoverableError callback between pages and app dir: #44161
- build(cargo): update turbopack: #44167
- Update styled-jsx: #44070
- Fix crash in GraalVM: #44176
- Also check error.message as digest for recoverable errors in pages: #44185
- Move options to stable: #44195
- Move
transpilePackagesout of experimental: #44194- Fix CSS resources being duplicated in app dir: #44168
- Add telemetry for stable features: #44201
- Add warning for experimental flags that have moved: #44202
- build(cargo): bump up turbopack: #44206
- Bump
@vercel/nft@0.22.6: #44193- Disable Image Optimization API when next.config.js has
unoptimized: true: #44205- Honour
distDirin type generation: #44207- Only once for the next/head usage in app dir: #44233
- Enable allowMiddlewareResponseBody by default: #44224
- Move
modularizeImportsout of experimental: #44240- Update config validation for latest turbopack changes: #44223
- build(cargo): update turbopack: #44241
- update turbopack for bugfixes: #44251
Documentation Changes
- docs: Add explanation about font-display: #44001
- Test that adding query can be detected by useSearchParams: #43969
- Add static test for useSelectedLayoutSegments: #43955
- Docs: Update deployment.md with Firebase, Amplify and Cloudflare: #44092
- Add test for rewriting in middleware in app-dir: #43971
- docs: Add missing type to import statement: #44111
- docs: update next/dynamic docs: #44067
- Update disabling-http-keep-alive.md for server-side only: #43374
- docs: fix spelling error: #44191
- Write tests for navigation between app-dir and pages: #43881
... (truncated)
02489c2
v13.1.087ca16f
v13.0.8-canary.53020c44
update with-turbopack example for postcss/tailwind support (#44261)0572e21
v13.0.8-canary.46349db8
update turbopack for bugfixes (#44251)13a3a9c
v13.0.8-canary.3152411c
build(cargo): update turbopack (#44241)e8b2387
Update config validation for latest turbopack changes (#44223)7c8d006
Move modularizeImports out of experimental (#44240)9ee4c0c
Enable allowMiddlewareResponseBody by default (#44224)Sourced from @babel/plugin-transform-typescript's
releases.
v7.20.7 (2022-12-22)
Thanks
@wsypowerfor your first PR!:eyeglasses: Spec Compliance
babel-helper-member-expression-to-functions,babel-helper-replace-supers,babel-plugin-proposal-class-properties,babel-plugin-transform-classes
- #15223 fix: Deleting super property should throw (
@SuperSodaSea)babel-helpers,babel-plugin-proposal-class-properties,babel-plugin-transform-classes,babel-plugin-transform-object-super
- #15241 fix: Throw correct error types from sed ant class TDZ helpers (
@SuperSodaSea):bug: Bug Fix
babel-parser,babel-plugin-transform-typescript
- #15209 fix: Support auto accessors with TypeScript annotations (
@liuxingbaoyu)babel-traverse
- #15287 Fix
.parentPathafter rename inSwitchCase(@nicolo-ribaudo)babel-plugin-transform-typescript,babel-traverse
- #15284 fix: Ts import type and func with duplicate name (
@liuxingbaoyu)babel-plugin-transform-block-scoping
- #15278 Fix tdz analysis for reassigned captured for bindings (
@nicolo-ribaudo)babel-plugin-proposal-async-generator-functions,babel-preset-env
- #15235 fix: Transform
for awaitwith shadowed variables (@liuxingbaoyu)babel-generator,babel-plugin-proposal-optional-chaining
- #15258 fix: Correctly generate
(a ?? b) as T(@liuxingbaoyu)babel-plugin-transform-react-jsx,babel-types
- #15233 fix: Emit correct sourcemap ranges for
JSXText(@liuxingbaoyu)babel-core,babel-helpers,babel-plugin-transform-computed-properties,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #15232 fix: Computed properties should keep original definition order (
@SuperSodaSea)babel-helper-member-expression-to-functions,babel-helper-replace-supers,babel-plugin-proposal-class-properties,babel-plugin-transform-classes
- #15223 fix: Deleting super property should throw (
@SuperSodaSea)babel-generator
- #15216 fix: Print newlines for leading Comments of
TSEnumMember(@liuxingbaoyu):nail_care: Polish
babel-plugin-transform-block-scoping,babel-traverse
- #15275 Improve relative execution tracking in fn exprs (
@nicolo-ribaudo):house: Internal
babel-helper-define-map,babel-plugin-transform-property-mutators
- #15274 Inline & simplify
@babel/helper-define-map(@nicolo-ribaudo)babel-core,babel-plugin-proposal-class-properties,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-destructuring,babel-plugin-transform-parameters,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-traverse
- #15200 Rewrite
transform-block-scopingplugin (@nicolo-ribaudo):running_woman: Performance
babel-helper-compilation-targets
- #15228 perf: Speed up
getTargets(@liuxingbaoyu)Committers: 6
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)
... (truncated)
Sourced from @babel/plugin-transform-typescript's
changelog.
v7.20.7 (2022-12-22)
:eyeglasses: Spec Compliance
babel-helper-member-expression-to-functions,babel-helper-replace-supers,babel-plugin-proposal-class-properties,babel-plugin-transform-classes
- #15223 fix: Deleting super property should throw (
@SuperSodaSea)babel-helpers,babel-plugin-proposal-class-properties,babel-plugin-transform-classes,babel-plugin-transform-object-super
- #15241 fix: Throw correct error types from sed ant class TDZ helpers (
@SuperSodaSea):bug: Bug Fix
babel-parser,babel-plugin-transform-typescript
- #15209 fix: Support auto accessors with TypeScript annotations (
@liuxingbaoyu)babel-traverse
- #15287 Fix
.parentPathafter rename inSwitchCase(@nicolo-ribaudo)babel-plugin-transform-typescript,babel-traverse
- #15284 fix: Ts import type and func with duplicate name (
@liuxingbaoyu)babel-plugin-transform-block-scoping
- #15278 Fix tdz analysis for reassigned captured for bindings (
@nicolo-ribaudo)babel-plugin-proposal-async-generator-functions,babel-preset-env
- #15235 fix: Transform
for awaitwith shadowed variables (@liuxingbaoyu)babel-generator,babel-plugin-proposal-optional-chaining
- #15258 fix: Correctly generate
(a ?? b) as T(@liuxingbaoyu)babel-plugin-transform-react-jsx,babel-types
- #15233 fix: Emit correct sourcemap ranges for
JSXText(@liuxingbaoyu)babel-core,babel-helpers,babel-plugin-transform-computed-properties,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #15232 fix: Computed properties should keep original definition order (
@SuperSodaSea)babel-helper-member-expression-to-functions,babel-helper-replace-supers,babel-plugin-proposal-class-properties,babel-plugin-transform-classes
- #15223 fix: Deleting super property should throw (
@SuperSodaSea)babel-generator
- #15216 fix: Print newlines for leading Comments of
TSEnumMember(@liuxingbaoyu):nail_care: Polish
babel-plugin-transform-block-scoping,babel-traverse
- #15275 Improve relative execution tracking in fn exprs (
@nicolo-ribaudo):house: Internal
babel-helper-define-map,babel-plugin-transform-property-mutators
- #15274 Inline & simplify
@babel/helper-define-map(@nicolo-ribaudo)babel-core,babel-plugin-proposal-class-properties,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-destructuring,babel-plugin-transform-parameters,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-traverse
- #15200 Rewrite
transform-block-scopingplugin (@nicolo-ribaudo):running_woman: Performance
babel-helper-compilation-targets
- #15228 perf: Speed up
getTargets(@liuxingbaoyu)v7.20.6 (2022-11-28)
:bug: Bug Fix
babel-helpers
- #15231 Update
checkInRHShelper min version (@nicolo-ribaudo)v7.20.5 (2022-11-28)
... (truncated)
d414940
v7.20.73a71c79
fix: Support auto accessors with TypeScript annotations (#15209)87e48e7
fix: ts import type and func with duplicate name (#15284)f543b61
refactor: remove ModuleDeclaration usage (#15236)156b608
Falback to printing inner comments as trailing (#15144)Sourced from next's releases.
v13.1.1
Core Changes
- Exclude
srcsetfrom svg image: #44308- Fix CSS resource path not matched in
__entry_css_files__: #44310- Fix
next/image404 whenbasePathandtrailingSlashdefined: #44312Documentation Changes
- Remove experimental for modularizeImports from docs and example: #44311
Example Changes
- Updated dependencies for
with-tailwindcssexample: #44289Misc Changes
- Use turbo for packing files in test setup: #44074
Credits
Huge thanks to
@JanKaifer,@Nutlope,@styfle, and@chibicodefor helping!v13.1.1-canary.1
Core Changes
- Fix
next/image404 whenbasePathandtrailingSlashdefined: #44312Documentation Changes
- Remove experimental for modularizeImports from docs and example: #44311
Credits
Huge thanks to
@chibicodeand@styflefor helping!v13.1.1-canary.0
Core Changes
- Exclude
srcsetfrom svg image: #44308- Fix CSS resource path not matched in
__entry_css_files__: #44310Example Changes
- Updated dependencies for
with-tailwindcssexample: #44289Misc Changes
- Use turbo for packing files in test setup: #44074
... (truncated)
4ac737e
v13.1.1f0a8b7e
v13.1.1-canary.1b0a1e99
Fix next/image 404 when basePath and
trailingSlash defined (#44312)f0aa10b
Remove experimental for modularizeImports from docs and example (#44311)44548dd
v13.1.1-canary.000b2113
Fix CSS resource path not matched in __entry_css_files__
(#44310)fd0d0f5
Exclude srcset from svg image (#44308)8a9133d
Updated dependencies for with-tailwindcss example (#44289)fd9ec64
Use turbo for packing files in test setup (#44074)