-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deps: Update all non-major dependencies
- Loading branch information
1 parent
188c30d
commit a226251
Showing
15 changed files
with
1,265 additions
and
953 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ jobs: | |
run: echo "site_url=${{ env.NETLIFY_DEPLOYED_URL }}" >> "$GITHUB_OUTPUT" | ||
|
||
- name: Run Playwright tests | ||
uses: docker://mcr.microsoft.com/playwright:v1.48.0-jammy | ||
uses: docker://mcr.microsoft.com/playwright:v1.49.0-jammy | ||
with: | ||
args: 'sh -c "corepack install && corepack enable && yarn test:e2e"' | ||
env: | ||
|
@@ -100,7 +100,7 @@ jobs: | |
|
||
- name: Notify Slack when failure | ||
id: Slack | ||
uses: slackapi/[email protected].0 | ||
uses: slackapi/[email protected].1 | ||
if: failure() | ||
with: | ||
channel-id: ${{ secrets.SLACK_CHANNEL_ID }} # Slack channel-id of #spirit-design-system-notifications_en | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
runs-on: ubuntu-24.04 | ||
|
||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
|
||
- name: Block Fixup Commit Merge | ||
uses: 13rac1/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,7 +89,7 @@ jobs: | |
- name: Publish Web Package Code Coverage | ||
# When Nx hits its cloud cache, there is no generated coverage to sent, e.g. do not let this crash | ||
if: ${{ hashFiles('./packages/web/.coverage/lcov.info') != '' }} | ||
uses: coverallsapp/[email protected].1 | ||
uses: coverallsapp/[email protected].4 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
file: ./packages/web/.coverage/lcov.info | ||
|
@@ -99,7 +99,7 @@ jobs: | |
- name: Publish Web-React Package Code Coverage | ||
# When Nx hits its cloud cache, there is no generated coverage to sent, e.g. do not let this crash | ||
if: ${{ hashFiles('./packages/web-react/.coverage/lcov.info') != '' }} | ||
uses: coverallsapp/[email protected].1 | ||
uses: coverallsapp/[email protected].4 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
file: ./packages/web-react/.coverage/lcov.info | ||
|
@@ -109,7 +109,7 @@ jobs: | |
- name: Publish Analytics Package Code Coverage | ||
# When Nx hits its cloud cache, there is no generated coverage to sent, e.g. do not let this crash | ||
if: ${{ hashFiles('./packages/analytics/.coverage/lcov.info') != '' }} | ||
uses: coverallsapp/[email protected].1 | ||
uses: coverallsapp/[email protected].4 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
file: ./packages/analytics/.coverage/lcov.info | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18.20.4 | ||
18.20.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,39 +61,39 @@ | |
"@almacareer/remark-config": "0.1.0", | ||
"@babel/core": "7.26.0", | ||
"@babel/preset-react": "7.25.9", | ||
"@commitlint/cli": "19.5.0", | ||
"@commitlint/cli": "19.6.0", | ||
"@lmc-eu/commitlint-config": "2.0.3", | ||
"@lmc-eu/conventional-changelog-lmc-github": "3.0.3", | ||
"@lmc-eu/eslint-config-react": "2.0.5", | ||
"@omlet/cli": "1.11.0", | ||
"@playwright/test": "1.48.0", | ||
"@omlet/cli": "1.12.0", | ||
"@playwright/test": "1.49.0", | ||
"@rollup/plugin-babel": "6.0.4", | ||
"@rollup/plugin-node-resolve": "15.3.0", | ||
"@svgr/webpack": "8.1.0", | ||
"babel-loader": "9.2.1", | ||
"core-js": "3.39.0", | ||
"css-loader": "7.1.2", | ||
"eslint": "8.57.1", | ||
"eslint-plugin-jsx-a11y": "6.10.0", | ||
"eslint-plugin-jsx-a11y": "6.10.2", | ||
"eslint-plugin-prettier": "5.2.1", | ||
"eslint-plugin-react": "7.37.1", | ||
"eslint-plugin-react": "7.37.2", | ||
"eslint-plugin-react-hooks": "4.6.2", | ||
"eslint-plugin-storybook": "0.9.0", | ||
"husky": "9.1.6", | ||
"eslint-plugin-storybook": "0.11.1", | ||
"husky": "9.1.7", | ||
"is-ci": "3.0.1", | ||
"lerna": "8.1.8", | ||
"lerna": "8.1.9", | ||
"lint-staged": "15.2.10", | ||
"netlify-cli": "17.37.0", | ||
"netlify-cli": "17.37.2", | ||
"npm-run-all2": "6.2.6", | ||
"nx": "19.7.2", | ||
"nx": "19.8.11", | ||
"postcss": "8.4.49", | ||
"prettier": "3.3.3", | ||
"prettier-config-spirit": "workspace:^", | ||
"prettier-plugin-toml": "2.0.1", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"react-syntax-highlighter": "15.5.0", | ||
"react-textarea-autosize": "8.5.4", | ||
"react-syntax-highlighter": "15.6.1", | ||
"react-textarea-autosize": "8.5.5", | ||
"remark-cli": "12.0.1", | ||
"remark-lint-heading-capitalization": "1.2.0", | ||
"sass-loader": "14.2.1", | ||
|
@@ -106,5 +106,5 @@ | |
"resolutions": { | ||
"typescript": "4.7.4" | ||
}, | ||
"packageManager": "[email protected].0" | ||
"packageManager": "[email protected].1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.