Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all dependencies (major) #587

Merged
merged 1 commit into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: yarn install --immutable
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install node dependencies
run: yarn install --immutable
Expand All @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check inclusive naming
uses: canonical-web-and-design/inclusive-naming@main
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
sudo lxc config set cluster.https_address "127.0.0.1"
sudo lxc cluster enable local

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18

Expand All @@ -113,7 +113,7 @@ jobs:
- name: Run Playwright tests
run: npx playwright test

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
git config --global user.email "github-action@example.com"
git config --global user.name "GitHub Action"
- name: Download zipped HTML report
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: playwright-report
path: ${{ env.HTML_REPORT_URL_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'canonical' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: demo
- name: Fetch rebase and push
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build js / css
FROM node:19 AS yarn-dependencies
FROM node:21 AS yarn-dependencies
WORKDIR /srv
COPY . .
RUN yarn --network-concurrency 2
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,23 +71,23 @@
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"husky": "8.0.3",
"lint-staged": "13.1.1",
"lint-staged": "15.2.0",
"monaco-editor": "0.44.0",
"postcss": "8.4.31",
"postcss-cli": "10.1.0",
"postcss-cli": "11.0.0",
"prettier": "3.0.3",
"sass": "1.69.4",
"sass-loader": "13.3.2",
"style-loader": "3.3.3",
"stylelint": "15.11.0",
"stylelint": "16.1.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-standard-scss": "11.0.0",
"stylelint-config-standard-scss": "12.0.0",
"stylelint-order": "6.0.3",
"stylelint-prettier": "4.0.2",
"stylelint-scss": "5.2.1",
"stylelint-prettier": "5.0.0",
"stylelint-scss": "6.0.0",
"ts-loader": "9.5.0",
"typescript": "5.2.2",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vite-tsconfig-paths": "4.2.1"
},
"lint-staged": {
Expand Down
Loading
Loading