Skip to content

Commit 925e584

Browse files
authored
update dependencies across workspace (#4893)
1 parent 4304f59 commit 925e584

7 files changed

Lines changed: 433 additions & 727 deletions

File tree

.github/workflows/pre-merge.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ jobs:
3030
- name: Check dependencies alignment
3131
run: yarn check-dependencies
3232

33-
- name: Run Lint
33+
- name: Run Workspace Lint
34+
run: yarn lint
35+
36+
- name: Run Website Specific Lints
37+
working-directory: website
3438
run: yarn ci:lint
3539

3640
build:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"check-dependencies": "manypkg check"
2626
},
2727
"devDependencies": {
28-
"@eslint/css": "^0.10.0",
28+
"@eslint/css": "^0.14.1",
2929
"@eslint/js": "^9.39.1",
3030
"@manypkg/cli": "^0.25.1",
31-
"@typescript-eslint/parser": "^8.46.4",
31+
"@typescript-eslint/parser": "^8.47.0",
3232
"case-police": "^2.1.1",
3333
"eslint": "^9.39.1",
3434
"eslint-config-prettier": "^10.1.8",
@@ -40,8 +40,8 @@
4040
"husky": "^9.1.7",
4141
"prettier": "^3.6.2",
4242
"pretty-quick": "^4.2.2",
43-
"typescript": "^5.9.2",
44-
"typescript-eslint": "^8.46.4"
43+
"typescript": "^5.9.3",
44+
"typescript-eslint": "^8.47.0"
4545
},
4646
"packageManager": "yarn@4.11.0"
4747
}

packages/lint-examples/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@
1212
"lint": "tsc --noEmit && eslint"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.28.4",
16-
"@babel/preset-env": "^7.28.3",
15+
"@babel/core": "^7.28.5",
16+
"@babel/preset-env": "^7.28.5",
1717
"@babel/runtime": "^7.28.4",
18-
"@eslint/compat": "^1.3.2",
19-
"@react-native-community/slider": "^4.5.7",
20-
"@react-native/babel-preset": "^0.81.1",
21-
"@react-native/eslint-config": "^0.81.1",
22-
"@react-native/eslint-plugin": "^0.81.1",
23-
"@react-native/typescript-config": "^0.81.1",
24-
"@types/react": "^19.1.13",
18+
"@eslint/compat": "^2.0.0",
19+
"@react-native-community/slider": "^5.1.1",
20+
"@react-native/babel-preset": "^0.82.1",
21+
"@react-native/eslint-config": "^0.82.1",
22+
"@react-native/eslint-plugin": "^0.82.1",
23+
"@react-native/typescript-config": "^0.82.1",
24+
"@types/react": "^19.1.17",
2525
"eslint": "^9.39.1",
2626
"eslint-plugin-eslint-comments": "^3.2.0",
27-
"eslint-plugin-jest": "^29.0.1",
27+
"eslint-plugin-jest": "^29.2.0",
2828
"eslint-plugin-react": "^7.37.5",
29-
"glob": "^11.1.0",
29+
"glob": "^13.0.0",
3030
"prettier": "^3.6.2",
3131
"react": "^19.1.1",
32-
"react-native": "^0.81.4",
33-
"react-native-safe-area-context": "^5.6.1",
34-
"typescript": "^5.9.2"
32+
"react-native": "^0.82.1",
33+
"react-native-safe-area-context": "^5.6.2",
34+
"typescript": "^5.9.3"
3535
}
3636
}

plugins/remark-lint-no-dead-urls/package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@
1818
"test": "yarn node --experimental-vm-modules $(yarn bin jest)"
1919
},
2020
"dependencies": {
21-
"got": "^14.6.3",
22-
"unified-lint-rule": "^3.0.0",
23-
"unist-util-visit": "^5.0.0"
21+
"got": "^14.6.4",
22+
"unified-lint-rule": "^3.0.1",
23+
"unist-util-visit": "^5.0.0",
24+
"vfile": "^6.0.3"
2425
},
2526
"devDependencies": {
26-
"dedent": "^1.5.3",
27-
"jest": "^29.4.3",
27+
"@types/mdast": "^4.0.4",
28+
"dedent": "^1.7.0",
29+
"jest": "^29.7.0",
2830
"remark": "^15.0.1"
2931
}
3032
}

plugins/remark-snackplayer/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,16 @@
2020
"test": "yarn tape tests/index.ts"
2121
},
2222
"dependencies": {
23-
"dedent": "^1.5.3",
24-
"object.fromentries": "^2.0.3",
23+
"dedent": "^1.7.0",
24+
"object.fromentries": "^2.0.8",
2525
"unist-util-visit-parents": "^3.1.1"
2626
},
2727
"devDependencies": {
28+
"@types/mdast": "^4.0.4",
2829
"@types/object.fromentries": "^2.0.4",
2930
"@types/tape": "^5.8.1",
3031
"remark": "^15.0.1",
31-
"remark-mdx": "^3.1.0",
32-
"tape": "^5.7.0"
32+
"remark-mdx": "^3.1.1",
33+
"tape": "^5.9.0"
3334
}
3435
}

website/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"lint:markdown:links": "remark ../docs --quiet -r .remarkrc.withBrokenLinks.mjs",
3131
"language:lint": "cd ../ && alex",
3232
"language:lint:versioned": "cd ../ && alex .",
33-
"ci:lint": "yarn lint && yarn lint:examples && yarn language:lint:versioned && yarn lint:markdown:images && prettier --check src/**/*.scss",
33+
"ci:lint": "yarn lint:examples && yarn language:lint:versioned && yarn lint:markdown:images && prettier --check src/**/*.scss",
3434
"pwa:generate": "npx pwa-asset-generator ./static/img/header_logo.svg ./static/img/pwa --padding '40px' --background 'rgb(32, 35, 42)' --icon-only --opaque true",
3535
"update-redirects": "node ../scripts/src/update-redirects.ts"
3636
},
@@ -64,13 +64,13 @@
6464
"@react-native-website/lint-examples": "*",
6565
"@signalwire/docusaurus-plugin-llms-txt": "^1.2.2",
6666
"@types/google.analytics": "^0.0.46",
67-
"@types/react": "^19.1.13",
67+
"@types/react": "^19.1.17",
6868
"alex": "^11.0.1",
6969
"eslint": "^9.39.1",
70-
"glob": "^11.1.0",
70+
"glob": "^13.0.0",
7171
"prettier": "^3.6.2",
7272
"remark-cli": "^12.0.1",
73-
"sass": "1.94.0",
74-
"typescript": "^5.9.2"
73+
"sass": "1.94.2",
74+
"typescript": "^5.9.3"
7575
}
7676
}

0 commit comments

Comments
 (0)