Skip to content

Commit 6adf42d

Browse files
authored
meta: update all npm dependencies (#833)
1 parent b8c4f10 commit 6adf42d

File tree

28 files changed

+28280
-19093
lines changed

28 files changed

+28280
-19093
lines changed

.eslintrc.cjs

Lines changed: 0 additions & 73 deletions
This file was deleted.
File renamed without changes.

.github/workflows/draft.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- uses: actions/checkout@v6
2121
- uses: actions/setup-node@v6
2222
with:
23-
node-version: 20.x
23+
node-version: 24.x
2424
cache: yarn
25-
- run: yarn install --frozen-lockfile
25+
- run: yarn install --immutable
2626
- run: yarn test:format
2727
- run: yarn test:typings
2828
- run: yarn sync
@@ -35,8 +35,8 @@ jobs:
3535
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
3636
shell: bash
3737
run: |
38-
yarn netlify deploy --dir build --message '${{ github.event.commits[0].message }}' > log.tmp.txt 2>&1
39-
cat log.tmp.txt | grep -E 'Website draft URL:' > log.txt
38+
yarn netlify deploy --dir build --json --message '${{ github.event.commits[0].message }}' > log.tmp.txt 2>&1
39+
cat log.tmp.txt | jq -r '"🚀 [Website draft URL](\(.deploy_url))\n📋 [Deployment logs](\(.logs))"' > log.txt
4040
- name: Read deployment log
4141
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref, 'refs/heads/renovate') }}
4242
id: logs

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
- uses: actions/checkout@v6
1616
- uses: actions/setup-node@v6
1717
with:
18-
node-version: 20.x
19-
cache: yarn
20-
- run: yarn install --frozen-lockfile
18+
node-version: 24.x
19+
- run: yarn install --immutable
2120
- run: yarn test:format
2221
- run: yarn test:typings
2322
- run: yarn sync

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,17 @@
2121
.env.development.local
2222
.env.test.local
2323
.env.production.local
24-
.idea
2524

2625
npm-debug.log*
2726
yarn-debug.log*
2827
yarn-error.log*
28+
29+
.yarn/*
30+
!.yarn/patches
31+
!.yarn/plugins
32+
!.yarn/releases
33+
!.yarn/sdks
34+
!.yarn/versions
35+
36+
# Local Netlify folder
37+
.netlify

.idea/.gitignore

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jsLinters/eslint.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/prettier.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.yarn/releases/yarn-4.13.0.cjs

Lines changed: 940 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-4.13.0.cjs

0 commit comments

Comments
 (0)