Sourced from trunk-io/trunk-action's releases.
v1.1.17
What's Changed
- Add option to disable LFS checkout (#260)
Full Changelog: https://github.com/trunk-io/trunk-action/compare/v1.1.16...v1.1.17
12da16f
feat: make LFS checkout optional (#260)5008e79
Update readme.md (#259)7ea7e89
Update Trunk Github Action readme (#258)a19f8a0
Upgrade trunk to 1.22.5 (#256)7d0be50
Upgrade trunk to 1.22.4 (#255)64a8690
Upgrade trunk (#253)9c65f4d
Upgrade trunk to 1.22.3 (#252)650e3bd
Upgrade trunk (#251)03cb46f
Upgrade trunk (#248)6629136
Upgrade trunk (#247)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]
Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.14.5 and earlier. These versions of CodeQL were discontinued on 24 September 2024 alongside GitHub Enterprise Server 3.10, and will be unsupported by CodeQL Action versions 3.27.0 and later and versions 2.27.0 and later. #2520
If you are using one of these versions, please update to CodeQL CLI version 2.14.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
Alternatively, if you want to continue using a version of the CodeQL CLI between 2.13.5 and 2.14.5, you can replace
github/codeql-action/*@v3
bygithub/codeql-action/*@v3.26.11
andgithub/codeql-action/*@v2
bygithub/codeql-action/*@v2.26.11
in your code scanning workflow to ensure you continue using this version of the CodeQL Action.3.26.11 - 03 Oct 2024
Upcoming breaking change: Add support for using
actions/download-artifact@v4
to programmatically consume CodeQL Action debug artifacts.Starting November 30, 2024, GitHub.com customers will no longer be able to use
actions/download-artifact@v3
. Therefore, to avoid breakage, customers who programmatically download the CodeQL Action debug artifacts should set theCODEQL_ACTION_ARTIFACT_V4_UPGRADE
environment variable totrue
and bumpactions/download-artifact@v3
toactions/download-artifact@v4
in their workflows. The CodeQL Action will enable this behavior by default in early November and workflows that have not yet bumped toactions/download-artifact@v3
toactions/download-artifact@v4
will begin failing then.This change is currently unavailable for GitHub Enterprise Server customers, as
actions/upload-artifact@v4
andactions/download-artifact@v4
are not yet compatible with GHES.Update default CodeQL bundle version to 2.19.1. #2519
3.26.10 - 30 Sep 2024
- We are rolling out a feature in September/October 2024 that sets up CodeQL using a bundle compressed with Zstandard. Our aim is to improve the performance of setting up CodeQL. #2502
3.26.9 - 24 Sep 2024
No user facing changes.
3.26.8 - 19 Sep 2024
- Update default CodeQL bundle version to 2.19.0. #2483
3.26.7 - 13 Sep 2024
- Update default CodeQL bundle version to 2.18.4. #2471
3.26.6 - 29 Aug 2024
- Update default CodeQL bundle version to 2.18.3. #2449
3.26.5 - 23 Aug 2024
- Fix an issue where the
csrutil
system call used for telemetry would fail on MacOS ARM machines with System Integrity Protection disabled. #24413.26.4 - 21 Aug 2024
- Deprecation: The
add-snippets
input on theanalyze
Action is deprecated and will be removed in the first release in August 2025. #2436
... (truncated)
6db8d63
Merge pull request #2522
from github/update-v3.26.11-8aba5f2c4389647f
Update changelog for v3.26.118aba5f2
Merge pull request #2516
from github/aeisenberg/dependabot-excludeecac2c6
Exclupde eslint-plugin-import
updates from dependabote85017e
Merge pull request #2514
from github/henrymercer/zstd-better-failure-logginga60db1d
Add notice for dependency upgrade timeline (#2513)28db28f
Improve clean up if extraction fails3da852e
Capture stderr from extracting .tar.zst
c4d433c
Merge pull request #2510
from github/dependabot/npm_and_yarn/npm-13baf58ce82f6cf48
Undo eslint-plugin-import
bumpSourced from actions/cache's releases.
v4.1.0
What's Changed
- Fix cache-hit output when cache missed by
@fchimpan
in actions/cache#1404- Deprecate
save-always
input by@joshmgross
in actions/cache#1452New Contributors
@ottlinger
made their first contribution in actions/cache#1437@Olegt0rr
made their first contribution in actions/cache#1377@fchimpan
made their first contribution in actions/cache#1404@x612skm
made their first contribution in actions/cache#1434@todgru
made their first contribution in actions/cache#1311@Jcambass
made their first contribution in actions/cache#1463@mackey0225
made their first contribution in actions/cache#1462@quatquatt
made their first contribution in actions/cache#1445Full Changelog: https://github.com/actions/cache/compare/v4.0.2...v4.1.0
Sourced from actions/cache's changelog.
Releases
4.1.0
4.0.2
- Fixed restore
fail-on-cache-miss
not working.4.0.1
- Updated
isGhes
check4.0.0
- Updated minimum runner version support from node 12 -> node 20
3.3.3
- Updates
@actions/cache
to v3.2.3 to fix accidental mutated path arguments togetCacheVersion
actions/toolkit#1378- Additional audit fixes of npm package(s)
3.3.2
- Fixes bug with Azure SDK causing blob downloads to get stuck.
3.3.1
- Reduced segment size to 128MB and segment timeout to 10 minutes to fail fast in case the cache download is stuck.
3.3.0
- Added option to lookup cache without downloading it.
3.2.6
- Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners.
3.2.5
- Added fix to prevent from setting MYSYS environment variable globally.
3.2.4
- Added option to fail job on cache miss.
3.2.3
- Support cross os caching on Windows as an opt-in feature.
... (truncated)
2cdf405
Prepare 4.1.0
release (#1464)a11fb02
restore action's README now references v4 instead of v3 (#1445)cf7a75e
Fix typo: depening -> depending (#1462)c74ca40
Deprecate save-always
input (#1452)f8a7ab4
Merge pull request #1463
from actions/Jcambass-patch-145b7be0
Add workflow file for publishing releases to immutable action
package81382a7
Merge pull request #1311
from todgru/todgru/v4-documentation-updatec4ee99a
Merge branch 'main' into todgru/v4-documentation-update57b8e40
Clarify that the restore-keys
input is a string in the docs
(#1434)40c3b67
Fix cache-hit output when cache missed (#1404)Sourced from @typescript-eslint/eslint-plugin
's
releases.
v8.8.0
8.8.0 (2024-09-30)
🚀 Features
- eslint-plugin: [no-unnecessary-condition] add checkTypePredicates (#10009)
- eslint-plugin: [await-thenable] check for-await loop iteree (#10008)
🩹 Fixes
- remove
export type *
in d.ts to support TS<5.0 (#10070)- eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines (#10044)
- eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself (#10040)
- eslint-plugin: [no-misused-promises] check contextual type (#10042)
- eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations (#10037)
- type-utils: check for type parameters on
isBuiltinSymbolLikeRecurser()
(#10026)- utils: update missing type information message (#10043)
❤️ Thank You
- auvred
@auvred
- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger
- Ronen Amiel
- Tarun Chauhan
@tarunrajput
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
Sourced from @typescript-eslint/eslint-plugin
's
changelog.
8.8.0 (2024-09-30)
🚀 Features
eslint-plugin: [no-unnecessary-condition] add checkTypePredicates
eslint-plugin: [return-await] check for-await loop iteree
🩹 Fixes
remove
export type *
in d.ts to support TS<5.0eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines
type-utils: check for type parameters on
isBuiltinSymbolLikeRecurser()
eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself
eslint-plugin: [no-misused-promises] check contextual type
eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations
❤️ Thank You
- auvred
- Josh Goldberg ✨
- Kirk Waiblinger
- Ronen Amiel
- Tarun Chauhan
- YeonJuan
You can read about our versioning strategy and releases on our website.
2055cfb
chore(release): publish 8.8.0b121bd9
feat(eslint-plugin): [return-await] check for-await loop iteree (#10008)9028d9d
docs: [no-unsafe-enum-comparison] clarify motivation and applicability
(#10029)977e0a1
fix(eslint-plugin): [prefer-literal-enum-member] allow nested bitwise
operati...6ce66b5
fix: remove export type *
in d.ts to support TS<5.0 (#10070)a916ff2
feat(eslint-plugin): [no-unnecessary-condition] add checkTypePredicates
(#10009)b36d524
fix(eslint-plugin): [no-misused-promises] check contextual type (#10042)7a216fe
fix(eslint-plugin): [no-deprecated] max callstack exceeded when class
impleme...94c5484
fix(type-utils): check for type parameters on
isBuiltinSymbolLikeRecurser()
...ced951b
docs: [prefer-literal-enum-member] fix bad examples (#10035)Sourced from @typescript-eslint/parser
's
releases.
v8.8.0
8.8.0 (2024-09-30)
🚀 Features
- eslint-plugin: [no-unnecessary-condition] add checkTypePredicates (#10009)
- eslint-plugin: [await-thenable] check for-await loop iteree (#10008)
🩹 Fixes
- remove
export type *
in d.ts to support TS<5.0 (#10070)- eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines (#10044)
- eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself (#10040)
- eslint-plugin: [no-misused-promises] check contextual type (#10042)
- eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations (#10037)
- type-utils: check for type parameters on
isBuiltinSymbolLikeRecurser()
(#10026)- utils: update missing type information message (#10043)
❤️ Thank You
- auvred
@auvred
- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger
- Ronen Amiel
- Tarun Chauhan
@tarunrajput
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
Sourced from @typescript-eslint/parser
's
changelog.
8.8.0 (2024-09-30)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
2055cfb
chore(release): publish 8.8.0Sourced from eslint-plugin-import's releases.
v2.31.0
Added
- support eslint v9 (#2996, thanks [
@G-Rath
] [@michaelfaith
])order
: allow validating named imports (#3043, thanks [@manuth
])extensions
: add thecheckTypeImports
option (#2817, thanks [@phryneas
])Fixed
ExportMap
/ flat config: includelanguageOptions
in context (#3052, thanks [@michaelfaith
])no-named-as-default
: Allow using an identifier if the export is both a named and a default export (#3032, thanks [@akwodkiewicz
])export
: False positive for exported overloaded functions in TS (#3065, thanks [@liuxingbaoyu
])exportMap
: export map cache is tainted by unreliable parse results (#3062, thanks [@michaelfaith
])exportMap
: improve cacheKey when using flat config (#3072, thanks [@michaelfaith
])- adjust "is source type module" checks for flat config (#2996, thanks [
@G-Rath
])Changed
- [Docs]
no-relative-packages
: fix typo (#3066, thanks [@joshuaobrien
])- [Performance]
no-cycle
: dont scc for each linted file (#3068, thanks [@soryy708
])- [Docs]
no-cycle
: adddisableScc
to docs (#3070, thanks [@soryy708
])- [Tests] use re-exported
RuleTester
(#3071, thanks [@G-Rath
])- [Docs]
no-restricted-paths
: fix grammar (#3073, thanks [@unbeauvoyage
])- [Tests]
no-default-export
,no-named-export
: add test case (thanks [@G-Rath
])#3073: import-js/eslint-plugin-import#3073 #3072: import-js/eslint-plugin-import#3072 #3071: import-js/eslint-plugin-import#3071 #3070: import-js/eslint-plugin-import#3070 #3068: import-js/eslint-plugin-import#3068 #3066: import-js/eslint-plugin-import#3066 #3065: import-js/eslint-plugin-import#3065 #3062: import-js/eslint-plugin-import#3062 #3052: import-js/eslint-plugin-import#3052 #3043: import-js/eslint-plugin-import#3043 #3032: import-js/eslint-plugin-import#3032 #2996: import-js/eslint-plugin-import#2996 #2817: import-js/eslint-plugin-import#2817 [
@akwodkiewicz
]: https://github.com/akwodkiewicz [@joshuaobrien
]: https://github.com/joshuaobrien [@liuxingbaoyu
]: https://github.com/liuxingbaoyu [@manuth
]: https://github.com/manuth [@michaelfaith
]: https://github.com/michaelfaith [@phryneas
]: https://github.com/phryneas
... (truncated)
Sourced from eslint-plugin-import's changelog.
[2.31.0] - 2024-10-03
Added
- support eslint v9 (#2996, thanks [
@G-Rath
] [@michaelfaith
])- [
order
]: allow validating named imports (#3043, thanks [@manuth
])- [
extensions
]: add thecheckTypeImports
option (#2817, thanks [@phryneas
])Fixed
ExportMap
/ flat config: includelanguageOptions
in context (#3052, thanks [@michaelfaith
])- [
no-named-as-default
]: Allow using an identifier if the export is both a named and a default export (#3032, thanks [@akwodkiewicz
])- [
export
]: False positive for exported overloaded functions in TS (#3065, thanks [@liuxingbaoyu
])exportMap
: export map cache is tainted by unreliable parse results (#3062, thanks [@michaelfaith
])exportMap
: improve cacheKey when using flat config (#3072, thanks [@michaelfaith
])- adjust "is source type module" checks for flat config (#2996, thanks [
@G-Rath
])Changed
- [Docs] [
no-relative-packages
]: fix typo (#3066, thanks [@joshuaobrien
])- [Performance] [
no-cycle
]: dont scc for each linted file (#3068, thanks [@soryy708
])- [Docs] [
no-cycle
]: adddisableScc
to docs (#3070, thanks [@soryy708
])- [Tests] use re-exported
RuleTester
(#3071, thanks [@G-Rath
])- [Docs] [
no-restricted-paths
]: fix grammar (#3073, thanks [@unbeauvoyage
])- [Tests] [
no-default-export
], [no-named-export
]: add test case (thanks [@G-Rath
])
91f809b
v2.31.03f1ac24
[utils] [refactor] parse
: avoid using a regex hered225176
[New] extensions
: add the checkTypeImports
option5a51b9a
[Tests] rule-tester
: try this babel class workaroundd66cde0
[New] support eslint v9d27a639
[Fix] adjust "is source type module" checks for flat
config1fa8a07
[Refactor] create sourceType
helper0bc1355
[Tests] no-default-export
, no-named-export
:
add test cases with non-modu...55fa203
[Tests] no-default-export
, no-named-export
:
add test case6be20df
[Docs] no-restricted-paths
: fix grammarSourced from eslint-plugin-import-x's releases.
v4.3.1
Patch Changes
- #162
38d0081
Thanks@AaronMoat
! - Fix issue whereno-duplicates
rule withprefer-inline
incorrectly marks default type and named type imports as duplicates
Sourced from eslint-plugin-import-x's changelog.
4.3.1
Patch Changes
- #162
38d0081
Thanks@AaronMoat
! - Fix issue whereno-duplicates
rule withprefer-inline
incorrectly marks default type and named type imports as duplicates
Sourced from typescript-eslint's releases.
v8.8.0
8.8.0 (2024-09-30)
🚀 Features
- eslint-plugin: [no-unnecessary-condition] add checkTypePredicates (#10009)
- eslint-plugin: [await-thenable] check for-await loop iteree (#10008)
🩹 Fixes
- remove
export type *
in d.ts to support TS<5.0 (#10070)- eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines (#10044)
- eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself (#10040)
- eslint-plugin: [no-misused-promises] check contextual type (#10042)
- eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations (#10037)
- type-utils: check for type parameters on
isBuiltinSymbolLikeRecurser()
(#10026)- utils: update missing type information message (#10043)
❤️ Thank You
- auvred
@auvred
- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger
- Ronen Amiel
- Tarun Chauhan
@tarunrajput
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
Sourced from typescript-eslint's changelog.
8.8.0 (2024-09-30)
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.
2055cfb
chore(release): publish 8.8.0Sourced 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.26.12 - 07 Oct 2024
Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.14.5 and earlier. These versions of CodeQL were discontinued on 24 September 2024 alongside GitHub Enterprise Server 3.10, and will be unsupported by CodeQL Action versions 3.27.0 and later and versions 2.27.0 and later. #2520
If you are using one of these versions, please update to CodeQL CLI version 2.14.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
Alternatively, if you want to continue using a version of the CodeQL CLI between 2.13.5 and 2.14.5, you can replace
github/codeql-action/*@v3
bygithub/codeql-action/*@v3.26.11
andgithub/codeql-action/*@v2
bygithub/codeql-action/*@v2.26.11
in your code scanning workflow to ensure you continue using this version of the CodeQL Action.3.26.11 - 03 Oct 2024
Upcoming breaking change: Add support for using
actions/download-artifact@v4
to programmatically consume CodeQL Action debug artifacts.Starting November 30, 2024, GitHub.com customers will no longer be able to use
actions/download-artifact@v3
. Therefore, to avoid breakage, customers who programmatically download the CodeQL Action debug artifacts should set theCODEQL_ACTION_ARTIFACT_V4_UPGRADE
environment variable totrue
and bumpactions/download-artifact@v3
toactions/download-artifact@v4
in their workflows. The CodeQL Action will enable this behavior by default in early November and workflows that have not yet bumped toactions/download-artifact@v3
toactions/download-artifact@v4
will begin failing then.This change is currently unavailable for GitHub Enterprise Server customers, as
actions/upload-artifact@v4
andactions/download-artifact@v4
are not yet compatible with GHES.Update default CodeQL bundle version to 2.19.1. #2519
3.26.10 - 30 Sep 2024
- We are rolling out a feature in September/October 2024 that sets up CodeQL using a bundle compressed with Zstandard. Our aim is to improve the performance of setting up CodeQL. #2502
3.26.9 - 24 Sep 2024
No user facing changes.
3.26.8 - 19 Sep 2024
- Update default CodeQL bundle version to 2.19.0. #2483
3.26.7 - 13 Sep 2024
- Update default CodeQL bundle version to 2.18.4. #2471
3.26.6 - 29 Aug 2024
- Update default CodeQL bundle version to 2.18.3. #2449
3.26.5 - 23 Aug 2024
- Fix an issue where the
csrutil
system call used for telemetry would fail on MacOS ARM machines with System Integrity Protection disabled. #2441
... (truncated)
c36620d
Merge pull request #2529
from github/update-v3.26.12-c9a70ff45570aecb
Update changelog for v3.26.12c9a70ff
Merge pull request #2526
from github/henrymercer/check-zstd-on-pathd65a176
Rebuildbf2e624
Update src/tar.ts56d1975
Merge pull request #2489
from github/redsun82/rust7cf65a5
Merge pull request #2518
from github/dependabot/npm_and_yarn/npm-88156698cd8a56dd2
Update to @actions/core
1.11.11532671
Update default bundle to 2.19.1 (#2519)64871a8
Merge branch 'main' into update-bundle/codeql-bundle-v2.19.1Sourced from actions/cache's releases.
v4.1.1
What's Changed
- Restore original behavior of
cache-hit
output by@joshmgross
in actions/cache#1467Full Changelog: https://github.com/actions/cache/compare/v4.1.0...v4.1.1
Sourced from actions/cache's changelog.
Releases
4.1.1
- Restore original behavior of
cache-hit
output - #14674.1.0
4.0.2
- Fixed restore
fail-on-cache-miss
not working.4.0.1
- Updated
isGhes
check4.0.0
- Updated minimum runner version support from node 12 -> node 20
3.3.3
- Updates
@actions/cache
to v3.2.3 to fix accidental mutated path arguments togetCacheVersion
actions/toolkit#1378- Additional audit fixes of npm package(s)
3.3.2
- Fixes bug with Azure SDK causing blob downloads to get stuck.
3.3.1
- Reduced segment size to 128MB and segment timeout to 10 minutes to fail fast in case the cache download is stuck.
3.3.0
- Added option to lookup cache without downloading it.
3.2.6
- Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners.
3.2.5
- Added fix to prevent from setting MYSYS environment variable globally.
3.2.4
- Added option to fail job on cache miss.
... (truncated)
3624ceb
Restore original behavior of cache-hit
output (#1467)Sourced from actions/upload-artifact's releases.
v4.4.3
What's Changed
- Undo indirect dependency updates from #627 by
@joshmgross
in actions/upload-artifact#632Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.2...v4.4.3
v4.4.2
What's Changed
- Bump
@actions/artifact
to 2.1.11 by@robherley
in actions/upload-artifact#627
- Includes fix for relative symlinks not resolving properly
Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.1...v4.4.2
v4.4.1
What's Changed
- Add a section about hidden files by
@joshmgross
in actions/upload-artifact#607- Add workflow file for publishing releases to immutable action package by
@Jcambass
in actions/upload-artifact#621- Update
@actions/artifact
to latest version, includes symlink and timeout fixes by@robherley
in actions/upload-artifact#625New Contributors
@Jcambass
made their first contribution in actions/upload-artifact#621Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.1
b4b15b8
Merge pull request #632
from actions/joshmgross/undo-dependency-changes92b01eb
Undo indirect dependency updates from #6278448086
Merge pull request #627
from actions/robherley/v4.4.2b1d4642
add explicit relative and absolute symlinks to workflowd50e660
bump versionaabe6f8
build with @actions/artifact
v2.1.11604373d
Merge pull request #625
from actions/robherley/artifact-2.1.100150148
paste right core versiona009b25
update licenses9f6f6f4
update @actions/core
and @actions/artifact
to latest versions