Skip to content

Commit 9f4f213

Browse files
authored
chore: bump all (dev) deps (#282)
chore: bump `unrs-resolver` to v1.4.1
1 parent 56d0f3b commit 9f4f213

File tree

5 files changed

+164
-202
lines changed

5 files changed

+164
-202
lines changed

.changeset/blue-bags-film.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-import-x": patch
3+
---
4+
5+
chore: bump `unrs-resolver` to v1.4.1

.github/workflows/codeql.yml

-44
This file was deleted.

.github/workflows/pkg-pr-new.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Publish Any Commit
2+
23
on:
34
- push
45
- pull_request

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1212
},
1313
"main": "lib/index.cjs",
14+
"types": "index.d.cts",
1415
"module": "lib/index.js",
1516
"exports": {
1617
".": {
@@ -33,7 +34,6 @@
3334
"./package.json": "./package.json",
3435
"./*": "./lib/*.js"
3536
},
36-
"types": "index.d.cts",
3737
"files": [
3838
"index.d.cts",
3939
"lib",
@@ -70,7 +70,7 @@
7070
"eslint": "^8.57.0 || ^9.0.0"
7171
},
7272
"dependencies": {
73-
"@pkgr/core": "^0.2.0",
73+
"@pkgr/core": "^0.2.1",
7474
"@types/doctrine": "^0.0.9",
7575
"@typescript-eslint/utils": "^8.29.0",
7676
"debug": "^4.4.0",
@@ -82,13 +82,13 @@
8282
"semver": "^7.7.1",
8383
"stable-hash": "^0.0.5",
8484
"tslib": "^2.8.1",
85-
"unrs-resolver": "^1.3.3"
85+
"unrs-resolver": "^1.4.1"
8686
},
8787
"devDependencies": {
8888
"@1stg/commitlint-config": "^5.0.4",
89-
"@1stg/lint-staged": "^4.0.7",
90-
"@1stg/prettier-config": "^4.0.7",
91-
"@1stg/remark-preset": "^3.0.2",
89+
"@1stg/lint-staged": "^4.0.8",
90+
"@1stg/prettier-config": "^5.0.0",
91+
"@1stg/remark-preset": "^3.0.3",
9292
"@1stg/simple-git-hooks": "^1.0.2",
9393
"@1stg/tsconfig": "^3.0.2",
9494
"@angular-eslint/template-parser": "^19.3.0",
@@ -106,7 +106,7 @@
106106
"@commitlint/cli": "^19.8.0",
107107
"@eslint/import-test-order-redirect-scoped": "link:./test/fixtures/order-redirect-scoped",
108108
"@eslint/js": "^9.24.0",
109-
"@pkgr/rollup": "^6.0.1",
109+
"@pkgr/rollup": "^6.0.2",
110110
"@swc-node/jest": "^1.8.13",
111111
"@swc/core": "^1.11.16",
112112
"@swc/helpers": "^0.5.15",
@@ -142,7 +142,7 @@
142142
"eslint-plugin-unicorn": "^58.0.0",
143143
"eslint-plugin-yml": "^1.17.0",
144144
"eslint8.56": "npm:eslint@~8.56.0",
145-
"eslint9": "npm:eslint@^9.23.0",
145+
"eslint9": "npm:eslint@^9.24.0",
146146
"globals": "^16.0.0",
147147
"hermes-eslint": "^0.27.0",
148148
"jest": "^30.0.0-alpha.7",

0 commit comments

Comments
 (0)