Sourced from @typescript-eslint/eslint-plugin
's
releases.
v7.13.0
7.13.0 (2024-06-10)
🚀 Features
- eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280)
- parser, typescript-estree: export withoutProjectParserOptions utility (#9233)
- typescript-estree: require
import = require()
argument to be a string literal (#9226)- typescript-estree: forbid
.body
,.async
,.generator
ondeclare function
(#9225)🩹 Fixes
- ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231)
- eslint-plugin: [init-declarations] refine report locations (#8893)
- eslint-plugin: [no-base-to-string] make error message more nuanced (#9281)
- eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304)
- eslint-plugin: [no-magic-numbers] fix implementation of the
ignore
option (#9167)- scope-manager: handle index signature in class (#9054)
❤️ Thank You
- Fotis Papadogeorgopoulos
- Joshua Chen
- Kirk Waiblinger
- Tobiloba Adedeji
@tobySolutions
- Vinccool96
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
Sourced from @typescript-eslint/eslint-plugin
's
changelog.
7.13.0 (2024-06-10)
🚀 Features
typescript-estree: require
import = require()
argument to be a string literaltypescript-estree: forbid
.body
,.async
,.generator
ondeclare function
eslint-plugin: [no-dynamic-delete] allow all string literals as index
🩹 Fixes
ast-spec: function-call-like callee should be Expression not LeftHandSideExpression
scope-manager: handle index signature in class
eslint-plugin: [init-declarations] refine report locations
eslint-plugin: [no-base-to-string] make error message more nuanced
eslint-plugin: [no-unsafe-assignment] be more specific about error types
eslint-plugin: [no-magic-numbers] fix implementation of the
ignore
option❤️ Thank You
- Fotis Papadogeorgopoulos
- Joshua Chen
- Kirk Waiblinger
- Tobiloba Adedeji
- Vinccool96
- YeonJuan
You can read about our versioning strategy and releases on our website.
8a178ed
chore(release): publish 7.13.063e53e2
chore(deps): update dependency prettier to v3.3.1 (#9308)fb52f78
feat(eslint-plugin): [no-dynamic-delete] allow all string literals as
index (...ab2916c
chore: enable eslint-plugin/no-property-in-node internally (#9261)629035f
docs: mention rule scripts under Local Development (#9258)bf5394d
fix(eslint-plugin): [no-magic-numbers] fix implementation of the
ignore
opt...60fb643
chore(deps): update dependency prettier to v3.3.0 (#9266)c6e9719
docs(eslint-plugin): [sort-type-constituents] deprecate the rule (#9253)293fb24
fix(eslint-plugin): [no-unsafe-assignment] be more specific about error
types...cb1720d
fix(eslint-plugin): [no-base-to-string] make error message more nuanced
(#9281)Sourced from @typescript-eslint/parser
's
releases.
v7.13.0
7.13.0 (2024-06-10)
🚀 Features
- eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280)
- parser, typescript-estree: export withoutProjectParserOptions utility (#9233)
- typescript-estree: require
import = require()
argument to be a string literal (#9226)- typescript-estree: forbid
.body
,.async
,.generator
ondeclare function
(#9225)🩹 Fixes
- ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231)
- eslint-plugin: [init-declarations] refine report locations (#8893)
- eslint-plugin: [no-base-to-string] make error message more nuanced (#9281)
- eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304)
- eslint-plugin: [no-magic-numbers] fix implementation of the
ignore
option (#9167)- scope-manager: handle index signature in class (#9054)
❤️ Thank You
- Fotis Papadogeorgopoulos
- Joshua Chen
- Kirk Waiblinger
- Tobiloba Adedeji
@tobySolutions
- Vinccool96
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
Sourced from @typescript-eslint/parser
's
changelog.
7.13.0 (2024-06-10)
🚀 Features
- parser, typescript-estree: export withoutProjectParserOptions utility
❤️ Thank You
- Fotis Papadogeorgopoulos
- Joshua Chen
- Kirk Waiblinger
- Tobiloba Adedeji
- Vinccool96
- YeonJuan
You can read about our versioning strategy and releases on our website.
8a178ed
chore(release): publish 7.13.0c9a6dd9
feat(parser, typescript-estree): export withoutProjectParserOptions
utility (...Sourced from simple-git's releases.
simple-git@3.25.0
Minor Changes
- 0a5378d: Add support for parsing
count-objects
Patch Changes
- 4aceb15: Upgrade dependencies and build tools
Sourced from simple-git's changelog.
3.25.0
Minor Changes
- 0a5378d: Add support for parsing
count-objects
Patch Changes
- 4aceb15: Upgrade dependencies and build tools
859699d
Version Packages0a5378d
Add support for git count-objects
as
git.countObjects
4aceb15
Upgrade dependencies (#999)Sourced from typescript-eslint's releases.
v7.13.0
7.13.0 (2024-06-10)
🚀 Features
- eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280)
- parser, typescript-estree: export withoutProjectParserOptions utility (#9233)
- typescript-estree: require
import = require()
argument to be a string literal (#9226)- typescript-estree: forbid
.body
,.async
,.generator
ondeclare function
(#9225)🩹 Fixes
- ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231)
- eslint-plugin: [init-declarations] refine report locations (#8893)
- eslint-plugin: [no-base-to-string] make error message more nuanced (#9281)
- eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304)
- eslint-plugin: [no-magic-numbers] fix implementation of the
ignore
option (#9167)- scope-manager: handle index signature in class (#9054)
❤️ Thank You
- Fotis Papadogeorgopoulos
- Joshua Chen
- Kirk Waiblinger
- Tobiloba Adedeji
@tobySolutions
- Vinccool96
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
Sourced from typescript-eslint's changelog.
7.13.0 (2024-06-10)
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.
8a178ed
chore(release): publish 7.13.0c6e9719
docs(eslint-plugin): [sort-type-constituents] deprecate the rule (#9253)dfae228
chore: regenerate configsSourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.[UNRELEASED]
No user facing changes.
3.25.10 - 13 Jun 2024
- Update default CodeQL bundle version to 2.17.5. #2327
3.25.9 - 12 Jun 2024
- Avoid failing database creation if the database folder already exists and contains some unexpected files. Requires CodeQL 2.18.0 or higher. #2330
- The init Action will attempt to clean up the database cluster directory before creating a new database and at the end of the job. This will help to avoid issues where the database cluster directory is left in an inconsistent state. #2332
3.25.8 - 04 Jun 2024
- Update default CodeQL bundle version to 2.17.4. #2321
3.25.7 - 31 May 2024
- We are rolling out a feature in May/June 2024 that will reduce the Actions cache usage of the Action by keeping only the newest TRAP cache for each language. #2306
3.25.6 - 20 May 2024
- Update default CodeQL bundle version to 2.17.3. #2295
3.25.5 - 13 May 2024
- Add a compatibility matrix of supported CodeQL Action, CodeQL CLI, and GitHub Enterprise Server versions to the https://github.com/github/codeql-action/blob/main/README.md. #2273
- Avoid printing out a warning for a missing
on.push
trigger when the CodeQL Action is triggered via aworkflow_call
event. #2274- The
tools: latest
input to theinit
Action has been renamed totools: linked
. This option specifies that the Action should use the tools shipped at the same time as the Action. The old name will continue to work for backwards compatibility, but we recommend that new workflows use the new name. #22813.25.4 - 08 May 2024
- Update default CodeQL bundle version to 2.17.2. #2270
3.25.3 - 25 Apr 2024
- Update default CodeQL bundle version to 2.17.1. #2247
- Workflows running on
macos-latest
using CodeQL CLI versions before v2.15.1 will need to either upgrade their CLI version to v2.15.1 or newer, or change the platform to an Intel MacOS runner, such asmacos-12
. ARM machines with SIP disabled, including the newestmacos-latest
image, are unsupported for CLI versions before 2.15.1. #22613.25.2 - 22 Apr 2024
No user facing changes.
... (truncated)
23acc5c
Merge pull request #2337
from github/update-v3.25.10-5bf6dad359b72dbd
Update changelog for v3.25.105bf6dad
Merge pull request #2329
from github/henrymercer/csharp-buildless-rollback-me...feec81c
Merge branch 'main' into
henrymercer/csharp-buildless-rollback-mechanism789b5f8
Merge pull request #2328
from github/henrymercer/direct-tracing-fixc36b5fc
Merge pull request #2327
from github/update-bundle/codeql-bundle-v2.17.5b3642aa
Merge branch 'main' into update-bundle/codeql-bundle-v2.17.51fc6e20
Merge pull request #2335
from github/mergeback/v3.25.9-to-main-530d4fea356bee4
Update checked-in dependencies385808c
Update changelog and version after v3.25.9Sourced from @typescript-eslint/eslint-plugin
's
releases.
v7.13.1
7.13.1 (2024-06-17)
🩹 Fixes
- eslint-plugin: [prefer-readonly] refine report locations (#8894)
- eslint-plugin: [return-await] support explicit resource management (#9044)
- eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any (#9291)
❤️ Thank You
- Kirk Waiblinger
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
Sourced from @typescript-eslint/eslint-plugin
's
changelog.
7.13.1 (2024-06-17)
🩹 Fixes
eslint-plugin: [prefer-readonly] refine report locations
eslint-plugin: [return-await] support explicit resource management
eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any
❤️ Thank You
- Kirk Waiblinger
- Yukihiro Hasegawa
You can read about our versioning strategy and releases on our website.
1212a8f
chore(release): publish 7.13.1af34737
docs: improve return-await description about motivation (#9201)bf48dc5
fix(eslint-plugin): [no-unsafe-member-access] differentiate a
types-error any...33acc50
fix(eslint-plugin): [return-await] support explicit resource management
(#9044)50ed604
fix(eslint-plugin): [prefer-readonly] refine report locations (#8894)Sourced from @typescript-eslint/parser
's
releases.
v7.13.1
7.13.1 (2024-06-17)
🩹 Fixes
- eslint-plugin: [prefer-readonly] refine report locations (#8894)
- eslint-plugin: [return-await] support explicit resource management (#9044)
- eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any (#9291)
❤️ Thank You
- Kirk Waiblinger
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
Sourced from @typescript-eslint/parser
's
changelog.
7.13.1 (2024-06-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.
1212a8f
chore(release): publish 7.13.1a5f3c8a
chore(release): 29.1.578d61b3
build(deps): Update dependency eslint-plugin-jsdoc to ^48.2.1259026b4
build(deps-dev): bump braces in /examples/type-module32cc6bb
build(deps): Update dependency eslint-plugin-jsdoc to ^48.2.11487172c
build(deps): Update actions/checkout digest to 692973e5560334
build(deps-dev): bump braces from 3.0.2 to 3.0.3 in
/examples/js-with-ts0d9e359
build(deps): bump braces from 3.0.2 to 3.0.3 in /website9803934
build(deps): Update dependency prettier to ^3.3.2543182a
build(deps): Update dependency esbuild to ~0.21.5b59777e
build(deps): Update @types
packages to
^7.13.0Sourced from typescript's releases.
TypeScript 5.5
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v5.5.2 (Stable).
- fixed issues query for TypeScript v5.5.1 (RC).
- fixed issues query for TypeScript v5.5.0 (Beta).
Downloads are available on:
TypeScript 5.5 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.5 Beta
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
ce2e60e
Update LKGf3b21a2
🤖 Pick PR #58931
(Defer creation of barebonesLibSourc...) into release-5.5 (#...7b1620b
🤖 Pick PR #58811
(fix(58801): "Move to file" on globa...) into release-5.5
(#...5367ae1
Bump version to 5.5.2 and LKG02132e5
🤖 Pick PR #58895
(Fix global when typescript.js loade...) into release-5.5 (#...45b1e3c
🤖 Pick PR #58872
(Fix declaration emit crash) into release-5.5 (#58874)17933ee
🤖 Pick PR #58810
(Fixed declaration emit issue relate...) into release-5.5 (#...552b07e
🤖 Pick PR #58786
(Fixed declaration emit crash relate...) into release-5.5 (#...39c9eeb
Pick #58857
to release-5.5 (#58858)2b0009c
🤖 Pick PR #58846
(Ensure the updates with crashes rev...) into release-5.5 (#...Sourced from typescript-eslint's releases.
v7.13.1
7.13.1 (2024-06-17)
🩹 Fixes
- eslint-plugin: [prefer-readonly] refine report locations (#8894)
- eslint-plugin: [return-await] support explicit resource management (#9044)
- eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any (#9291)
❤️ Thank You
- Kirk Waiblinger
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
Sourced from typescript-eslint's changelog.
7.13.1 (2024-06-17)
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.
1212a8f
chore(release): publish 7.13.1Sourced from trunk-io/trunk-action's releases.
v1.1.16
What's Changed
- [feat] add timeout and ability to cat debug logs by
@Ryang20718
in trunk-io/trunk-action#245New Contributors
@Ryang20718
made their first contribution in trunk-io/trunk-action#245Full Changelog: https://github.com/trunk-io/trunk-action/compare/v1...v1.1.16
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.[UNRELEASED]
No user facing changes.
3.25.11 - 28 Jun 2024
- Avoid failing the workflow run if there is an error while uploading debug artifacts. #2349
- Update default CodeQL bundle version to 2.17.6. #2352
3.25.10 - 13 Jun 2024
- Update default CodeQL bundle version to 2.17.5. #2327
3.25.9 - 12 Jun 2024
- Avoid failing database creation if the database folder already exists and contains some unexpected files. Requires CodeQL 2.18.0 or higher. #2330
- The init Action will attempt to clean up the database cluster directory before creating a new database and at the end of the job. This will help to avoid issues where the database cluster directory is left in an inconsistent state. #2332
3.25.8 - 04 Jun 2024
- Update default CodeQL bundle version to 2.17.4. #2321
3.25.7 - 31 May 2024
- We are rolling out a feature in May/June 2024 that will reduce the Actions cache usage of the Action by keeping only the newest TRAP cache for each language. #2306
3.25.6 - 20 May 2024
- Update default CodeQL bundle version to 2.17.3. #2295
3.25.5 - 13 May 2024
- Add a compatibility matrix of supported CodeQL Action, CodeQL CLI, and GitHub Enterprise Server versions to the https://github.com/github/codeql-action/blob/main/README.md. #2273
- Avoid printing out a warning for a missing
on.push
trigger when the CodeQL Action is triggered via aworkflow_call
event. #2274- The
tools: latest
input to theinit
Action has been renamed totools: linked
. This option specifies that the Action should use the tools shipped at the same time as the Action. The old name will continue to work for backwards compatibility, but we recommend that new workflows use the new name. #22813.25.4 - 08 May 2024
- Update default CodeQL bundle version to 2.17.2. #2270
3.25.3 - 25 Apr 2024
- Update default CodeQL bundle version to 2.17.1. #2247
- Workflows running on
macos-latest
using CodeQL CLI versions before v2.15.1 will need to either upgrade their CLI version to v2.15.1 or newer, or change the platform to an Intel MacOS runner, such asmacos-12
. ARM machines with SIP disabled, including the newestmacos-latest
image, are unsupported for CLI versions before 2.15.1. #2261
... (truncated)
b611370
Merge pull request #2357
from github/update-v3.25.11-de945755c3e6431f
Update changelog for v3.25.11de94575
Merge pull request #2352
from github/update-bundle/codeql-bundle-v2.17.6a32d305
Add changelog note9ccc995
Update default bundle to codeql-bundle-v2.17.69b7c22c
Merge pull request #2351
from github/dependabot/npm_and_yarn/npm-6791eaa26c9cf3243
Rebuild1895b29
Update checked-in dependencies9dcfde9
Bump the npm group with 2 updates8723b5b
Merge pull request #2350
from github/angelapwen/add-exclude-pr-check-paramSourced from @typescript-eslint/eslint-plugin
's
releases.
v7.14.1
7.14.1 (2024-06-24)
🚀 Features
🩹 Fixes
- keep warnAbountTSVersion in sync with package.json (#9400)
- eslint-plugin: [no-extraneous-class] handle abstract members (#9367)
- eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types (#9378)
- eslint-plugin: [no-invalid-this] support AccessorProperty (#9411)
- eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (#9376)
- eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens (#9380)
❤️ Thank You
- Brad Zacher
@bradzacher
- cm-ayf
@cm-ayf
- Jake Bailey
@jakebailey
- James Zhan
- Joshua Chen
- yoshi2no
@yoshi2no
You can read about our versioning strategy and releases on our website.
v7.14.0
7.14.0 (2024-06-24)
We followed this up soon after with 7.14.1 - see the combined release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1
You can read about our versioning strategy and releases on our website.
Sourced from @typescript-eslint/eslint-plugin
's
changelog.
7.14.1 (2024-06-24)
🩹 Fixes
eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types
eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens
❤️ Thank You
- Jake Bailey
You can read about our versioning strategy and releases on our website.
7.14.0 (2024-06-24)
🚀 Features
- support TypeScript 5.5
🩹 Fixes
eslint-plugin: [no-extraneous-class] handle abstract members
eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types
eslint-plugin: [no-invalid-this] support AccessorProperty
❤️ Thank You
- Brad Zacher
- cm-ayf
- Jake Bailey
- James Zhan
- Joshua Chen
- yoshi2no
You can read about our versioning strategy and releases on our website.
b4fe94f
chore(release): publish 7.14.1f29150f
fix(eslint-plugin): [prefer-nullish-coalescing] ensure ternary fix does
not r...9b7731d
fix(eslint-plugin): [prefer-nullish-coalescing] treat enums and literals
as t...dfc4469
chore(release): publish 7.14.0635133a
docs: split troubleshooting into granular sections (#9024)c322099
fix(eslint-plugin): [no-invalid-this] support AccessorProperty (#9411)23e6468
fix(eslint-plugin): [prefer-nullish-coalescing] handle intersected
primitive ...5c4a5de
feat(ast-spec): tighter types and documentation for declaration/* (#9211)e47123d
fix(eslint-plugin): [no-extraneous-class] handle abstract members (#9367)dc18229
feat: support TypeScript 5.5 (#9397)Sourced from @typescript-eslint/parser
's
releases.
v7.14.1
7.14.1 (2024-06-24)
🚀 Features
🩹 Fixes
- keep warnAbountTSVersion in sync with package.json (#9400)
- eslint-plugin: [no-extraneous-class] handle abstract members (#9367)
- eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types (#9378)
- eslint-plugin: [no-invalid-this] support AccessorProperty (#9411)
- eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (#9376)
- eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens (#9380)
❤️ Thank You
- Brad Zacher
@bradzacher
- cm-ayf
@cm-ayf
- Jake Bailey
@jakebailey
- James Zhan
- Joshua Chen
- yoshi2no
@yoshi2no
You can read about our versioning strategy and releases on our website.
v7.14.0
7.14.0 (2024-06-24)
We followed this up soon after with 7.14.1 - see the combined release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1
You can read about our versioning strategy and releases on our website.
Sourced from @typescript-eslint/parser
's
changelog.
7.14.1 (2024-06-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.
7.14.0 (2024-06-24)
🚀 Features
- support TypeScript 5.5
❤️ Thank You
- Brad Zacher
- cm-ayf
- Jake Bailey
- James Zhan
- Joshua Chen
- yoshi2no
You can read about our versioning strategy and releases on our website.
b4fe94f
chore(release): publish 7.14.1dfc4469
chore(release): publish 7.14.0e7d9c0d
0.5.2bec4e08
added SublimeLinter tips to READMEfd3acb9
added explicit tests of module/index resolution to named
(#32)Sourced from typescript-eslint's releases.
v7.14.1
7.14.1 (2024-06-24)
🚀 Features
🩹 Fixes
- keep warnAbountTSVersion in sync with package.json (#9400)
- eslint-plugin: [no-extraneous-class] handle abstract members (#9367)
- eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types (#9378)
- eslint-plugin: [no-invalid-this] support AccessorProperty (#9411)
- eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (#9376)
- eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens (#9380)
❤️ Thank You
- Brad Zacher
@bradzacher
- cm-ayf
@cm-ayf
- Jake Bailey
@jakebailey
- James Zhan
- Joshua Chen
- yoshi2no
@yoshi2no
You can read about our versioning strategy and releases on our website.
v7.14.0
7.14.0 (2024-06-24)
We followed this up soon after with 7.14.1 - see the combined release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1
You can read about our versioning strategy and releases on our website.
Sourced from typescript-eslint's changelog.
7.14.1 (2024-06-24)
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.
7.14.0 (2024-06-24)
🚀 Features
- support TypeScript 5.5
❤️ Thank You
- Brad Zacher
- cm-ayf
- Jake Bailey
- James Zhan
- Joshua Chen
- yoshi2no
You can read about our versioning strategy and releases on our website.
b4fe94f
chore(release): publish 7.14.1dfc4469
chore(release): publish 7.14.0Sourced from actions/upload-artifact's releases.
v4.3.4
What's Changed
- Update
@actions/artifact
version, bump dependencies by@robherley
in actions/upload-artifact#584Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4
Sourced from actions/download-artifact's releases.
v4.1.8
What's Changed
- Update
@actions/artifact
version, bump dependencies by@robherley
in actions/download-artifact#341Full Changelog: https://github.com/actions/download-artifact/compare/v4...v4.1.8
fa0a91b
Merge pull request #341
from actions/robherley/bump-pkgsb54d088
Update @actions/artifact
version, bump dependenciesSourced from @typescript-eslint/eslint-plugin
's
releases.
v7.15.0
7.15.0 (2024-07-01)
🚀 Features
- eslint-plugin: [array-type] detect
Readonly<string[]>
case (#8752)- eslint-plugin: back-port new rules around empty object types from v8 (#9443)
🩹 Fixes
- disable
EXPERIMENTAL_useProjectService
indisabled-type-checked
shared config (#9459)- eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any (#9254)
- eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any (#9304)
- utils: clean outdated
RuleTester
export (#9322)❤️ Thank You
- auvred
@auvred
- Kim Sang Du
@developer-bandi
- rgehbt
@Gehbt
- Vinccool96
You can read about our versioning strategy and releases on our website.
Sourced from @typescript-eslint/eslint-plugin
's
changelog.
7.15.0 (2024-07-01)
🚀 Features
eslint-plugin: [array-type] detect
Readonly<string[]>
caseeslint-plugin: back-port new rules around empty object types from v8
🩹 Fixes
disable
EXPERIMENTAL_useProjectService
indisabled-type-checked
shared configeslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any
eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any
❤️ Thank You
- auvred
- Kim Sang Du
- rgehbt
- Vinccool96
You can read about our versioning strategy and releases on our website.
2865d31
chore(release): publish 7.15.02671de5
feat(eslint-plugin): back-port new rules around empty object types from
v8 (#...05142c5
fix(eslint-plugin): [no-unsafe-call] differentiate a types-error any
from a t...a466e07
fix: disable EXPERIMENTAL_useProjectService
in
disabled-type-checked
shar...3694d8f
fix(eslint-plugin): [no-unsafe-return] differentiate a types-error any
from a...9dba021
feat(eslint-plugin): [array-type] detect
Readonly\<string[]>
case (#8752)Sourced from @typescript-eslint/parser
's
releases.
v7.15.0
7.15.0 (2024-07-01)
🚀 Features
- eslint-plugin: [array-type] detect
Readonly<string[]>
case (#8752)- eslint-plugin: back-port new rules around empty object types from v8 (#9443)
🩹 Fixes
- disable
EXPERIMENTAL_useProjectService
indisabled-type-checked
shared config (#9459)- eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any (#9254)
- eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any (#9304)
- utils: clean outdated
RuleTester
export (#9322)❤️ Thank You
- auvred
@auvred
- Kim Sang Du
@developer-bandi
- rgehbt
@Gehbt
- Vinccool96
You can read about our versioning strategy and releases on our website.
Sourced from @typescript-eslint/parser
's
changelog.
7.15.0 (2024-07-01)
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.
2865d31
chore(release): publish 7.15.0Sourced from eslint-plugin-import-x's releases.
v0.5.3
Patch Changes
#101
c0cea7b
Thanks@SukkaW
! - Allow incorrect file path in extraneous deps check#100
293fcf4
Thanks@SukkaW
! - feat: webpack comment regex supportwebpackFetchPriority
#85
ded3e80
Thanks@kosmotema
! - add languageOptions to ChildContext#100
293fcf4
Thanks@SukkaW
! - Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode
Sourced from eslint-plugin-import-x's changelog.
0.5.3
Patch Changes
#101
c0cea7b
Thanks@SukkaW
! - Allow incorrect file path in extraneous deps check#100
293fcf4
Thanks@SukkaW
! - feat: webpack comment regex supportwebpackFetchPriority
#85
ded3e80
Thanks@kosmotema
! - add languageOptions to ChildContext#100
293fcf4
Thanks@SukkaW
! - Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode
a184b20
chore: release eslint-plugin-import-x (#98)a40726b
chore: fix changeset (#102)293fcf4
feat: disallow import chunkname w/ webpack eager mode (#100)c0cea7b
fix: allow incorrect file path in extraneous deps check (#101)0f07c36
refactor: replace dequal
w/ stable-hash
(#99)ded3e80
fix: add languageOptions to ChildContext (#85)e251df5
ci(workflows/ci): setup node before enabling corepack (#95)f8f9896
chore: release eslint-plugin-import-x (#94)64bf1a6
fix: enable isolate mode w/ typescript-eslint v8 (#93)3abe5e4
chore: release eslint-plugin-import-x (#84)Sourced from eslint-plugin-simple-import-sort's changelog.
Version 12.1.1 (2024-07-02)
This release adds a short
meta.docs.description
to each rule. Thanks to fisker Cheung (@fisker
)!
Sourced from typescript's releases.
TypeScript 5.5.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v5.5.3 (Stable).
- fixed issues query for TypeScript v5.5.2 (Stable).
- fixed issues query for TypeScript v5.5.1 (RC).
- fixed issues query for TypeScript v5.5.0 (Beta).
Downloads are available on:
f0e9921
Bump version to 5.5.3 and LKG738bd60
Cherry-pick #58966
to release-5.5 (#59002)Sourced from typescript-eslint's releases.
v7.15.0
7.15.0 (2024-07-01)
🚀 Features
- eslint-plugin: [array-type] detect
Readonly<string[]>
case (#8752)- eslint-plugin: back-port new rules around empty object types from v8 (#9443)
🩹 Fixes
- disable
EXPERIMENTAL_useProjectService
indisabled-type-checked
shared config (#9459)- eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any (#9254)
- eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any (#9304)
- utils: clean outdated
RuleTester
export (#9322)❤️ Thank You
- auvred
@auvred
- Kim Sang Du
@developer-bandi
- rgehbt
@Gehbt
- Vinccool96
You can read about our versioning strategy and releases on our website.
Sourced from typescript-eslint's changelog.
7.15.0 (2024-07-01)
🚀 Features
- eslint-plugin: back-port new rules around empty object types from v8
🩹 Fixes
- disable
EXPERIMENTAL_useProjectService
indisabled-type-checked
shared config❤️ Thank You
- auvred
- Kim Sang Du
- rgehbt
- Vinccool96
You can read about our versioning strategy and releases on our website.
2865d31
chore(release): publish 7.15.02671de5
feat(eslint-plugin): back-port new rules around empty object types from
v8 (#...a466e07
fix: disable EXPERIMENTAL_useProjectService
in
disabled-type-checked
shar...Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.[UNRELEASED]
- Add
codeql-version
to outputs. #23683.25.12 - 12 Jul 2024
- Improve the reliability and performance of analyzing code when analyzing a compiled language with the
autobuild
build mode on GitHub Enterprise Server. This feature is already available to GitHub.com users. #2353- Update default CodeQL bundle version to 2.18.0. #2364
3.25.11 - 28 Jun 2024
- Avoid failing the workflow run if there is an error while uploading debug artifacts. #2349
- Update default CodeQL bundle version to 2.17.6. #2352
3.25.10 - 13 Jun 2024
- Update default CodeQL bundle version to 2.17.5. #2327
3.25.9 - 12 Jun 2024
- Avoid failing database creation if the database folder already exists and contains some unexpected files. Requires CodeQL 2.18.0 or higher. #2330
- The init Action will attempt to clean up the database cluster directory before creating a new database and at the end of the job. This will help to avoid issues where the database cluster directory is left in an inconsistent state. #2332
3.25.8 - 04 Jun 2024
- Update default CodeQL bundle version to 2.17.4. #2321
3.25.7 - 31 May 2024
- We are rolling out a feature in May/June 2024 that will reduce the Actions cache usage of the Action by keeping only the newest TRAP cache for each language. #2306
3.25.6 - 20 May 2024
- Update default CodeQL bundle version to 2.17.3. #2295
3.25.5 - 13 May 2024
- Add a compatibility matrix of supported CodeQL Action, CodeQL CLI, and GitHub Enterprise Server versions to the https://github.com/github/codeql-action/blob/main/README.md. #2273
- Avoid printing out a warning for a missing
on.push
trigger when the CodeQL Action is triggered via aworkflow_call
event. #2274- The
tools: latest
input to theinit
Action has been renamed totools: linked
. This option specifies that the Action should use the tools shipped at the same time as the Action. The old name will continue to work for backwards compatibility, but we recommend that new workflows use the new name. #22813.25.4 - 08 May 2024
- Update default CodeQL bundle version to 2.17.2. #2270
... (truncated)
4fa2a79
Merge pull request #2369
from github/update-v3.25.12-947b18fb7dec6fb7
Update changelog for v3.25.12947b18f
Merge pull request #2365
from github/dependabot/npm_and_yarn/npm-88aac572419ab7277
Merge pull request #2364
from github/update-bundle/codeql-bundle-v2.18.01c60bf1
Merge branch 'main' into update-bundle/codeql-bundle-v2.18.0be825d5
Merge pull request #2353
from github/henrymercer/enable-direct-tracing243e392
Fix PR number in changelog026682f
Fix bad auto merge in changelog264cbe2
Merge branch 'main' into henrymercer/enable-direct-tracing0b65015
Update checked-in dependenciesSourced from actions/setup-node's releases.
v4.0.3
What's Changed
Bug fixes:
- Fix macos latest check failures by
@HarithaVattikuti
in actions/setup-node#1041Documentation changes:
- Documentation update to update default Node version to 20 by
@bengreeley
in actions/setup-node#949Dependency updates:
- Bump undici from 5.26.5 to 5.28.3 by
@dependabot
in actions/setup-node#965- Bump braces from 3.0.2 to 3.0.3 and other dependency updates by
@dependabot
in actions/setup-node#1087New Contributors
@bengreeley
made their first contribution in actions/setup-node#949@HarithaVattikuti
made their first contribution in actions/setup-node#1041Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.0.3
Sourced from @typescript-eslint/eslint-plugin
's
releases.
v7.16.0
7.16.0 (2024-07-08)
🚀 Features
- ast-spec: add parent property to AccessorProperty node types (#9487)
- eslint-plugin: [no-unnecessary-type-parameters] port from v8 to v7 (#9473)
- eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule (#8903)
- eslint-plugin: add support for nested namespaces to unsafe-member-access (#9478)
- eslint-plugin: [no-floating-promises] add checkThenables option (#9263)
- rule-tester: stricter rule test validations (#9086)
🩹 Fixes
- deps: update dependency
@eslint-community/regexpp
to v4.11.0 (#9497)- eslint-plugin: [no-floating-promises] add
suggestions
to tests from #9263checkThenables
(#9515, #9263)- eslint-plugin: [restrict-template-expressions] don't report tuples if
allowArray
option is enabled (#9492)- utils: context.parserPath may be undefined (#9486)
- website: react key error on internal pages of website (#9506)
❤️ Thank You
- Abraham Guo
- auvred
@auvred
- Josh Goldberg ✨
- Juan Sanchez
@JSanchezIO
- Vinccool96
- YeonJuan
@yeonjuan
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
Sourced from @typescript-eslint/eslint-plugin
's
changelog.
7.16.0 (2024-07-08)
🚀 Features
rule-tester: stricter rule test validations
eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule
eslint-plugin: add support for nested namespaces to unsafe-member-access
eslint-plugin: [no-floating-promises] add checkThenables option
🩹 Fixes
deps: update dependency
@eslint-community/regexpp
to v4.11.0eslint-plugin: [no-floating-promises] add
suggestions
to tests from #9263checkThenables
website: react key error on internal pages of website
eslint-plugin: [restrict-template-expressions] don't report tuples if
allowArray
option is enabled❤️ Thank You
- Abraham Guo
- auvred
- Josh Goldberg ✨
- Juan Sanchez
- Vinccool96
- YeonJuan
- Yukihiro Hasegawa
You can read about our versioning strategy and releases on our website.
e803c50
chore(release): publish 7.16.07b13dae
fix(eslint-plugin): [restrict-template-expressions] don't report tuples
if `a...3c6290d
fix(eslint-plugin): [no-floating-promises] add suggestions
to tests from #9...63d17dd
feat(eslint-plugin): [no-floating-promises] add checkThenables option
(#9263)d685948
feat(eslint-plugin): add support for nested namespaces to
unsafe-member-acces...451e738
feat(eslint-plugin): [no-unnecessary-parameter-property-assignment] add
new r...88dd828
feat(eslint-plugin): [no-unnecessary-type-parameters] port from v8 to v7
(#9473)a1a9b09
chore(eslint-plugin): re-using logic from builtinSymbolLike in
no-implied-eva...d364160
docs: [class-methods-use-this] fix typo (#9494)7e2b77d
feat(rule-tester): stricter rule test validations (#9086)Sourced from @typescript-eslint/parser
's
releases.
v7.16.0
7.16.0 (2024-07-08)
🚀 Features
- ast-spec: add parent property to AccessorProperty node types (#9487)
- eslint-plugin: [no-unnecessary-type-parameters] port from v8 to v7 (#9473)
- eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule (#8903)
- eslint-plugin: add support for nested namespaces to unsafe-member-access (#9478)
- eslint-plugin: [no-floating-promises] add checkThenables option (#9263)
- rule-tester: stricter rule test validations (#9086)
🩹 Fixes
- deps: update dependency
@eslint-community/regexpp
to v4.11.0 (#9497)- eslint-plugin: [no-floating-promises] add
suggestions
to tests from #9263checkThenables
(#9515, #9263)- eslint-plugin: [restrict-template-expressions] don't report tuples if
allowArray
option is enabled (#9492)- utils: context.parserPath may be undefined (#9486)
- website: react key error on internal pages of website (#9506)
❤️ Thank You
- Abraham Guo
- auvred
@auvred
- Josh Goldberg ✨
- Juan Sanchez
@JSanchezIO
- Vinccool96
- YeonJuan
@yeonjuan
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
Sourced from @typescript-eslint/parser
's
changelog.
7.16.0 (2024-07-08)
🩹 Fixes
deps: update dependency
@eslint-community/regexpp
to v4.11.0website: react key error on internal pages of website
❤️ Thank You
- Abraham Guo
- auvred
- Josh Goldberg ✨
- Juan Sanchez
- Vinccool96
- YeonJuan
- Yukihiro Hasegawa
You can read about our versioning strategy and releases on our website.
e803c50
chore(release): publish 7.16.0Sourced from eslint-plugin-import-x's releases.
v3.0.1
Patch Changes
#109
fe3121a
Thanks@SukkaW
! - Makeeslint-plugin-import-x
overall faster by refactoring theExportMap
util#111
5cce946
Thanks@SukkaW
! - Drastically improveno-cycle
's performance by skipping unnecessary BFSes using Tarjan's SCC.v3.0.0
Major Changes
#106
19f10aa
Thanks@SukkaW
! -eslint-plugin-import-x
is a fork ofeslint-plugin-import
that aims to provide a more performant and more lightweight version of the original plugin.Due to the nature of the fork, all
eslint-plugin-import
's git tags and releases have been copied over toeslint-plugin-import-x
. This causes version conflicts when publishing new versions ofeslint-plugin-import-x
.To prevent this, we have decided to publish a new major version of
eslint-plugin-import-x
that will not conflict with the originaleslint-plugin-import
's versions.See also un-ts/eslint-plugin-import-x#76
Patch Changes
v2.29.1
Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. This change log adheres to standards from Keep a CHANGELOG.
[Unreleased]
[2.29.1] - 2023-12-14
Fixed
- [
no-extraneous-dependencies
]: ignoreexport type { ... } from '...'
whenincludeTypes
isfalse
(#2919, thanks [@Pandemic1617
])- [
no-unused-modules
]: support export patterns with array destructuring (#2930, thanks [@ljharb
])- [Deps] update
tsconfig-paths
(#2447, thanks [@domdomegg
])[2.29.0] - 2023-10-22
Added
- TypeScript config: add .cts and .mts extensions (#2851, thanks [
@Zamiell
])- [
newline-after-import
]: new optionexactCount
and docs update (#1933, thanks [@anikethsaha
] and [@reosarevok
])- [
newline-after-import
]: fixexactCount
withconsiderComments
false positive, when there is a leading comment (#2884, thanks [@kinland
])[2.28.1] - 2023-08-18
... (truncated)
Sourced from eslint-plugin-import-x's changelog.
3.0.1
Patch Changes
#109
fe3121a
Thanks@SukkaW
! - Makeeslint-plugin-import-x
overall faster by refactoring theExportMap
util#111
5cce946
Thanks@SukkaW
! - Drastically improveno-cycle
's performance by skipping unnecessary BFSes using Tarjan's SCC.3.0.0
Major Changes
#106
19f10aa
Thanks@SukkaW
! -eslint-plugin-import-x
is a fork ofeslint-plugin-import
that aims to provide a more performant and more lightweight version of the original plugin.Due to the nature of the fork, all
eslint-plugin-import
's git tags and releases have been copied over toeslint-plugin-import-x
. This causes version conflicts when publishing new versions ofeslint-plugin-import-x
.To prevent this, we have decided to publish a new major version of
eslint-plugin-import-x
that will not conflict with the originaleslint-plugin-import
's versions.See also un-ts/eslint-plugin-import-x#76
Patch Changes
f2f6a48
chore: release eslint-plugin-import-x (#110)5cce946
perf: improve rule no-cycle
using strongly connected
components (#111)fe3121a
perf: make ExportMap
util and no-cycle
rule
faster (#109)e340575
chore: release eslint-plugin-import-x (#105)19f10aa
chore: an attempt to bump eslint-plugin-import-x
into 3.x
(#106)eb5a673
docs: update repository url (#108)2d45869
perf(#103):
make no-duplicates
way faster (#104)Sourced from ts-jest's releases.
v29.2.2
Please refer to CHANGELOG.md for details.
v29.2.1
Please refer to CHANGELOG.md for details.
v29.2.0
Please refer to CHANGELOG.md for details.
Sourced from ts-jest's changelog.
29.2.2 (2024-07-10)
Bug Fixes
29.2.1 (2024-07-10)
Bug Fixes
- fix: move
ejs
todep
instead ofpeerDep
(26e31a7)- fix: set
allowSyntheticDefaultImports
properly (ff4b302), closes #4156- fix(compiler): support
Node16/NodeNext
value fortarget
(2f5cc0c), closes #419829.2.0 (2024-07-08)
Bug Fixes
Features
- feat(cli): allow migrating cjs
presets
totransform
config (22fb027)- feat(presets): add util functions to create ESM presets (06f78ed), close #4200
- feat(presets): add util functions to create CJS presets (f9cc3c0), close #4200
Code refactoring
- refactor: replace lodash deps with native js implementation (40f1708)
- refactor: use
TsJestTransformerOptions
type everywhere possibly (7d001be)- refactor(cli): use new preset util functions to initialize test config (c2b56ca)
- refactor(presets): use create preset util functions for cjs presets (922d6d0)
- test: switch
react-app
to use Vite (827c8ad)DEPRECATIONS
- refactor(cli): deprecate cli option
babel
(9617029). Please use CLI argument--js babel
instead.createJestPreset
is deprecated. Please check documentation at https://kulshekhar.github.io/ts-jest/docs/getting-started/presets to see alternative solutions.
f944262
chore(release): 29.2.294db43f
fix(compiler): update memory cache after changing module
valuee80594d
build(deps): Update dependency ts-jest to ^29.2.1b669f23
chore(release): 29.2.1ff4b302
fix: set allowSyntheticDefaultImports
properly083cd89
test(examples): use module: Node16
for CJS tests where
possible54b374a
test(examples): replace globals.d.ts
with
@types/jest
for projects2f5cc0c
fix(compiler): support Node16/NodeNext
value for
target
7201375
test(examples): use preset util functions in all example projects26e31a7
fix: move ejs
to dep
instead of
peerDep
Sourced from typescript-eslint's releases.
v7.16.0
7.16.0 (2024-07-08)
🚀 Features
- ast-spec: add parent property to AccessorProperty node types (#9487)
- eslint-plugin: [no-unnecessary-type-parameters] port from v8 to v7 (#9473)
- eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule (#8903)
- eslint-plugin: add support for nested namespaces to unsafe-member-access (#9478)
- eslint-plugin: [no-floating-promises] add checkThenables option (#9263)
- rule-tester: stricter rule test validations (#9086)
🩹 Fixes
- deps: update dependency
@eslint-community/regexpp
to v4.11.0 (#9497)- eslint-plugin: [no-floating-promises] add
suggestions
to tests from #9263checkThenables
(#9515, #9263)- eslint-plugin: [restrict-template-expressions] don't report tuples if
allowArray
option is enabled (#9492)- utils: context.parserPath may be undefined (#9486)
- website: react key error on internal pages of website (#9506)
❤️ Thank You
- Abraham Guo
- auvred
@auvred
- Josh Goldberg ✨
- Juan Sanchez
@JSanchezIO
- Vinccool96
- YeonJuan
@yeonjuan
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
Sourced from typescript-eslint's changelog.
7.16.0 (2024-07-08)
🚀 Features
- eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule
🩹 Fixes
deps: update dependency
@eslint-community/regexpp
to v4.11.0website: react key error on internal pages of website
❤️ Thank You
- Abraham Guo
- auvred
- Josh Goldberg ✨
- Juan Sanchez
- Vinccool96
- YeonJuan
- Yukihiro Hasegawa
You can read about our versioning strategy and releases on our website.
e803c50
chore(release): publish 7.16.0451e738
feat(eslint-plugin): [no-unnecessary-parameter-property-assignment] add
new r...88dd828
feat(eslint-plugin): [no-unnecessary-type-parameters] port from v8 to v7
(#9473)