Skip to content

Commit 7d89b50

Browse files
authored
Merge pull request #44 from joshuajaco/maintenance
Maintenance
2 parents 7679728 + 356aa6a commit 7d89b50

File tree

5 files changed

+376
-372
lines changed

5 files changed

+376
-372
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest, windows-latest]
13-
node-version: [20.19.2, 22.15.1]
13+
node-version: [20.19.6, 22.21.1, 24.12.0]
1414
steps:
1515
- name: Set git to use LF
1616
run: |
1717
git config --global core.autocrlf false
1818
git config --global core.eol lf
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- uses: pnpm/action-setup@v4
21-
- uses: actions/setup-node@v4
21+
- uses: actions/setup-node@v6
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
cache: "pnpm"

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 22.15.1
1+
nodejs 24.12.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ export default [
8080

8181
| | | Name | Description |
8282
| --- | --- | ------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
83-
|| 🔧 | [no-absolute-imports](https://github.com/joshuajaco/eslint-plugin-workspaces/blob/main/docs/rules/no-absolute-imports.md) | disallow absolute imports for files that are within the current package |
83+
| | 🔧 | [no-absolute-imports](https://github.com/joshuajaco/eslint-plugin-workspaces/blob/main/docs/rules/no-absolute-imports.md) | disallow absolute imports for files that are within the current package |
8484
| | | [no-cross-imports](https://github.com/joshuajaco/eslint-plugin-workspaces/blob/main/docs/rules/no-cross-imports.md) | disallow imports of files that are inside another package |
85-
|| 🔧 | [no-relative-imports](https://github.com/joshuajaco/eslint-plugin-workspaces/blob/main/docs/rules/no-relative-imports.md) | disallow relative imports of files that are outside of the current package |
86-
|| | [require-dependency](https://github.com/joshuajaco/eslint-plugin-workspaces/blob/main/docs/rules/require-dependency.md) | disallow importing from packages that are not listed as a dependency |
85+
| | 🔧 | [no-relative-imports](https://github.com/joshuajaco/eslint-plugin-workspaces/blob/main/docs/rules/no-relative-imports.md) | disallow relative imports of files that are outside of the current package |
86+
| | | [require-dependency](https://github.com/joshuajaco/eslint-plugin-workspaces/blob/main/docs/rules/require-dependency.md) | disallow importing from packages that are not listed as a dependency |
8787

8888
## Presets
8989

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
"find-workspaces": "^0.3.1"
4040
},
4141
"devDependencies": {
42-
"@eslint/js": "^9.27.0",
43-
"eslint": "^9.27.0",
44-
"eslint-config-prettier": "^10.1.5",
45-
"eslint-plugin-eslint-plugin": "^6.4.0",
46-
"eslint-plugin-n": "^17.18.0",
42+
"@eslint/js": "^9.39.2",
43+
"eslint": "^9.39.2",
44+
"eslint-config-prettier": "^10.1.8",
45+
"eslint-plugin-eslint-plugin": "^6.5.0",
46+
"eslint-plugin-n": "^17.23.1",
4747
"eslint8": "npm:[email protected]",
48-
"globals": "^16.1.0",
49-
"mocha": "^11.3.0",
48+
"globals": "^16.5.0",
49+
"mocha": "^11.7.5",
5050
"nyc": "^17.1.0",
51-
"prettier": "^3.5.3",
51+
"prettier": "^3.7.4",
5252
"sinon": "^20.0.0"
5353
},
54-
"packageManager": "pnpm@10.11.0"
54+
"packageManager": "pnpm@10.25.0"
5555
}

0 commit comments

Comments
 (0)