Skip to content

Commit 81c3c43

Browse files
build(deps-dev): bump jest from 29.7.0 to 30.0.5 (#243)
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.7.0 to 30.0.5. - [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.0.5/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.0.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: CD Cabrera <cabrera.code@gmail.com>
1 parent c02faf0 commit 81c3c43

12 files changed

Lines changed: 7978 additions & 5227 deletions

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"eslint-plugin-jsdoc": "^50.7.1",
126126
"eslint-plugin-n": "^17.20.0",
127127
"eslint-plugin-prettier": "^5.5.1",
128-
"jest": "^29.7.0",
128+
"jest": "^30.0.5",
129129
"jsdoc-to-markdown": "^9.1.1",
130130
"lodash": "^4.17.21",
131131
"npm-check-updates": "^18.0.1",

src/__tests__/__snapshots__/dotenv.test.js.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[`dotenv should attempt to load and instantiate the dotenv-webpack package: setupWebpackDotenvFile 1`] = `
44
Dotenv {

src/__tests__/__snapshots__/global.test.js.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[`Global should attempt to run commands: createFile 1`] = `"<execSync>["echo \\"lorem ipsum\\""]</execSync>"`;
44

src/__tests__/__snapshots__/index.test.js.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[`weldable should return specific properties: specific properties 1`] = `
44
{

src/__tests__/__snapshots__/logger.test.js.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[`Logger should allow multiple console methods: error 1`] = `
44
[

src/__tests__/__snapshots__/standalone.test.js.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[`standalone should attempt to createStandaloneBabelConfig for js loaders: file does not exist 1`] = `
44
{

src/__tests__/__snapshots__/ts.test.js.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[`Typescript should create a basic tsconfig: basic 1`] = `
44
{

src/__tests__/__snapshots__/wp.test.js.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[`webpack should create a basic webpack config: basic configurations 1`] = `
44
{

src/__tests__/__snapshots__/wpConfigs.test.js.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[`webpackConfigs should return a common configuration object: common dev and prod hashes, code snapshots 1`] = `
44
[

0 commit comments

Comments
 (0)