From aa01a16eff749e6bc976fd9a10d331a306aa3db4 Mon Sep 17 00:00:00 2001 From: Miguel <274797710+fernandoesteban2408-ux@users.noreply.github.com> Date: Sat, 27 Jun 2026 07:50:04 -0600 Subject: [PATCH] Update npm packages in package-lock.json Bumps several packages in the npm-development group, including updates to @eslint/compat, @jest/globals, and others. --- package-lock.json | 245 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 244 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 06d9e8195..a890537a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,4 +1,247 @@ -{ +Bumps the npm-development group with 8 updates in the / directory: + +| Package | From | To | +| --- | --- | --- | +| [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `2.0.2` | `2.1.0` | +| [@jest/globals](https://github.com/jestjs/jest/tree/HEAD/packages/jest-globals) | `30.2.0` | `30.4.1` | +| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `29.0.0` | `29.0.3` | +| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `29.15.0` | `29.15.2` | +| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.5` | `5.5.6` | +| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.2.0` | `30.4.2` | +| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.3` | +| [rollup](https://github.com/rollup/rollup) | `4.57.1` | `4.61.0` | + + +Updates `@eslint/compat` from 2.0.2 to 2.1.0 +
+Release notes +

Sourced from @eslint/compat's releases.

+
+

compat: v2.1.0

+

2.1.0 (2026-05-08)

+

Features

+ +

migrate-config: v2.1.0

+

2.1.0 (2026-05-08)

+

Features

+ +

Dependencies

+ +

migrate-config: v2.0.7

+

2.0.7 (2026-05-01)

+

Bug Fixes

+ +

migrate-config: v2.0.6

+

2.0.6 (2026-04-08)

+

Dependencies

+ +

migrate-config: v2.0.5

+

2.0.5 (2026-04-03)

+

Dependencies

+ + +
+

... (truncated)

+
+
+Changelog +

Sourced from @eslint/compat's changelog.

+
+

2.1.0 (2026-05-08)

+

Features

+ +

2.0.5 (2026-04-08)

+

Dependencies

+ +

2.0.4 (2026-04-03)

+

Dependencies

+ +

2.0.3 (2026-03-06)

+

Dependencies

+ +
+
+
+Commits + +
+
+ +Updates `@jest/globals` from 30.2.0 to 30.4.1 +
+Release notes +

Sourced from @jest/globals's releases.

+
+

v30.4.1

+

Features

+ +

Fixes

+ +

Full Changelog: https://github.com/jestjs/jest/compare/v30.4.0...v30.4.1

+

v30.4.0

+

Big release! 😀

+

Main feature is a rewrite of our custom runtime in preparation for stabilisation of native support of ESM. As part of that work require(esm) module is now supported on Node 24.9+ (still requires --experimental-vm-modules like before).

+

In addition we now support fake timers for the recently released Temporal API in Node v26.

+

React 19 is also supported properly in pretty-format, meaning snapshots of React components now work like they should.

+

Due to all the changes, there might be regressions that snuck in. Please report them!

+

Full list of changes below

+

Features

+ +

Fixes

+ + +
+

... (truncated)

+
+
+Changelog +

Sourced from @jest/globals's changelog.

+
+

30.4.1

+

Features

+ +

Fixes

+ +

30.4.0

+

Features

+ +

Fixes

+