Reduced download segment size to 128 MB and timeout to 10 minutes by kotewar · Pull Request #1129 · actions/cache (original) (raw)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type |
Update |
|---|---|---|---|---|---|---|---|
| @jest/console | 29.4.1 ->
29.5.0
|
|
|
|
| devDependencies | minor |
| @jest/reporters
(source) |
29.4.1 ->
29.5.0
|
|
|
|
| devDependencies | minor |
| @jest/test-result |
29.4.1 ->
29.5.0
|
|
|
|
| devDependencies | minor |
|
@types/jest
(source) |
29.2.4 ->
29.4.4
|
|
|
|
| devDependencies | minor |
|
@types/node
(source) |
18.11.18 ->
18.15.3
|
|
|
|
| devDependencies | minor |
|
@typescript-eslint/eslint-plugin
|
5.47.1 ->
5.55.0
|
|
|
|
| devDependencies | minor |
|
@typescript-eslint/parser
|
5.50.0 ->
5.55.0
|
|
|
|
| devDependencies | minor |
| actions/cache |
v3.3.0 ->
v3.3.1 |
|
|
|
| action | patch |
| actions/checkout |
v3.3.0
-> v3.4.0 |
|
|
|
| action | minor |
| eslint
(source) |
8.30.0 ->
8.36.0 |
|
|
|
| devDependencies | minor |
|
eslint-config-prettier
|
8.5.0 ->
8.7.0
|
|
|
|
| devDependencies | minor |
|
eslint-import-resolver-typescript
|
3.5.2 ->
3.5.3
|
|
|
|
| devDependencies | patch |
|
eslint-plugin-import
|
2.26.0 ->
2.27.5
|
|
|
|
| devDependencies | minor |
|
eslint-plugin-jest
|
27.1.7 ->
27.2.1
|
|
|
|
| devDependencies | minor |
| fast-sort |
3.2.0 ->
3.2.1 |
|
|
|
| devDependencies | patch |
| github/codeql-action |
v2.2.5 -> v2.2.7 |
|
|
|
| action | patch |
| jest
(source) |
29.3.1 ->
29.5.0 |
|
|
|
| devDependencies | minor |
| simple-git |
3.16.0 ->
3.17.0 |
|
|
|
| devDependencies | minor |
| ts-jest
(source) |
29.0.3 ->
29.0.5 |
|
|
|
| devDependencies | patch |
| typescript
(source) |
4.9.4 ->
4.9.5 |
|
|
|
| devDependencies | patch |
| yaml
(source) |
2.2.0 ->
2.2.1 |
|
|
|
| devDependencies | patch |
Release Notes
facebook/jest
Features
[jest-changed-files]Support Sapling (#13941)[jest-circus, @​jest/cli, jest-config]Add feature to randomize order of tests via CLI flag or through the config file(#12922)[jest-cli, jest-config, @​jest/core, jest-haste-map, @​jest/reporters, jest-runner, jest-runtime, @​jest/types]
Add workerThreads configuration option to allow using worker
threads
for parallelization
(#13939)
[jest-cli]ExportyargsOptions(#13970)[jest-config]AddopenHandlesTimeoutoption to configure possible open handles warning. (#13875)[@jest/create-cache-key-function]Allow passinglengthargument tocreateCacheKey()function and set its default value to16on Windows (#13827)[jest-message-util]Add support for AggregateError (#13946 &
[jest-message-util]Add support for Error causes intestandit(#13935 &
[jest-reporters]AddsummaryThresholdoption to summary reporter to allow overriding the internal threshold that is used to print the summary of all failed tests when the number of test suites surpasses it (#13895)[jest-runtime]Expose@sinonjs/fake-timersasync APIs functionsadvanceTimersByTimeAsync(msToRun)(tickAsync(msToRun)),advanceTimersToNextTimerAsync(steps)(nextAsync),runAllTimersAsync(runAllAsync), andrunOnlyPendingTimersAsync(runToLastAsync) (#13981)[jest-runtime, @​jest/transform]Allow V8 coverage provider to collect coverage from files which were not loaded explicitly (#13974)[jest-snapshot]Add support toctsandmtsTypeScript files to inline snapshots (#13975)[jest-worker]Addstartmethod to worker farms (#13937)[jest-worker]Support passing a URL as path to worker (#13982)
Fixes
[babel-plugin-jest-hoist]Fix unwanted hoisting of nestedjestusages (#13952)[jest-circus]Send test case results fortodotests (#13915)[jest-circus]Update message printed on test timeout (#13830)[jest-circus]Avoid creating the word "testfalse" whentakesDoneCallbackisfalsein the message printed on test timeout AND updated timeouts test (#13954)[jest-environment-jsdom]Stop settingdocumenttonullon teardown (#13972)[@jest/expect-utils]UpdatetoStrictEqual()to be able to checkjest.fn().mock.calls(#13960)[@jest/test-result]AllowTestResultsProcessortype to return a Promise (#13950)
Chore & Maintenance
[jest-snapshot]Remove dependency onjest-haste-map(#13977)
Features
[expect]UpdatetoThrow()to be able to use errorcauses (#13606)[jest-core]allow to useworkerIdleMemoryLimitwith only 1 worker orrunInBandoption (#13846)[jest-message-util]Add support for errorcauses (#13868 &
[jest-runtime]Revertimport assertionsfor JSON modules as it's been relegated to Stage 2 (#13911)
Fixes
[@jest/expect-utils]subsetEqualityshould consider also an object's inherited string keys (#13824)[jest-mock]Clear mock state whenjest.restoreAllMocks()is called (#13867)[jest-mock]PreventmockImplementationOnceandmockReturnValueOncebleeding intowithImplementation(#13888)[jest-mock]Do not restore mocks whenjest.resetAllMocks()is called (#13866)
Features
[@jest/core]Instrument significant lifecycle events withperformance.mark()(#13859)
Fixes
[expect, @​jest/expect]Provide type ofactualas a generic argument toMatchersto allow better-typed extensions (#13848)[jest-circus]Added explicit mention of test failing becausedone()is not being called in error message (#13847)[jest-runtime]Handle CJS re-exports of node core modules from ESM (#13856)[jest-transform]Downgradewrite-file-atomicto v4 (#13853)[jest-worker]Ignore IPC messages not intended for Jest (#13543)
Chore & Maintenance
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
Bug Fixes
- eslint-plugin: [no-confusing-void-expression] check sequence expressions for void is in last position (#6597)
(d73d7d3)
- eslint-plugin: [no-unnecessary-boolean-literal-compare] fixer should handle parentheses (#6569)
(2d8c196)
Features
- eslint-plugin: [lines-around-comment] add extension rule (#5327)
(d55211c)
- eslint-plugin: [member-ordering] add support for grouping readonly fields (#6349)
(9d3bdfc)
- eslint-plugin: [no-unnecessary-cond] check logical assignments (#6594)
(dbc203a)
- update TypeScript to 5.0 RC (#6570)
(36ef0e1)
- use @eslint-community dependencies (#6603)
(5f6ed73)
5.54.1 (2023-03-06)
Note: Version bump only for package @typescript-eslint/eslint-plugin
Note: Version bump only for package @typescript-eslint/eslint-plugin
Features
- eslint-plugin: [promise-function-async] check for promises in implicit return types (#6330)
Features
- eslint-plugin: [consistent-generic-constructors] handle default parameters (#6484)
(e8cebce)
- eslint-plugin: [no-mixed-enums] add rule (#6102)
(16144d1)
Bug Fixes
- eslint-plugin: [no-import-type-side-effects] correctly ignore zero-specifier imports (#6444)
(d5a6688)
- eslint-plugin: [no-unnecessary-condition] account for optional chaining on potentially void values (#6432)
- eslint-plugin: [no-unnecessary-condition] fix false positive when checking indexed access types (#6452)
(d569924)
- eslint-plugin: fix key-spacing when type starts on next line (#6412)
(3eb2eed)
Features
- eslint-plugin: [block-spacing] extending base rule for TS related blocks (#6195)
(b2db3f5)
- eslint-plugin: [explicit-function-return-type] add allowFunctionsWithoutTypeParameters option (#6105)
(113640e)
- eslint-plugin: [explicit-function-return-type] add allowIIFEs option (#6237)
(a1b3f7b)
Bug Fixes
- eslint-plugin: [sort-type-constituents] fixed behavior change (#6384)
- eslint-plugin: do not use .at(), Node 14 does not support it (#6402)
(077ed1b)
Features
- eslint-plugin: [naming-convention] improve performance by removing unnecessary selectors (#6376)
(3647a1c)
- eslint-plugin: [no-floating-promises] error on logical expression (#6356)
(f330e06)
- eslint-plugin: [no-import-type-side-effects] add rule to warn
against runtime side effects with
verbatimModuleSyntax(#6394)
(b14d3be)
- eslint-plugin: [strict-boolean-expressions] add allow nullable enum to strict boolean expressions (#6096)
(d4747cd)
Bug Fixes
- eslint-plugin: [ban-ts-comment] counts graphemes instead of
String.prototype.length(#5704)
(09d57ce)
- eslint-plugin: [prefer-optional-chain] fix
ThisExpressionandPrivateIdentifiererrors (#6028)
(85e783c)
- eslint-plugin: [prefer-optional-chain] fixer produces wrong logic (#5919)
Features
- eslint-plugin: add
key-spacingrule extension for interface & type declarations (#6211)
(67706e7)
Features
- eslint-plugin: [naming-convention] add support for
#privatemodifier on class members (#6259)
(c8a6d80)
5.48.2 (2023-01-16)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.48.1 (2023-01-09)
Note: Version bump only for package @typescript-eslint/eslint-plugin
Note: Version bump only for package @typescript-eslint/eslint-plugin
Note: Version bump only for package @typescript-eslint/eslint-plugin
Features
- eslint-plugin: specify which method is unbound and added test case (#6281)
(cf3ffdd)
5.47.1 (2022-12-26)
Bug Fixes
- ast-spec: correct some incorrect ast types (#6257)
(0f3f645)
- eslint-plugin: [member-ordering] correctly invert optionalityOrder (#6256)
(ccd45d4)
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
Features
- parser: add exported meta object (#6586)
(d05c3d8)
5.54.1 (2023-03-06)
Note: Version bump only for package @typescript-eslint/parser
Note: Version bump only for package @typescript-eslint/parser
Note: Version bump only for package @typescript-eslint/parser
Note: Version bump only for package @typescript-eslint/parser
Note: Version bump only for package @typescript-eslint/parser
Note: Version bump only for package @typescript-eslint/parser
actions/cache
v3.3.1
What's Changed
- Reduced download segment size to 128 MB and timeout to 10 minutes by @kotewar in https://github.com/actions/cache/pull/1129
Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.1
actions/checkout
eslint/eslint
v8.36.0
Features
c89a485feat: AddcheckJSDocoption to multiline-comment-style (#16807) (Laurent Cozic)f5f5e11feat: Serialize parsers/processors in flat config (#16944) (Nicholas C. Zakas)4799297feat: use @eslint-community dependencies (#16784) (Michaël De Boey)
Bug Fixes
Documentation
b98fdd4docs: Update README (GitHub Actions Bot)caf08cedocs: fix estree link in custom formatters docs (#16967) (Milos Djermanovic)3398431docs: Custom Parsers cleanup/expansion (#16887) (Ben Perlmutter)19d3531docs: Update README (GitHub Actions Bot)b09a512docs: detect and fix broken links (#16837) (Nitin Kumar)
Chores
602b111chore: upgrade @eslint/js@8.36.0 (#16978) (Milos Djermanovic)43c2345chore: package.json update for @eslint/js release (ESLint Jenkins)00afb84chore: upgrade @eslint/eslintrc@2.0.1 (#16977) (Milos Djermanovic)698c5aachore: upgrade espree@9.5.0 (#16976) (Milos Djermanovic)75acdd2chore: lint more js files in docs (#16964) (Milos Djermanovic)89d9844ci: bump actions/add-to-project from 0.4.0 to 0.4.1 (#16943) (dependabot[bot])
v8.35.0
Features
8e34a04feat: addafterHashbangCommentoption tolines-around-commentrule (#16920) (SUZUKI Sosuke)c8c0c71feat: Move all and recommended configs into package. (#16844) (Nicholas C. Zakas)71f6f0dfeat: report more cases with??in no-constant-binary-expression (#16826) (Daiki Nishikawa)
Bug Fixes
(#16897) (唯然)
Documentation
f9f195edocs: Plugin docs cleanup & expansion (#16862) (Ben Perlmutter)df809fddocs: Custom Formatters page cleanup/expansion (#16886) (Ben Perlmutter)0700d1bdocs: Add PostCSS/Autoprefixer/CSSNano (#16502) (Nick Schonning)7b9e9bfdocs: support unicode anchors (#16782) (Percy Ma)5fbc0bfdocs: Update README (GitHub Actions Bot)67865a0docs: Remove mention of mailing list (#16869) (Amaresh S M)43af24adocs: Add explanation of when to use 'warn' severity (#16882) (Nicholas C. Zakas)ed2999bdocs: Shareable configs page edits and expansion (#16824) (Ben Perlmutter)2780635docs: fix typos (#16884) (Lioness100)5bdaae2docs: Ways to Extend ESLint page (#16861) (Ben Perlmutter)
Chores
cdcbe12chore: upgrade @eslint/js@8.35.0 (#16935) (Brandon Mills)c954c34chore: package.json update for @eslint/js release (ESLint Jenkins)5a517dachore: package.json update for @eslint/js release (ESLint Jenkins)9f10926chore: upgrade @eslint/eslintrc@2.0.0 (#16928) (Milos Djermanovic)da728faci: use LTS node version in workflows (#16907) (Nitin Kumar)c57b4f3perf: upgrade to esquery@1.4.2 (#16901) (Milos Djermanovic)9122f07chore: Update stale bot settings (#16870) (Nicholas C. Zakas)
v8.34.0
Features
Bug Fixes
Documentation
f0a9883docs: split rules documentation (#16797) (Ben Perlmutter)67aa37bdocs: fix typo in command-line-interface.md (#16871) (Kevin Rouchut)337f7eddocs: fix width of language input (#16849) (Tanuj Kanti)71349a1docs: Configure a Parser page (#16803) (Ben Perlmutter)de7e925docs: remove extra line numbers in example (#16848) (jonz94)ad38d77docs: Update README (GitHub Actions Bot)
Chores
9dbe06dchore: addtypeproperty to array-element-newline schema (#16877) (MHO)a061527chore: Remove unused functions (#16868) (Nicholas C. Zakas)
v8.33.0
Features
2cc7954feat: addrestrictDefaultExportsoption to no-restricted-exports rule (#16785) (Nitin Kumar)
Documentation
17f4be2docs: Fix examples in no-multiple-empty-lines rule (#16835) (jonz94)9c7cfe3docs: 'Source Code' content in 'Set up Development Environment' page (#16780) (Ben Perlmutter)ede5c64docs: Custom processors page (#16802) (Ben Perlmutter)2620614docs: Code of Conduct page (#16781) (Ben Perlmutter)50a8efddocs: report a sec vulnerability page (#16808) (Ben Perlmutter)ed60afddocs: Update page titles, section landing pages, and side TOC (#16760) (Ben Perlmutter)333c712docs: add background to code-path-diagrams for dark-mode (#16822) (Tanuj Kanti)f5f7b9bdocs: Update README (GitHub Actions Bot)2aa4f5fdocs: no-constant-condition: Add multi-comparison example (#16776) (Sebastian Simon)40287dbdocs: Remove Google Group icon (#16779) (Nicholas C. Zakas)ea10ca5docs: 'a .eslint' -> 'an .eslint' for consistency (#16809) (Ben Perlmutter)3be0748docs: add example for nodejs lintText api (#16789) (Siva K)ce4f5ffdocs: Replace removed related rules with a valid rule (#16800) (Ville Saalo)
v8.32.0
Features
Bug Fixes
Documentation
17b65addocs: IA Update page URL move (#16665) (Ben Perlmutter)5981296docs: fix theme switcher button (#16752) (Sam Chen)6669413docs: deploy prerelease docs under the/docs/next/path (#16541) (Nitin Kumar)78ecfe0docs: use inline code for rule options name (#16768) (Percy Ma)fc2ea59docs: Update README (GitHub Actions Bot)762a872docs: Update README
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tyler Jang tyler@trunk.io