Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 7aa853d commit e874728
Show file tree
Hide file tree
Showing 7 changed files with 448 additions and 985 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
- name: Upload coverage to Codecov
if: ${{ steps.filter.outputs.py == 'true' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
flags: python

Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
- name: Upload coverage to Codecov
if: ${{ steps.filter.outputs.js == 'true' || steps.filter.outputs.ts == 'true' || steps.filter.outputs.jsx == 'true' || steps.filter.outputs.tsx == 'true' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
flags: javascript

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup LXD
uses: canonical/setup-lxd@main
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish-rock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4

- name: Build assets
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
run: rockcraft pack

- name: Upload rock
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: charmhub-io-rock
path: ./*.rock
Expand All @@ -43,7 +43,7 @@ jobs:
image_url: ${{ steps.set_image_url.outputs.image_url }}
steps:
- name: Get Rock
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: charmhub-io-rock

Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

# Build stage: Install python dependencies
# ===
FROM ubuntu:jammy AS python-dependencies
FROM ubuntu:noble AS python-dependencies
RUN apt-get update && apt-get install --no-install-recommends --yes python3-pip python3-setuptools python3-distutils
ADD requirements.txt /tmp/requirements.txt
RUN pip3 config set global.disable-pip-version-check true
RUN --mount=type=cache,target=/root/.cache/pip pip3 install --user --requirement /tmp/requirements.txt

# Build stage: Install yarn dependencies
# ===
FROM node:21 AS yarn-dependencies
FROM node:23 AS yarn-dependencies
WORKDIR /srv
ADD package.json .
ADD yarn.lock .
Expand Down Expand Up @@ -40,7 +40,7 @@ WORKDIR /srv

# Build the production image
# ===
FROM ubuntu:jammy
FROM ubuntu:noble

# Install python and import python dependencies
RUN apt-get update && apt-get install --no-install-recommends --yes python3-lib2to3 python3-setuptools python3-pkg-resources ca-certificates
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,65 +30,65 @@
"@canonical/global-nav": "3.6.4",
"@canonical/react-components": "1.7.3",
"@canonical/store-components": "0.52.0",
"@sentry/react": "7.120.2",
"@sentry/react": "8.48.0",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "14.3.1",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.14",
"@types/react-dom": "18.3.5",
"@types/react-dom": "19.0.3",
"@types/react-router-dom": "5.3.3",
"autoprefixer": "10.4.20",
"babel-loader": "9.2.1",
"css-loader": "6.11.0",
"date-fns": "3.6.0",
"css-loader": "7.1.2",
"date-fns": "4.1.0",
"expose-loader": "5.0.0",
"identity-obj-proxy": "3.0.0",
"mermaid": "11.4.1",
"postcss": "8",
"postcss-cli": "11.0.0",
"prettier": "3.4.2",
"prismjs": "1.29.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-dropzone": "14.3.5",
"react-markdown": "9.0.3",
"react-query": "3.39.3",
"react-router-dom": "6.28.1",
"react-router-dom": "7.1.1",
"recoil": "0.7.7",
"remark-mermaidjs": "6.0.0",
"remark-mermaidjs": "7.0.0",
"sass": "1.83.1",
"style-loader": "3.3.4",
"style-loader": "4.0.0",
"ts-loader": "9.5.1",
"typescript": "5.7.2",
"vanilla-framework": "4.18.5",
"watch-cli": "0.2.3",
"webpack": "5.97.1",
"webpack-cli": "5.1.4"
"webpack-cli": "6.0.1"
},
"devDependencies": {
"@babel/eslint-parser": "7.25.9",
"@types/deep-equal": "1.0.4",
"@types/react": "18.3.18",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@types/react": "19.0.6",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"babel-jest": "29.7.0",
"babel-plugin-prismjs": "2.1.0",
"concurrently": "8.2.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "27.9.0",
"concurrently": "9.1.2",
"eslint": "^9.0.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-jest": "28.10.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"msw": "2.7.0",
"sass-loader": "14.2.1",
"sass-loader": "16.0.4",
"stylelint": "16.12.0",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-config-standard-scss": "14.0.0",
"stylelint-order": "6.0.4",
"undici": "6.21.0"
"undici": "7.2.1"
}
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ ruamel.yaml.clib==0.2.12
ruamel.yaml==0.18.9
PyGithub==2.5.0
black==24.10.0
flake8==6.1.0
flake8==7.1.1
Flask-Caching==2.3.0
responses==0.25.3
Loading

0 comments on commit e874728

Please sign in to comment.