ecma-version-validator-webpack-plugin
ecma-version-validator-webpack-plugin copied to clipboard
chore(deps): update dependency ts-jest to v29
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| ts-jest (source) | ^27.1.5 -> ^29.4.5 |
Release Notes
kulshekhar/ts-jest (ts-jest)
v29.4.5
Bug Fixes
v29.4.4
Bug Fixes
v29.4.3
Bug Fixes
v29.4.2
v29.4.1
v29.4.0
Features
- feat: support Jest 30 (84e093e)
v29.3.4
Bug Fixes
- fix: fix
TsJestTransformerOptionstype (3b11e29), closes #4247 - fix(cli): fix wrong path for preset creator fns (249eb2c)
- fix(config): disable
rewriteRelativeImportExtensionsalways (9b1f472), closes #4855
v29.3.3
Bug Fixes
- fix(cli): init config with preset creator functions (cdd3039), closes #4840
- fix(config): disable
isolatedDeclarations(5d6b35f), closes #4847
v29.3.2
Bug Fixes
v29.3.1
Bug Fixes
- fix: allow
isolatedModulesmode to havets.ProgramunderNode16/Next(25157eb) - fix: improve message for
isolatedModulesofts-jestconfig (547eb6f)
v29.3.0
Features
- feat: support hybrid
modulevalues forisolatedModules: true(f372121)
Bug Fixes
Code Refactoring
- refactor: remove manual version checker (89458fc)
- refactor: remove patching deps based on version checker (bac4c43)
- refactor: deprecate
RawCompilerOptionsinterface (2b1b6cd) - refactor: deprecate transform option
isolatedModules(7dfef71)
v29.2.6
Bug Fixes
- fix: escape dot for
JS_TRANSFORM_PATTERNregex (8c91c60) - fix: escape dot for
TS_JS_TRANSFORM_PATTERNregex (3eea850) - fix: escape dot for
TS_TRANSFORM_PATTERNregex (80d3e4d), closes #4579
v29.2.5
Bug Fixes
- build: build package with
NodeNextmodule (9b3ade5) - fix: set value
ts/tsxextensionsToTreatAsEsmin default esm preset (d9ff362) - fix(compiler): fallback to
NodeJSmodule resolution for ts 4.8 (b7d3409), closes #4499
v29.2.4
Bug Fixes
v29.2.3
Security Fixes
- build(deps): Update dependency ejs to ^3.1.10 (de94a56)
Code Refactoring
- refactor(presets): maintain preset codes inside
src(8474fc2)
29.2.2 (2024-07-10)
Bug Fixes
v29.2.2
Security Fixes
- build(deps): Update dependency ejs to ^3.1.10 (de94a56)
Code Refactoring
- refactor(presets): maintain preset codes inside
src(8474fc2)
29.2.2 (2024-07-10)
Bug Fixes
v29.2.1
Security Fixes
- build(deps): Update dependency ejs to ^3.1.10 (de94a56)
Code Refactoring
- refactor(presets): maintain preset codes inside
src(8474fc2)
29.2.2 (2024-07-10)
Bug Fixes
v29.2.0
Bug Fixes
Features
- feat(cli): allow migrating cjs
presetstotransformconfig (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
TsJestTransformerOptionstype 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-appto use Vite (827c8ad)
v29.1.5
Bug Fixes
v29.1.4
Bug Fixes
Features
v29.1.3
Bug Fixes
Performance Improvements
- remove ts resolved module cache file (4c88da5)
v29.1.2
Bug Fixes
- calculated cache key based on
supportsStaticESM(a5d6f2d) - correct error handling in
processAsync(e7be4bf), closes #4207 - use
Config.ProjectConfig(918312b), closes #4028
v29.1.1
Security Fixes
- bump
semverto7.5.3
v29.1.0
Features
29.0.5 (2023-01-13)
Reverts
- Revert "fix(transformer): don't use cache when
tsJestConfigis different (#3966)" (185eb18), closes #3966
v29.0.5
Features
29.0.5 (2023-01-13)
Reverts
- Revert "fix(transformer): don't use cache when
tsJestConfigis different (#3966)" (185eb18), closes #3966
v29.0.4
Features
29.0.5 (2023-01-13)
Reverts
- Revert "fix(transformer): don't use cache when
tsJestConfigis different (#3966)" (185eb18), closes #3966
v29.0.3
Bug Fixes
- merge config from
globalswith transformer config correctly (#3842) (9c9fd60), closes #3841 - presets: allow merging transform config when using presets (#3833) (afc6a94)
Features
v29.0.2
Bug Fixes
- mark
ts-jestas optional inConfigGlobals(#3816) (cbb88bb), closes #3815 - use correct typings for
config:initcommand (#3825) (21b94db)
v29.0.1
Bug Fixes
Features
v29.0.0
Features
- drop Node 12 and Node 17 support (#3787) (0f1de16)
- migrate globals config to transformer config (#3780) (31e5843)
- support Jest 29 (#3767) (94b553b)
DEPRECATIONS
- Define
ts-jestconfig underglobalsis now deprecated. Please define the config via transformer config instead.
BREAKING CHANGES
- Only Node 14, 16 and 18 are supported
- Jest 29 is required.
v28.0.8
Features
BREAKING CHANGES
- Jest 29 is required.
28.0.8 (2022-08-14)
Bug Fixes
28.0.7 (2022-07-15)
Bug Fixes
28.0.6 (2022-07-13)
Bug Fixes
- config: don't show diagnostics warning with
diagnostics: false(#3647) (9a9bc02), closes #3638 - legacy: add
useCaseSensitiveFileNameswherever needed (#3683) (c40bc34), closes #3665 - set
@jest/typesas peer dependency (#3633) (24567e1)
28.0.5 (2022-06-11)
Bug Fixes
28.0.4 (2022-06-02)
Bug Fixes
28.0.3 (2022-05-23)
Bug Fixes
28.0.2 (2022-05-07)
Bug Fixes
28.0.1 (2022-05-03)
Bug Fixes
v28.0.7
Features
BREAKING CHANGES
- Jest 29 is required.
28.0.8 (2022-08-14)
Bug Fixes
28.0.7 (2022-07-15)
Bug Fixes
28.0.6 (2022-07-13)
Bug Fixes
- config: don't show diagnostics warning with
diagnostics: false(#3647) (9a9bc02), closes #3638 - legacy: add
useCaseSensitiveFileNameswherever needed (#3683) (c40bc34), closes #3665 - set
@jest/typesas peer dependency (#3633) (24567e1)
28.0.5 (2022-06-11)
Bug Fixes
28.0.4 (2022-06-02)
Bug Fixes
28.0.3 (2022-05-23)
Bug Fixes
28.0.2 (2022-05-07)
Bug Fixes
28.0.1 (2022-05-03)
Bug Fixes
v28.0.6
Features
BREAKING CHANGES
- Jest 29 is required.
28.0.8 (2022-08-14)
Bug Fixes
28.0.7 (2022-07-15)
Bug Fixes
28.0.6 (2022-07-13)
Bug Fixes
- config: don't show diagnostics warning with
diagnostics: false(#3647) (9a9bc02), closes #3638 - legacy: add
useCaseSensitiveFileNameswherever needed (#3683) (c40bc34), closes #3665 - set
@jest/typesas peer dependency (#3633) (24567e1)
28.0.5 (2022-06-11)
Bug Fixes
28.0.4 (2022-06-02)
Bug Fixes
28.0.3 (2022-05-23)
Bug Fixes
28.0.2 (2022-05-07)
Bug Fixes
28.0.1 (2022-05-03)
Bug Fixes
v28.0.5
Features
BREAKING CHANGES
- Jest 29 is required.
28.0.8 (2022-08-14)
Bug Fixes
28.0.7 (2022-07-15)
Bug Fixes
28.0.6 (2022-07-13)
Bug Fixes
- config: don't show diagnostics warning with
diagnostics: false(#3647) (9a9bc02), closes #3638 - legacy: add
useCaseSensitiveFileNameswherever needed (#3683) (c40bc34), closes #3665 - set
@jest/typesas peer dependency (#3633) (24567e1)
28.0.5 (2022-06-11)
Bug Fixes
28.0.4 (2022-06-02)
Bug Fixes
28.0.3 (2022-05-23)
Bug Fixes
28.0.2 (2022-05-07)
Bug Fixes
28.0.1 (2022-05-03)
Bug Fixes
v28.0.4
Features
BREAKING CHANGES
- Jest 29 is required.
28.0.8 (2022-08-14)
Bug Fixes
28.0.7 (2022-07-15)
Bug Fixes
28.0.6 (2022-07-13)
Bug Fixes
- config: don't show diagnostics warning with
diagnostics: false(#3647) (9a9bc02), closes #3638 - legacy: add
useCaseSensitiveFileNameswherever needed (#3683) (c40bc34), closes #3665 - set
@jest/typesas peer dependency (#3633) (24567e1)
28.0.5 (2022-06-11)
Bug Fixes
28.0.4 (2022-06-02)
Bug Fixes
28.0.3 (2022-05-23)
Bug Fixes
28.0.2 (2022-05-07)
Bug Fixes
28.0.1 (2022-05-03)
Bug Fixes
v28.0.3
Features
BREAKING CHANGES
- Jest 29 is required.
28.0.8 (2022-08-14)
Bug Fixes
28.0.7 (2022-07-15)
Bug Fixes
28.0.6 (2022-07-13)
Bug Fixes
- config: don't show diagnostics warning with
diagnostics: false(#3647) (9a9bc02), closes #3638 - legacy: add
useCaseSensitiveFileNameswherever needed (#3683) (c40bc34), closes #3665 - set
@jest/typesas peer dependency (#3633) (24567e1)
28.0.5 (2022-06-11)
Bug Fixes
28.0.4 (2022-06-02)
Bug Fixes
28.0.3 (2022-05-23)
Bug Fixes
28.0.2 (2022-05-07)
Bug Fixes
28.0.1 (2022-05-03)
Bug Fixes
v28.0.2
Features
BREAKING CHANGES
- Jest 29 is required.
28.0.8 (2022-08-14)
Bug Fixes
28.0.7 (2022-07-15)
Bug Fixes
28.0.6 (2022-07-13)
Bug Fixes
- config: don't show diagnostics warning with
diagnostics: false(#3647) (9a9bc02), closes #3638 - legacy: add
useCaseSensitiveFileNameswherever needed (#3683) (c40bc34), closes #3665 - set
@jest/typesas peer dependency (#3633) (24567e1)
28.0.5 (2022-06-11)
Bug Fixes
28.0.4 (2022-06-02)
Bug Fixes
28.0.3 (2022-05-23)
Bug Fixes
28.0.2 (2022-05-07)
Bug Fixes
28.0.1 (2022-05-03)
Bug Fixes
v28.0.1
Features
BREAKING CHANGES
- Jest 29 is required.
28.0.8 (2022-08-14)
Bug Fixes
28.0.7 (2022-07-15)
Bug Fixes
28.0.6 (2022-07-13)
Bug Fixes
- config: don't show diagnostics warning with
diagnostics: false(#3647) (9a9bc02), closes #3638 - legacy: add
useCaseSensitiveFileNameswherever needed (#3683) (c40bc34), closes #3665 - set
@jest/typesas peer dependency (#3633) (24567e1)
28.0.5 (2022-06-11)
Bug Fixes
28.0.4 (2022-06-02)
Bug Fixes
28.0.3 (2022-05-23)
Bug Fixes
28.0.2 (2022-05-07)
Bug Fixes
28.0.1 (2022-05-03)
Bug Fixes
Configuration
📅 Schedule: Branch creation - "after 9pm,before 9am" in timezone Asia/Tokyo, 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/jest
npm ERR! dev jest@"^27.5.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer jest@"^29.0.0" from [email protected]
npm ERR! node_modules/ts-jest
npm ERR! dev ts-jest@"^29.1.2" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-01-22T13_35_33_011Z-debug-0.log
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/jest
npm ERR! dev jest@"^27.5.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer jest@"^29.0.0" from [email protected]
npm ERR! node_modules/ts-jest
npm ERR! dev ts-jest@"^29.2.6" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /runner/cache/others/npm/_logs/2025-02-23T13_57_20_777Z-debug-0.log