Skip to content

chore(deps): update dependency jest-preset-angular to v14 #243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jest-preset-angular (source) 8.3.2 -> 14.6.1 age adoption passing confidence

Release Notes

thymikee/jest-preset-angular (jest-preset-angular)

v14.6.1

Compare Source

Bug Fixes

v14.6.0

Compare Source

Features
  • feat: add support for angular 20 (e041857)

v14.5.5

Compare Source

Bug Fixes
  • fix: allow name exports for presets subpath (9100baf)

v14.5.4

Compare Source

Bug Fixes
  • fix: warn when using both isolatedModules and emitDecoratorMetadata (#​3029) (51db8f4), closes #​3029
  • update dependency ts-jest to v29.3.0 (1d8415d)

v14.5.3

Compare Source

Bug Fixes
  • fix(serializers): generated id="root{n}" should be removed (a6b908f)
Code Refactoring
  • refactor: drop support for jsdom <22 (da9cb15)
  • refactor: drop support for typescript <5.4 (873ab73)
  • refactor: drop support for Angular <17 (3a60492)
  • refactor: drop support for Node.js <18 (aeef774)
  • refactor: remove defaults and defaults-esm presets (94dd3b1)
  • refactor: remove setup-jest files (6bf89a4)
  • refactor: remove global setup script with ngcc (35819c9)
BREAKING CHANGES
  • Snapshot generation is affected by (a6b908f). One should update component snapshots via -u Jest CLI option. Since this change only removes the root id, it shouldn't affect the quality of snapshots in general.
  • The supported NodeJs versions are ^18.19.1 || ^20.11.1 || >=22.0.0.
  • The minimum supported version for Angular is 18 following Angular support policy https://angular.dev/reference/releases#actively-supported-versions
  • The minimum supported version for jsdom is 22
  • The minimum supported version of TypeScript is 5.5 following the support version from Angular 18
  • Running ngcc is not required for Angular 16+ project
  • Use createCjsPreset as a replacement for defaults preset
  • Use createEsmPreset as a replacement for defaults-esm preset
  • Use setupZoneTestEnv as a replacement for zone test environment setup
  • Use setupZonelessTestEnv as a replacement for zoneless test environment setup

14.5.4 (2025-03-31)

Bug Fixes
  • fix: warn when using both isolatedModules and emitDecoratorMetadata #​3029 (51db8f4)
  • update dependency ts-jest to v29.3.0 (1d8415d)

14.5.3 (2025-02-24)

Bug Fixes
  • build: update bundle jit_transform.js, closes #​2979

14.5.2 (2025-02-21)

Bug Fixes

14.5.1 (2025-01-25)

Bug Fixes

14.5.0 (2025-01-10)

Features
Code Refactoring
  • refactor: add type for serializers/index.ts (dd64d78)
DEPRECATIONS
  • refactor: deprecate defaultTransformerOptions in presets (99d3112)
  • refactor: deprecate ngcc util via globalSetup (edeaa3f)

14.4.2 (2024-12-03)

Bug Fixes

14.4.1 (2024-11-28)

Bug Fixes
  • fix: remove @angular-devkit/build-angular from peerDependencies (2f6bc3d)

14.4.0 (2024-11-27)

Features
  • feat: add preset creator functions (552922e)
  • feat: add support for Angular 19 (4a73245)
Code Refactoring
  • refactor: use createCjsPreset function for jest-preset.js (9d18d0f)
  • refactor: deprecate legacy presets (8da5630)
DEPRECATIONS

14.3.3 (2024-11-22)

Features
  • feat: support configuring zoneless test env for CJS (7a270b1)

14.3.2 (2024-11-20)

Bug Fixes
  • fix: include version from package.json into cache key (de02c79), closes #​2844

14.3.1 (2024-11-18)

Documentation
  • docs: simplify README.md about installation and configuration (79ea18b)

14.3.0 (2024-11-15)

Features
  • feat: add new setup test env functions setupZoneTestEnv and setupZonelessTestEnv (21c0238), closes #​354 #​2755
  • feat: build package with type definitions (a269daa)
  • feat: deprecate setup-jest.js and setup-jest.mjs (a304036)
Code Refactoring
  • test: switch example app test config files to ts (e61f1ff)

DEPRECATIONS

Importing setup-jest.js/setup-jest.mjs directly is deprecated. The files will be removed in the future.

Please use setupZoneTestEnv function instead. Example:

For CJS

// setup-jest.ts
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/zone';

setupZoneTestEnv();

For ESM

// setup-jest.ts
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/zone/index.mjs';

setupZoneTestEnv();

See more at https://thymikee.github.io/jest-preset-angular/docs/getting-started/test-environment

14.2.4 (2024-09-12)

Bug Fixes
  • build: ensure build step runs before publishing (3a602db)

14.2.3 (2024-09-12)

Bug Fixes
  • fix(transformers): handle template literals in styles or styleUrl property (03cae4c), closes #​2735

14.2.2 (2024-07-31)

Bug Fixes
  • fix: publish correct build assets, closes #​2641

14.2.1 (2024-07-30)

Bug Fixes
  • fix: load ts lib files to properly transform constructor for isolatedModules: true (31e78b1)

14.2.0 (2024-07-22)

Features
Code Refactoring
  • refactor(compiler): replace copied codes from ts source with public API (ad7a297)
  • refactor(serializers): improve codes for snapshot serializer (047f09a)
  • refactor(serializers): use proper ts types for ng-snapshot (3ce21cd)

14.1.1 (2024-06-19)

Features

v14.5.2

Compare Source

Bug Fixes

v14.5.1

Compare Source

Bug Fixes

v14.5.0

Compare Source

Bug Fixes
  • fix(serializers): generated id="root{n}" should be removed (a6b908f)
Code Refactoring
  • refactor: drop support for jsdom <22 (da9cb15)
  • refactor: drop support for typescript <5.4 (873ab73)
  • refactor: drop support for Angular <17 (3a60492)
  • refactor: drop support for Node.js <18 (aeef774)
  • refactor: remove defaults and defaults-esm presets (94dd3b1)
  • refactor: remove setup-jest files (6bf89a4)
  • refactor: remove global setup script with ngcc (35819c9)
BREAKING CHANGES
  • Snapshot generation is affected by (a6b908f). One should update component snapshots via -u Jest CLI option. Since this change only removes the root id, it shouldn't affect the quality of snapshots in general.
  • The supported NodeJs versions are ^18.19.1 || ^20.11.1 || >=22.0.0.
  • The minimum supported version for Angular is 18 following Angular support policy https://angular.dev/reference/releases#actively-supported-versions
  • The minimum supported version for jsdom is 22
  • The minimum supported version of TypeScript is 5.5 following the support version from Angular 18
  • Running ngcc is not required for Angular 16+ project
  • Use createCjsPreset as a replacement for defaults preset
  • Use createEsmPreset as a replacement for defaults-esm preset
  • Use setupZoneTestEnv as a replacement for zone test environment setup
  • Use setupZonelessTestEnv as a replacement for zoneless test environment setup

14.5.4 (2025-03-31)

Bug Fixes
  • fix: warn when using both isolatedModules and emitDecoratorMetadata #​3029 (51db8f4)
  • update dependency ts-jest to v29.3.0 (1d8415d)

14.5.3 (2025-02-24)

Bug Fixes
  • build: update bundle jit_transform.js, closes #​2979

14.5.2 (2025-02-21)

Bug Fixes

14.5.1 (2025-01-25)

Bug Fixes

14.5.0 (2025-01-10)

Features
Code Refactoring
  • refactor: add type for serializers/index.ts (dd64d78)
DEPRECATIONS
  • refactor: deprecate defaultTransformerOptions in presets (99d3112)
  • refactor: deprecate ngcc util via globalSetup (edeaa3f)

14.4.2 (2024-12-03)

Bug Fixes

14.4.1 (2024-11-28)

Bug Fixes
  • fix: remove @angular-devkit/build-angular from peerDependencies (2f6bc3d)

14.4.0 (2024-11-27)

Features
  • feat: add preset creator functions (552922e)
  • feat: add support for Angular 19 (4a73245)
Code Refactoring
  • refactor: use createCjsPreset function for jest-preset.js (9d18d0f)
  • refactor: deprecate legacy presets (8da5630)
DEPRECATIONS

14.3.3 (2024-11-22)

Features
  • feat: support configuring zoneless test env for CJS (7a270b1)

14.3.2 (2024-11-20)

Bug Fixes
  • fix: include version from package.json into cache key (de02c79), closes #​2844

14.3.1 (2024-11-18)

Documentation
  • docs: simplify README.md about installation and configuration (79ea18b)

14.3.0 (2024-11-15)

Features
  • feat: add new setup test env functions setupZoneTestEnv and setupZonelessTestEnv (21c0238), closes #​354 #​2755
  • feat: build package with type definitions (a269daa)
  • feat: deprecate setup-jest.js and setup-jest.mjs (a304036)
Code Refactoring
  • test: switch example app test config files to ts (e61f1ff)

DEPRECATIONS

Importing setup-jest.js/setup-jest.mjs directly is deprecated. The files will be removed in the future.

Please use setupZoneTestEnv function instead. Example:

For CJS

// setup-jest.ts
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/zone';

setupZoneTestEnv();

For ESM

// setup-jest.ts
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/zone/index.mjs';

setupZoneTestEnv();

See more at https://thymikee.github.io/jest-preset-angular/docs/getting-started/test-environment

14.2.4 (2024-09-12)

Bug Fixes
  • build: ensure build step runs before publishing (3a602db)

14.2.3 (2024-09-12)

Bug Fixes
  • fix(transformers): handle template literals in styles or styleUrl property (03cae4c), closes #​2735

14.2.2 (2024-07-31)

Bug Fixes
  • fix: publish correct build assets, closes #​2641

14.2.1 (2024-07-30)

Bug Fixes
  • fix: load ts lib files to properly transform constructor for isolatedModules: true (31e78b1)

14.2.0 (2024-07-22)

Features
Code Refactoring
  • refactor(compiler): replace copied codes from ts source with public API (ad7a297)
  • refactor(serializers): improve codes for snapshot serializer (047f09a)
  • refactor(serializers): use proper ts types for ng-snapshot (3ce21cd)

14.1.1 (2024-06-19)

Features

v14.4.2

Compare Source

Bug Fixes

v14.4.1

Compare Source

Bug Fixes
  • fix: remove @angular-devkit/build-angular from peerDependencies (2f6bc3d)

v14.4.0

Compare Source

Features
  • feat: add preset creator functions (552922e)
  • feat: add support for Angular 19 (4a73245)
Code Refactoring
  • refactor: use createCjsPreset function for jest-preset.js (9d18d0f)
  • refactor: deprecate legacy presets (8da5630)
DEPRECATIONS

v14.3.3

Compare Source

Bug Fixes
  • fix(serializers): generated id="root{n}" should be removed (a6b908f)
Code Refactoring
  • refactor: drop support for jsdom <22 (da9cb15)
  • refactor: drop support for typescript <5.4 (873ab73)
  • refactor: drop support for Angular <17 (3a60492)
  • refactor: drop support for Node.js <18 (aeef774)
  • refactor: remove defaults and defaults-esm presets (94dd3b1)
  • refactor: remove setup-jest files (6bf89a4)
  • refactor: remove global setup script with ngcc (35819c9)
BREAKING CHANGES
  • Snapshot generation is affected by (a6b908f). One should update component snapshots via -u Jest CLI option. Since this change only removes the root id, it shouldn't affect the quality of snapshots in general.
  • The supported NodeJs versions are ^18.19.1 || ^20.11.1 || >=22.0.0.
  • The minimum supported version for Angular is 18 following Angular support policy https://angular.dev/reference/releases#actively-supported-versions
  • The minimum supported version for jsdom is 22
  • The minimum supported version of TypeScript is 5.5 following the support version from Angular 18
  • Running ngcc is not required for Angular 16+ project
  • Use createCjsPreset as a replacement for defaults preset
  • Use createEsmPreset as a replacement for defaults-esm preset
  • Use setupZoneTestEnv as a replacement for zone test environment setup
  • Use setupZonelessTestEnv as a replacement for zoneless test environment setup

14.5.4 (2025-03-31)

Bug Fixes
  • fix: warn when using both isolatedModules and emitDecoratorMetadata #​3029 (51db8f4)
  • update dependency ts-jest to v29.3.0 (1d8415d)

14.5.3 (2025-02-24)

Bug Fixes
  • build: update bundle jit_transform.js, closes #​2979

14.5.2 (2025-02-21)

Bug Fixes

14.5.1 (2025-01-25)

Bug Fixes

14.5.0 (2025-01-10)

Features
Code Refactoring
  • refactor: add type for serializers/index.ts (dd64d78)
DEPRECATIONS
  • refactor: deprecate defaultTransformerOptions in presets (99d3112)
  • refactor: deprecate ngcc util via globalSetup (edeaa3f)

14.4.2 (2024-12-03)

Bug Fixes

14.4.1 (2024-11-28)

Bug Fixes
  • fix: remove @angular-devkit/build-angular from peerDependencies (2f6bc3d)

14.4.0 (2024-11-27)

Features
  • feat: add preset creator functions (552922e)
  • feat: add support for Angular 19 (4a73245)
Code Refactoring
  • refactor: use createCjsPreset function for jest-preset.js (9d18d0f)
  • refactor: deprecate legacy presets (8da5630)
DEPRECATIONS

14.3.3 (2024-11-22)

Features
  • feat: support configuring zoneless test env for CJS (7a270b1)

14.3.2 (2024-11-20)

Bug Fixes
  • fix: include version from package.json into cache key (de02c79), closes #​2844

14.3.1 (2024-11-18)

Documentation
  • docs: simplify README.md about installation and configuration (79ea18b)

14.3.0 (2024-11-15)

Features
  • feat: add new setup test env functions setupZoneTestEnv and setupZonelessTestEnv (21c0238), closes #​354 #​2755
  • feat: build package with type definitions (a269daa)
  • feat: deprecate setup-jest.js and setup-jest.mjs (a304036)
Code Refactoring
  • test: switch example app test config files to ts (e61f1ff)

DEPRECATIONS

Importing setup-jest.js/setup-jest.mjs directly is deprecated. The files will be removed in the future.

Please use setupZoneTestEnv function instead. Example:

For CJS

// setup-jest.ts
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/zone';

setupZoneTestEnv();

For ESM

// setup-jest.ts
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/zone/index.mjs';

setupZoneTestEnv();

See more at https://thymikee.github.io/jest-preset-angular/docs/getting-started/test-environment

14.2.4 (2024-09-12)

Bug Fixes
  • build: ensure build step runs before publishing (3a602db)

14.2.3 (2024-09-12)

Bug Fixes
  • fix(transformers): handle template literals in styles or styleUrl property (03cae4c), closes #​2735

14.2.2 (2024-07-31)

Bug Fixes
  • fix: publish correct build assets, closes #​2641

14.2.1 (2024-07-30)

Bug Fixes
  • fix: load ts lib files to properly transform constructor for isolatedModules: true (31e78b1)

14.2.0 (2024-07-22)

Features
Code Refactoring
  • refactor(compiler): replace copied codes from ts source with public API (ad7a297)
  • refactor(serializers): improve codes for snapshot serializer (047f09a)
  • refactor(serializers): use proper ts types for ng-snapshot (3ce21cd)

14.1.1 (2024-06-19)

Features

v14.3.2

Compare Source

Bug Fixes
  • fix(serializers): generated id="root{n}" should be removed (a6b908f)
Code Refactoring
  • refactor: drop support for jsdom <22 (da9cb15)
  • refactor: drop support for typescript <5.4 (873ab73)
  • refactor: drop support for Angular <17 (3a60492)
  • refactor: drop support for Node.js <18 (aeef774)
  • refactor: remove defaults and defaults-esm presets (94dd3b1)
  • refactor: remove setup-jest files (6bf89a4)
  • refactor: remove global setup script with ngcc (35819c9)
BREAKING CHANGES
  • Snapshot generation is affected by (a6b908f). One should update component snapshots via -u Jest CLI option. Since this change only removes the root id, it shouldn't affect the quality of snapshots in general.
  • The supported NodeJs versions are ^18.19.1 || ^20.11.1 || >=22.0.0.
  • The minimum supported version for Angular is 18 following Angular support policy https://angular.dev/reference/releases#actively-supported-versions
  • The minimum supported version for jsdom is 22
  • The minimum supported version of TypeScript is 5.5 following the support version from Angular 18
  • Running ngcc is not required for Angular 16+ project
  • Use createCjsPreset as a replacement for defaults preset
  • Use createEsmPreset as a replacement for defaults-esm preset
  • Use setupZoneTestEnv as a replacement for zone test environment setup
  • Use setupZonelessTestEnv as a replacement for zoneless test environment setup

14.5.4 (2025-03-31)

Bug Fixes
  • fix: warn when using both isolatedModules and emitDecoratorMetadata #​3029 (51db8f4)
  • update dependency ts-jest to v29.3.0 (1d8415d)

14.5.3 (2025-02-24)

Bug Fixes
  • build: update bundle jit_transform.js, closes #​2979

14.5.2 (2025-02-21)

Bug Fixes

14.5.1 (2025-01-25)

Bug Fixes

14.5.0 (2025-01-10)

Features
Code Refactoring
  • refactor: add type for serializers/index.ts (dd64d78)
DEPRECATIONS
  • refactor: deprecate defaultTransformerOptions in presets (99d3112)
  • refactor: deprecate ngcc util via globalSetup (edeaa3f)

14.4.2 (2024-12-03)

Bug Fixes

14.4.1 (2024-11-28)

Bug Fixes
  • fix: remove @angular-devkit/build-angular from peerDependencies (2f6bc3d)

14.4.0 (2024-11-27)

Features
  • feat: add preset creator functions (552922e)
  • feat: add support for Angular 19 (4a73245)
Code Refactoring
  • refactor: use createCjsPreset function for jest-preset.js (9d18d0f)
  • refactor: deprecate legacy presets (8da5630)
DEPRECATIONS

14.3.3 (2024-11-22)

Features
  • feat: support configuring zoneless test env for CJS (7a270b1)

14.3.2 (2024-11-20)

Bug Fixes
  • fix: include version from package.json into cache key (de02c79), closes #​2844

14.3.1 (2024-11-18)

Documentation
  • docs: simplify README.md about installation and configuration (79ea18b)

14.3.0 (2024-11-15)

Features
  • feat: add new setup test env functions setupZoneTestEnv and setupZonelessTestEnv (21c0238), closes #​354 #​2755
  • feat: build package with type definitions (a269daa)
  • feat: deprecate setup-jest.js and setup-jest.mjs (a304036)
Code Refactoring
  • test: switch example app test config files to ts (e61f1ff)

DEPRECATIONS

Importing setup-jest.js/setup-jest.mjs directly is deprecated. The files will be removed in the future.

Please use setupZoneTestEnv function instead. Example:

For CJS

// setup-jest.ts
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/zone';

setupZoneTestEnv();

For ESM

// setup-jest.ts
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/zone/index.mjs';

setupZoneTestEnv();

See more at https://thymikee.github.io/jest-preset-angular/docs/getting-started/test-environment

14.2.4 (2024-09-12)

Bug Fixes
  • build: ensure build step runs before publishing (3a602db)

14.2.3 (2024-09-12)

Bug Fixes
  • fix(transformers): handle template literals in styles or styleUrl property (03cae4c), closes #​2735

14.2.2 (2024-07-31)

Bug Fixes
  • fix: publish correct build assets, closes #​2641

14.2.1 (2024-07-30)

Bug Fixes
  • fix: load ts lib files to properly transform constructor for isolatedModules: true (31e78b1)

14.2.0 (2024-07-22)

Features
Code Refactoring
  • refactor(compiler): replace copied codes from ts source with public API (ad7a297)
  • refactor(serializers): improve codes for snapshot serializer (047f09a)
  • refactor(serializers): use proper ts types for ng-snapshot (3ce21cd)

14.1.1 (2024-06-19)

Features

v14.3.1

Compare Source

Documentation
  • docs: simplify README.md about installation and configuration (79ea18b)

v14.3.0

Compare Source

Features
  • feat: add new setup test env functions setupZoneTestEnv and setupZonelessTestEnv (21c0238), closes #​354 #​2755
  • feat: build package with type definitions (a269daa)
  • feat: deprecate setup-jest.js and setup-jest.mjs (a304036)
Code Refactoring
  • test: switch example app test config files to ts (e61f1ff)

v14.2.4

Compare Source

Bug Fixes
  • fix(serializers): generated id="root{n}" should be removed (a6b908f)
Code Refactoring
  • refactor: drop support for jsdom <22 (da9cb15)
  • refactor: drop support for typescript <5.4 (873ab73)
  • refactor: drop support for Angular <17 (3a60492)
  • refactor: drop support for Node.js <18 (aeef774)
  • refactor: remove defaults and defaults-esm presets (94dd3b1)
  • refactor: remove setup-jest files (6bf89a4)
  • refactor: remove global setup script with ngcc (35819c9)
BREAKING CHANGES
  • Snapshot generation is affected by (a6b908f). One should update component snapshots via -u Jest CLI option. Since this change only removes the root id, it shouldn't affect the quality of snapshots in general.
  • The supported NodeJs versions are ^18.19.1 || ^20.11.1 || >=22.0.0.
  • The minimum supported version for Angular is 18 following Angular support policy https://angular.dev/reference/releases#actively-supported-versions
  • The minimum supported version for jsdom is 22
  • The minimum supported version of TypeScript is 5.5 following the support version from Angular 18
  • Running ngcc is not required for Angular 16+ project
  • Use createCjsPreset as a replacement for defaults preset
  • Use createEsmPreset as a replacement for defaults-esm preset
  • Use setupZoneTestEnv as a replacement for zone test environment setup
  • Use setupZonelessTestEnv as a replacement for zoneless test environment setup

14.5.4 (2025-03-31)

Bug Fixes
  • fix: warn when using both isolatedModules and emitDecoratorMetadata #​3029 (51db8f4)
  • update dependency ts-jest to v29.3.0 (1d8415d)

14.5.3 (2025-02-24)

Bug Fixes
  • build: update bundle jit_transform.js, closes #​2979

14.5.2 (2025-02-21)

Bug Fixes

14.5.1 (2025-01-25)

Bug Fixes

14.5.0 (2025-01-10)

Features
Code Refactoring
  • refactor: add type for serializers/index.ts (dd64d78)
DEPRECATIONS
  • refactor: deprecate defaultTransformerOptions in presets (99d3112)
  • refactor: deprecate ngcc util via globalSetup (edeaa3f)

14.4.2 (2024-12-03)

Bug Fixes

14.4.1 (2024-11-28)

Bug Fixes
  • fix: remove @angular-devkit/build-angular from peerDependencies (2f6bc3d)

14.4.0 (2024-11-27)

Features
  • feat: add preset creator function

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.

🔕 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.

@renovate renovate bot assigned C0ZEN Jan 12, 2024
@renovate renovate bot requested a review from C0ZEN January 12, 2024 08:33
Copy link
Author

renovate bot commented Jan 12, 2024

⚠ 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 error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/typescript
npm error   dev typescript@"4.1.5" from the root project
npm error   peer typescript@">=4.0 <4.2" from @angular/[email protected]
npm error   node_modules/@angular/compiler-cli
npm error     dev @angular/compiler-cli@"11.1.2" from the root project
npm error     peer @angular/compiler-cli@"^11.0.0" from @angular-devkit/[email protected]
npm error     node_modules/@angular-devkit/build-angular
npm error       dev @angular-devkit/build-angular@"0.1100.7" from the root project
npm error     1 more (ng-packagr)
npm error   2 more (ng-packagr, tslint)
npm error
npm error Could not resolve dependency:
npm error peer typescript@"~4.0.0" from @angular-devkit/[email protected]
npm error node_modules/@angular-devkit/build-angular
npm error   dev @angular-devkit/build-angular@"0.1100.7" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-05-07T08_56_03_519Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-07T08_56_03_519Z-debug-0.log

@renovate renovate bot force-pushed the renovate/jest-preset-angular-14.x branch 3 times, most recently from b213451 to 8771fc4 Compare February 16, 2024 11:00
@renovate renovate bot force-pushed the renovate/jest-preset-angular-14.x branch from 8771fc4 to 00a710a Compare May 7, 2024 08:56
@renovate renovate bot force-pushed the renovate/jest-preset-angular-14.x branch from 00a710a to 2048e44 Compare May 21, 2024 16:41
Copy link
Author

renovate bot commented May 21, 2024

⚠️ 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 warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: @angular/[email protected]
npm error node_modules/@angular/compiler-cli
npm error   dev @angular/compiler-cli@"11.1.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @angular/compiler-cli@">=15.0.0 <21.0.0" from [email protected]
npm error node_modules/jest-preset-angular
npm error   dev jest-preset-angular@"14.6.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-07-21T19_55_53_620Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-07-21T19_55_53_620Z-debug-0.log

@renovate renovate bot force-pushed the renovate/jest-preset-angular-14.x branch from 2048e44 to 2c5c4de Compare June 23, 2024 15:01
@renovate renovate bot force-pushed the renovate/jest-preset-angular-14.x branch from 2c5c4de to 26f048c Compare July 22, 2024 20:02
@renovate renovate bot force-pushed the renovate/jest-preset-angular-14.x branch 2 times, most recently from b368f56 to e68cf54 Compare July 31, 2024 13:04
@renovate renovate bot force-pushed the renovate/jest-preset-angular-14.x branch from e68cf54 to 35c5a6b Compare September 15, 2024 11:46
@renovate renovate bot force-pushed the renovate/jest-preset-angular-14.x branch 4 times, most recently from 8255af4 to 7b37c67 Compare November 22, 2024 07:57
@renovate renovate bot force-pushed the renovate/jest-preset-angular-14.x branch 3 times, most recently from 20231ba to 4dcd4dd Compare December 3, 2024 14:48
@renovate renovate bot force-pushed the renovate/jest-preset-angular-14.x branch from 4dcd4dd to 228c9ff Compare January 10, 2025 15:20
@renovate renovate bot force-pushed the renovate/jest-preset-angular-14.x branch from 228c9ff to 6ba4e5d Compare January 25, 2025 16:37
@renovate renovate bot force-pushed the renovate/jest-preset-angular-14.x branch 2 times, most recently from fd3ba15 to 7eb950e Compare February 24, 2025 16:54
@renovate renovate bot force-pushed the renovate/jest-preset-angular-14.x branch from 7eb950e to f4b3eb6 Compare March 31, 2025 23:35
@renovate renovate bot force-pushed the renovate/jest-preset-angular-14.x branch from f4b3eb6 to 21dd457 Compare April 15, 2025 16:27
@renovate renovate bot force-pushed the renovate/jest-preset-angular-14.x branch from 21dd457 to a2309f7 Compare June 2, 2025 09:31
@renovate renovate bot force-pushed the renovate/jest-preset-angular-14.x branch from a2309f7 to 678edb2 Compare July 21, 2025 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant