Skip to content

Commit 614cc18

Browse files
committed
fix(dependencies): Updated some dependencies to latest
1 parent fc5cadc commit 614cc18

1,942 files changed

Lines changed: 6742 additions & 31568 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintignore

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

.eslintrc

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

.github/workflows/main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [18.x]
12+
node-version: [20.x]
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Use Node.js ${{ matrix.node-version }}
@@ -18,10 +18,12 @@ jobs:
1818
node-version: ${{ matrix.node-version }}
1919
- name: 'Install Dependencies'
2020
run: yarn
21-
- name: 'Build package'
22-
run: yarn workspace preshape build
2321
- name: 'Linting'
2422
run: yarn lint
23+
- name: 'Build package'
24+
run: yarn workspace preshape build
25+
- name: 'Prepare PackageJSON for publishing'
26+
run: yarn workspace preshape prepare:packageJson
2527
- name: 'Build site'
2628
run: yarn workspace site build
2729
- name: 'Publish package'

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18
1+
v20

.releaserc.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,24 @@
3232
}
3333
],
3434
"@semantic-release/changelog",
35+
["semantic-release-replace-plugin", {
36+
"replacements": [
37+
{
38+
"files": ["workspaces/site/package.json"],
39+
"from": "workspace\\:\\^",
40+
"to": "${nextRelease.version}",
41+
"countMatches": true,
42+
"results": [
43+
{
44+
"file": "workspaces/site/package.json",
45+
"hasChanged": true,
46+
"numMatches": 1,
47+
"numReplacements": 1
48+
}
49+
]
50+
}
51+
]
52+
}],
3553
[
3654
"@semantic-release/npm",
3755
{
Binary file not shown.
Binary file not shown.
Binary file not shown.
-8.03 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)