Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Commit 201fd1c

Browse files
committed
chore: upgrading dependencies
1 parent 88dd03e commit 201fd1c

11 files changed

Lines changed: 1764 additions & 6394 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
run: npm ci
6060

6161
- name: 🚚 Npm Publish
62-
run: npm publish
62+
run: npm publish --tag latest

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20
1+
v24

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
"lib/src/**/*"
4040
],
4141
"devDependencies": {
42-
"@eslint/js": "^9.9.1",
42+
"@eslint/js": "^9.35.0",
4343
"@types/eslint__js": "^8.42.3",
4444
"@types/jest": "^30.0.0",
45-
"@types/node": "^24.0.1",
46-
"eslint": "^9.9.1",
45+
"@types/node": "^24.3.1",
46+
"eslint": "^9.35.0",
4747
"eslint-plugin-jest": "^29.0.1",
4848
"rimraf": "^6.0.1",
49-
"ts-jest": "^29.2.5",
49+
"ts-jest": "^29.4.1",
5050
"ts-node": "^10.9.1",
51-
"typescript": "^5.2.2",
52-
"typescript-eslint": "^8.4.0"
51+
"typescript": "^5.9.2",
52+
"typescript-eslint": "^8.42.0"
5353
}
5454
}

test/mcattributes/__snapshots__/getOrAdd.test.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[`MCAttributes given two mcattributes, can be merged 1`] = `
44
{

test/mcattributes/__snapshots__/merge.test.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[`MCAttributes given two mcattributes, can be merged 1`] = `
44
{

test/mcattributes/__snapshots__/parse.test.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[` 1`] = `
44
{

test/mcdefinitions/__snapshots__/parse.test.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[`MCDefinition load file2 1`] = `
44
{

test/mcignore/__snapshots__/parse.test.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[`MCIgnore load file2 1`] = `
44
{

test/project/__snapshots__/is.test.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[`MCProject is async p1 1`] = `
44
{

0 commit comments

Comments
 (0)