Skip to content

Commit 01aec9f

Browse files
committed
chore: hourcekeeping, bump all (dev) deps
1 parent c894d76 commit 01aec9f

File tree

34 files changed

+7881
-6986
lines changed

34 files changed

+7881
-6986
lines changed

.env.yarn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
NODE_OPTIONS="--no-warnings=ESLintRCWarning"

.eslintignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

.eslintrc

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131

32-
- name: Setup target Node.js to enable Corepack
33-
uses: actions/setup-node@v4
34-
with:
35-
node-version: ${{ matrix.node }}
36-
37-
- name: Enable Corepack
38-
run: corepack enable
39-
40-
- name: Setup Node.js ${{ matrix.node }} with cache
32+
- name: Setup Node.js ${{ matrix.node }}
4133
uses: actions/setup-node@v4
4234
with:
4335
node-version: ${{ matrix.node }}

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2222
fetch-depth: 0
2323

24-
- name: Enable Corepack
25-
run: corepack enable
26-
2724
- name: Setup Node.js LTS
2825
uses: actions/setup-node@v4
2926
with:

.github/workflows/size-limit.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222

23-
- name: Enable Corepack
24-
run: corepack enable
25-
2623
- name: Setup Node.js LTS
2724
uses: actions/setup-node@v4
2825
with:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
.type-coverage
33
.yarn/*
44
!.yarn/plugins
5+
!.yarn/releases
56
lib
67
node_modules
78
*.log
9+
.npmrc

.lintstagedrc.cjs

Lines changed: 0 additions & 1 deletion
This file was deleted.

.lintstagedrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default } from '@1stg/lint-staged/tsc'

.renovaterc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"extends": [
3-
"@1stg"
3+
"github>1stG/configs"
44
]
55
}

0 commit comments

Comments
 (0)