Skip to content

Commit 4739122

Browse files
committed
chore: bump @1stg/lib-config
1 parent 2c1a75f commit 4739122

File tree

7 files changed

+197
-164
lines changed

7 files changed

+197
-164
lines changed

.changeset/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
2+
"$schema": "https://unpkg.com/@changesets/config/schema.json",
33
"changelog": [
44
"@changesets/changelog-github",
55
{

.eslintignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
!.*.cjs
21
dist
32
lib
43
CHANGELOG.md
4+
/pnpm-*.yml
5+
!/.*.cjs
6+
!/.changeset/*.json

.eslintrc

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
},
99
"extends": [
1010
"plugin:prettier/recommended",
11+
"plugin:jsonc/recommended-with-json",
12+
"plugin:json-schema-validator/recommended",
1113
"plugin:mdx/recommended"
1214
]
1315
}

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache: pnpm
3333

3434
- name: Install Dependencies
35-
run: pnpm i --frozen-lockfile
35+
run: pnpm i
3636

3737
- name: Build, Lint and Test
3838
run: pnpm run-s build lint test typecov

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cache: pnpm
2929

3030
- name: Install Dependencies
31-
run: pnpm i --frozen-lockfile
31+
run: pnpm i
3232

3333
- name: Prerelease
3434
run: yarn prerelease

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@
103103
"synckit": "^0.7.2"
104104
},
105105
"devDependencies": {
106-
"@1stg/lib-config": "^7.2.6",
106+
"@1stg/lib-config": "^8.0.0",
107107
"@changesets/changelog-github": "^0.4.5",
108-
"@changesets/cli": "^2.23.0",
108+
"@changesets/cli": "^2.23.1",
109109
"@mozilla/glean": "^1.0.0",
110110
"@types/debug": "^4.1.7",
111111
"@types/enhanced-resolve": "^3.0.7",
112112
"@types/is-core-module": "^2.2.0",
113113
"@types/is-glob": "^4.0.2",
114-
"@types/node": "^18.0.1",
114+
"@types/node": "^18.0.3",
115115
"@types/unist": "^2.0.6",
116116
"dummy.js": "link:dummy.js",
117117
"eslint-import-resolver-typescript": "link:.",

0 commit comments

Comments
 (0)