Skip to content

Commit 332c953

Browse files
committed
Merge branch 'v1/contrib' into feature/popover-v2
2 parents 6a4288d + 2ec521a commit 332c953

File tree

8 files changed

+140
-115
lines changed

8 files changed

+140
-115
lines changed

.github/workflows/azure-static-web-apps-delightful-beach-055ecb503.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
name: Build and Deploy Job
2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
with:
3232
submodules: true
3333

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
# Job steps
4646
steps:
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v4
4848
with:
4949
# pulls all commits (needed for chromatic to find baselines)
5050
fetch-depth: '0'

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040

4141
# Initializes the CodeQL tools for scanning.
4242
- name: Initialize CodeQL

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: 'Checkout Repository'
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
- name: 'Dependency Review'
2020
uses: actions/dependency-review-action@v3

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Steps represent a sequence of tasks that will be executed as part of the job
2828
steps:
2929
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
with:
3232
# pulls all commits (needed for lerna / semantic release to correctly version)
3333
fetch-depth: '0'

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: [18.x]
2424

2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- name: Use Node.js ${{ matrix.node-version }}
2828
uses: actions/setup-node@v3
2929
with:
@@ -42,7 +42,7 @@ jobs:
4242
node-version: [18.x]
4343

4444
steps:
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646
- name: Use Node.js ${{ matrix.node-version }}
4747
uses: actions/setup-node@v3
4848
with:

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@storybook/web-components": "7.2.2",
7676
"@storybook/web-components-vite": "7.2.2",
7777
"@types/chai": "4.3.5",
78-
"@typescript-eslint/eslint-plugin": "6.2.1",
78+
"@typescript-eslint/eslint-plugin": "6.6.0",
7979
"@typescript-eslint/parser": "6.0.0",
8080
"@web/dev-server-esbuild": "0.4.1",
8181
"@web/test-runner": "0.17.0",
@@ -117,7 +117,7 @@
117117
"react-syntax-highlighter": "15.5.0",
118118
"remark-gfm": "3.0.1",
119119
"rimraf": "5.0.1",
120-
"rollup": "3.26.3",
120+
"rollup": "3.29.1",
121121
"rollup-plugin-esbuild": "5.0.0",
122122
"rollup-plugin-import-css": "3.3.1",
123123
"rollup-plugin-minify-html-literals": "1.2.6",

0 commit comments

Comments
 (0)