Skip to content

Commit e6e0823

Browse files
chore: small update
1 parent 4512ceb commit e6e0823

File tree

5 files changed

+295
-125
lines changed

5 files changed

+295
-125
lines changed

.github/actions/prepare/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
node-version:
66
required: false
77
description: "`node-version` passed to `actions/setup-node`."
8-
default: latest
8+
default: v18
99

1010
runs:
1111
using: "composite"

.github/workflows/sync-labels.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,21 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- .github/labels.yml
79
workflow_dispatch:
810

11+
permissions:
12+
pull-requests: write
13+
914
jobs:
1015
build:
1116
runs-on: ubuntu-latest
1217
steps:
1318
- uses: actions/checkout@v3
1419

1520
- uses: micnncim/action-label-syncer@v1
21+
with:
22+
manifest: .github/labels.yml
1623
env:
1724
GITHUB_TOKEN: ${{ github.token }}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@typescript-eslint/utils": "^6.0.0",
7575
"deepmerge-ts": "^5.1.0",
7676
"escape-string-regexp": "^4.0.0",
77-
"is-immutable-type": "^1.2.9",
77+
"is-immutable-type": "^2.0.0",
7878
"semver": "^7.5.4",
7979
"ts-api-utils": "^1.0.1"
8080
},
@@ -87,7 +87,7 @@
8787
"@cspell/dict-cryptocurrencies": "3.0.1",
8888
"@google/semantic-release-replace-plugin": "1.2.0",
8989
"@istanbuljs/nyc-config-typescript": "1.0.2",
90-
"@rebeccastevens/eslint-config": "1.7.8",
90+
"@rebeccastevens/eslint-config": "2.0.0",
9191
"@rollup/plugin-commonjs": "25.0.2",
9292
"@rollup/plugin-json": "6.0.0",
9393
"@rollup/plugin-typescript": "11.1.2",
@@ -110,8 +110,8 @@
110110
"commitizen": "4.3.0",
111111
"conventional-commit-types": "3.0.0",
112112
"cspell": "6.31.1",
113-
"dedent": "1.0.1",
114-
"eslint": "8.44.0",
113+
"dedent": "1.0.2",
114+
"eslint": "8.45.0",
115115
"eslint-config-prettier": "8.8.0",
116116
"eslint-doc-generator": "1.4.3",
117117
"eslint-import-resolver-typescript": "3.5.5",
@@ -127,7 +127,7 @@
127127
"eslint-plugin-promise": "6.1.1",
128128
"eslint-plugin-sonarjs": "0.19.0",
129129
"eslint-plugin-unicorn": "47.0.0",
130-
"espree": "9.6.0",
130+
"espree": "9.6.1",
131131
"husky": "8.0.3",
132132
"knip": "2.15.5",
133133
"lint-staged": "13.2.3",

0 commit comments

Comments
 (0)