Skip to content

Commit 25cbf76

Browse files
dependabot[bot]neilime
authored andcommitted
build(deps): bump the npm-jest-dependencies group with 2 updates
Bumps the npm-jest-dependencies group with 2 updates: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom). Updates `jest` from 30.0.5 to 30.1.1 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.1.1/packages/jest) Updates `jest-environment-jsdom` from 30.0.5 to 30.1.1 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.1.1/packages/jest-environment-jsdom) --- updated-dependencies: - dependency-name: jest dependency-version: 30.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-jest-dependencies - dependency-name: jest-environment-jsdom dependency-version: 30.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-jest-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent 463983e commit 25cbf76

File tree

10 files changed

+269
-269
lines changed

10 files changed

+269
-269
lines changed

package-lock.json

Lines changed: 260 additions & 260 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/src/install/__snapshots__/command.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Install command should run fresh installation without error 1`] = `
44
"Installing ts-dev-tools...

packages/core/src/install/migrations/__snapshots__/20201024173398-init.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Migration 20201024173398-init Up should apply migration 1`] = `
44
{

packages/core/src/install/migrations/__snapshots__/20220617100200-prettier-cache.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Migration 20220617100200-prettier-cache Up should apply migration 1`] = `
44
{

packages/core/src/install/migrations/__snapshots__/20240329200200-eslint-ignore.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Migration 20240329200200-eslint-ignore Up should apply migration 1`] = `
44
{

packages/core/src/install/migrations/__snapshots__/20240412185500-eslint-config.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Migration 20240412185500-eslint-config Up should apply migration 1`] = `
44
{

packages/core/src/install/migrations/__snapshots__/20240617094000-config-nx-scopes.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Migration 20240617094000-config-nx-scopes Up should apply migration 1`] = `
44
{

packages/core/src/services/__snapshots__/DuplicateDependenciesService.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`DuplicateDependenciesService executeDeduplication should duplicate dependencies when project has duplicates dev dependencies 1`] = `
44
"Checking for duplicate dev dependencies...

packages/react/src/install/migrations/__snapshots__/20201111162698-init.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Migration 20201111162698-init Up should apply migration 1`] = `
44
{

packages/react/src/install/migrations/__snapshots__/20240412185501-eslint-config.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Migration 20240412185501-eslint-config Up should apply migration 1`] = `
44
{

0 commit comments

Comments
 (0)