Sourced from @contentful/live-preview
's
releases.
@contentful/live-preview
@4
.5.64.5.6 (2024-09-16)
Note: Version bump only for package
@contentful/live-preview
932cacb
chore(release): updated release notes and package versions [ci
skip]62c3b43
chore: bump contentful from 10.15.0 to 10.15.1 (#887)52313bc
chore: bump @types/node
from 22.5.4 to 22.5.5 (#883)af66ef7
chore: bump chokidar from 3.6.0 to 4.0.0 (#882)ad99848
chore: bump typescript from 5.5.4 to 5.6.2 (#881)6f43bdc
chore: bump concurrently from 9.0.0 to 9.0.1 (#878)b091263
chore: bump @commitlint/config-conventional
from 19.4.1 to
19.5.0 (#880)8eae103
chore: bump vitest from 2.0.5 to 2.1.1 (#879)10b5999
chore: bump husky from 9.1.5 to 9.1.6 (#877)ec6cdc4
docs: update csm cpa example to not use alpha featuresda81517
build(deps): bump the production-dependencies group across 1 directory
with 4...5a95d48
build(deps-dev): bump tsd in the dev-dependencies group (#2322)0bb775c
build(deps-dev): bump eslint-plugin-import in the dev-dependencies group
(#2321)5c3509e
build(deps-dev): bump tslib in the dev-dependencies group (#2316)b6c0b73
build(deps-dev): bump the dev-dependencies group with 2 updates (#2312)418d6f2
build(deps-dev): bump core-js in the dev-dependencies group (#2311)Sourced from next's releases.
v14.2.11
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: correct metadata url suffix (vercel/next.js#69959)
- fix: setting assetPrefix to URL format breaks HMR (#70040)
- Update revalidateTag to batch tags in one request (#65296)
Credits
Huge thanks to
@huozhi
,@devjiwonchoi
, and@ijjk
for helping!v14.2.10
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Remove invalid fallback revalidate value (vercel/next.js#69990)
- Revert server action optimization (vercel/next.js#69925)
- Add ability to customize Cache-Control (#69802)
Credits
Huge thanks to
@huozhi
and@ijjk
for helping!v14.2.9
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Revert "Fix esm property def in flight loader (#66990)" (#69749)
- Disable experimental.optimizeServer by default to fix failed server action (#69788)
- Fix middleware fallback: false case (#69799)
- Fix status code for /_not-found route (#64058) (#69808)
- Fix metadata prop merging (#69807)
- create-next-app: fix font file corruption when using import alias (#69806)
Credits
Huge thanks to
@huozhi
,@ztanner
,@ijjk
, and@lubieowoce
for helping!
bfbc92a
v14.2.11fa51ff5
fix: correct metadata url suffix (#69959)
(#70042)276ddf3
fix: setting assetPrefix
to URL format breaks HMR (#70040)9954a21
Update revalidateTag to batch tags in one request (#65296)937651f
v14.2.107ed7f12
Remove invalid fallback revalidate value (#69990)99de057
Revert server action optimization (#69925)24647b9
Add ability to customize Cache-Control (#69802)6fa8982
v14.2.97998745
test: lock ts type check (#69889)Sourced from eslint-plugin-react's releases.
v7.36.1
Fixed
no-is-mounted
: fix logic in method name check (#3821[]@Mathias-S
)jsx-no-literals
: Avoid crashing on valueless boolean props (#3823[]@reosarevok
)#3823: jsx-eslint/eslint-plugin-react#3823 #3821: jsx-eslint/eslint-plugin-react#3821
v7.36.0
Added
- [
no-string-refs
]: allow this.refs in > 18.3.0 (#3807[]@henryqdineen
)jsx-no-literals
AddelementOverrides
option and the ability to ignore this rule on specific elements (#3812[]@Pearce-Ropion
)- [
forward-ref-uses-ref
]: add rule for checking ref parameter is added (#3667[]@NotWoods
)Fixed
- [
function-component-definition
],boolean-prop-naming
, [jsx-first-prop-new-line
], [jsx-props-no-multi-spaces
],propTypes
: use type args (#3629[]@HenryBrown0
)- JSX pragma: fail gracefully (#3632[]
@ljharb
)- [
jsx-props-no-spreading
]: addexplicitSpread
option to schema (#3799[]@ljharb
)Changed
- [Tests] add
@typescript-eslint/parser
v6 (#3629[]@HenryBrown0
)- [Tests] add
@typescript-eslint/parser
v7 and v8 (#3629[]@hampustagerud
)- [Docs] [
no-danger
]: update broken link (#3817[]@lucasrmendonca
)- [types] add jsdoc type annotations (#3731[]
@y-hsgw
)- [Tests]
button-has-type
: add test case with spread (#3731[]@y-hsgw
)#3799: jsx-eslint/eslint-plugin-react#3799 #3632: jsx-eslint/eslint-plugin-react#3632 #3812: jsx-eslint/eslint-plugin-react#3812 #3731: jsx-eslint/eslint-plugin-react#3731 #3694: jsx-eslint/eslint-plugin-react#3667 #3629: jsx-eslint/eslint-plugin-react#3629 #3817: jsx-eslint/eslint-plugin-react#3817 #3807: jsx-eslint/eslint-plugin-react#3807
... (truncated)
Sourced from eslint-plugin-react's changelog.
7.36.1 - 2024.09.12
Fixed
- [
no-is-mounted
]: fix logic in method name check (#3821[]@Mathias-S
)- [
jsx-no-literals
]: Avoid crashing on valueless boolean props (#3823[]@reosarevok
)#3823: jsx-eslint/eslint-plugin-react#3823 #3821: jsx-eslint/eslint-plugin-react#3821
7.36.0 - 2024.09.12
Added
- [
no-string-refs
]: allow this.refs in > 18.3.0 (#3807[]@henryqdineen
)- [
jsx-no-literals
] AddelementOverrides
option and the ability to ignore this rule on specific elements (#3812[]@Pearce-Ropion
)- [
forward-ref-uses-ref
]: add rule for checking ref parameter is added (#3667[]@NotWoods
)Fixed
- [
function-component-definition
], [boolean-prop-naming
], [jsx-first-prop-new-line
], [jsx-props-no-multi-spaces
],propTypes
: use type args (#3629[]@HenryBrown0
)- JSX pragma: fail gracefully (#3632[]
@ljharb
)- [
jsx-props-no-spreading
]: addexplicitSpread
option to schema (#3799[]@ljharb
)Changed
- [Tests] add
@typescript-eslint/parser
v6 (#3629[]@HenryBrown0
)- [Tests] add
@typescript-eslint/parser
v7 and v8 (#3629[]@hampustagerud
)- [Docs] [
no-danger
]: update broken link (#3817[]@lucasrmendonca
)- [types] add jsdoc type annotations (#3731[]
@y-hsgw
)- [Tests]
button-has-type
: add test case with spread (#3731[]@y-hsgw
)#3799: jsx-eslint/eslint-plugin-react#3799 #3632: jsx-eslint/eslint-plugin-react#3632 #3812: jsx-eslint/eslint-plugin-react#3812 #3731: jsx-eslint/eslint-plugin-react#3731 #3694: jsx-eslint/eslint-plugin-react#3667 #3629: jsx-eslint/eslint-plugin-react#3629 #3817: jsx-eslint/eslint-plugin-react#3817 #3807: jsx-eslint/eslint-plugin-react#3807
59ef14c
Update CHANGELOG and bump version99e15e1
[Fix] jsx-no-literals
: Avoid crashing on valueless boolean
propsa09083b
[Fix] no-is-mounted
: fix logic in method name check1df23d2
[actions] fix release scriptb918f02
[meta] add missing rule linkf25251f
Update CHANGELOG and bump versionceb73fe
[New] add forward-ref-uses-ref
rule for checking ref
parametered64b24
[Fix] jsx-props-no-spreading
: add
explicitSpread
option to schemaf435df9
[Tests] button-has-type
: add test case with spread0a8092f
[types] add jsdoc type annotationsSourced from stylelint-config-sass-guidelines's releases.
v12.1.0
Changed
- Bumped
@stylistic/stylelint-plugin
from 2.1.2 to 3.0.1- Bumped stylelint from 16.6.1 to 16.9.0
- Bumped postcss from 8.4.39 to 8.4.45
- Bumped stylelint-scss from 6.4.1 to 6.6.0
Sourced from stylelint-config-sass-guidelines's changelog.
[12.1.0]
Full list of changes can be viewed here
Changed
- Bumped
@stylistic/stylelint-plugin
from 2.1.2 to 3.0.1- Bumped stylelint from 16.6.1 to 16.9.0
- Bumped postcss from 8.4.39 to 8.4.45
- Bumped stylelint-scss from 6.4.1 to 6.6.0
ea7f5bc
Released version 12.1.0f99bfe8
Update CHANGELOG.md0f1b73f
Bump stylelint-scss from 6.5.1 to 6.6.0 (#356)45dc7bb
Bump postcss from 8.4.44 to 8.4.45 (#355)3fb8e3e
Bump @stylistic/stylelint-plugin
from 2.1.2 to 3.0.1 (#350)6e1aaf7
Bump stylelint-scss from 6.4.1 to 6.5.1 (#351)d44fd14
Bump postcss from 8.4.39 to 8.4.44 (#354)5496c18
Bump stylelint from 16.6.1 to 16.9.0 (#352)Sourced from stylelint-scss's releases.
6.6.0
- Added:
declaration-property-value-no-unknown
: add support for first-class operators (#1042).- Added:
declaration-property-value-no-unknown
: add support SCSS variables as arguments in nested functions (#1042).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.5.1...v6.6.0
Sourced from stylelint-scss's changelog.
6.6.0
- Added:
declaration-property-value-no-unknown
: add support for first-class operators (#1042).- Added:
declaration-property-value-no-unknown
: add support SCSS variables as arguments in nested functions (#1042).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.5.1...v6.6.0
56c2f18
6.6.07fe6e01
Prepare version 6.6.0f8549ca
Fix false positives in
declaration-property-value-no-unknown
for dollar
var...615ce4c
build(deps-dev): bump postcss from 8.4.44 to 8.4.45 (#1050)11b9033
build(deps-dev): bump stylelint from 16.8.1 to 16.9.0 (#1048)ccddc84
build(deps): bump postcss-selector-parser from 6.1.1 to 6.1.2 (#1046)c95a1ee
build(deps-dev): bump husky from 9.1.4 to 9.1.5 (#1047)f2dfee3
build(deps): bump postcss-resolve-nested-selector from 0.1.4 to 0.1.6
(#1045)Sourced from typescript's releases.
TypeScript 5.6
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.6.0 (Beta).
- fixed issues query for Typescript 5.6.1 (RC).
- fixed issues query for Typescript 5.6.2 (Stable).
Downloads are available on:
TypeScript 5.6 RC
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 5.6 Beta
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
a7e3374
Bump version to 5.6.2 and LKG2063357
🤖 Pick PR #59708
(LEGO: Pull request from lego/hb_537...) into release-5.6 (#...4fe7e41
🤖 Pick PR #59670
(fix(59649): ts Move to a new file d...) into release-5.6 (#...1a03e53
🤖 Pick PR #59761
(this
can be nullish) into release-5.6 (#59762)6212132
Update LKGbbb5faf
🤖 Pick PR #59542
(Fixing delay caused in vscode due t...) into release-5.6 (#...e6914a5
Bump version to 5.6.1-rc and LKG34121c4
Update LKG2a30c2a
Merge remote-tracking branch 'origin/main' into release-5.6936a79b
Expose TypeChecker. getAwaitedType to public (#59268)Sourced from typescript-eslint's releases.
v8.5.0
8.5.0 (2024-09-09)
🚀 Features
- eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary
| undefined
for optional parameters (#9479)- eslint-plugin: [no-unsafe-argument] differentiate error types (#9920)
- typescript-estree: default projectService.defaultProject to 'tsconfig.json' (#9893)
🩹 Fixes
- deps: update dependency prism-react-renderer to v2.4.0 (#9943)
- eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (#9898)
- eslint-plugin: [no-misused-promises] handle static method (#9951)
- eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis (#9900)
- eslint-plugin: [consistent-type-assertions] access parser services lazily (#9921)
❤️ Thank You
- Abraham Guo
- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
Sourced from typescript-eslint's changelog.
8.5.0 (2024-09-09)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
4d31ebe
chore(release): publish 8.5.04bc801e
chore: enable unicorn/no-array-reduce (#9640)