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) #12389

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
10 changes: 5 additions & 5 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: dotrun lint-python

lint-jinja:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand All @@ -102,7 +102,7 @@ jobs:

- name: Get changed HTML files in the templates folder
id: changed-files
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v45
with:
files: templates/**/*.html

Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
konf production deploy/site.yaml | kubeval -f -

test-python:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
run: dotrun --env SEARCH_API_KEY=fake-key exec coverage run --source=. --module unittest discover tests

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: python

Expand All @@ -190,7 +190,7 @@ jobs:
yarn test-js --coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: javascript

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

# 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-wheel build-essential git ca-certificates
ADD requirements.txt /tmp/requirements.txt
RUN pip3 config set global.disable-pip-version-check true
Expand All @@ -11,7 +11,7 @@ RUN --mount=type=cache,target=/root/.cache/pip pip3 install --user --requirement

# Build stage: Install yarn dependencies
# ===
FROM node:20 AS yarn-dependencies
FROM node:23 AS yarn-dependencies
WORKDIR /srv
ADD package.json yarn.lock .
RUN --mount=type=cache,target=/usr/local/share/.cache/yarn yarn install --production
Expand All @@ -35,7 +35,7 @@ RUN yarn run build-css

# 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-setuptools python3-lib2to3 python3-pkg-resources ca-certificates libsodium-dev gpg
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
"@types/jest": "29.5.12",
"@types/lodash": "4.17.7",
"@types/node": "^20.9.3",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react-google-recaptcha": "^2.1.9",
"@typescript-eslint/eslint-plugin": "8.0.0",
"@typescript-eslint/parser": "8.0.0",
"axe-core": "4.10.0",
"babel-jest": "^29.7.0",
"babel-loader": "9.1.3",
"concurrently": "8.2.0",
"concurrently": "9.1.0",
"csstype": "3.0.8",
"enzyme": "3.11.0",
"eslint": "^9.7.0",
Expand Down Expand Up @@ -93,27 +93,27 @@
"@reduxjs/toolkit": "2.2.7",
"@sentry/react": "^8.19.0",
"@sentry/tracing": "^7.114.0",
"@stripe/react-stripe-js": "2.7.3",
"@stripe/stripe-js": "4.1.0",
"@stripe/react-stripe-js": "3.1.1",
"@stripe/stripe-js": "5.3.0",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query-devtools": "^5.51.11",
"autoprefixer": "10.4.19",
"date-fns": "3.6.0",
"date-fns": "4.1.0",
"date-fns-tz": "3.1.3",
"dotenv": "^16.3.1",
"esbuild": "0.23.0",
"esbuild-sass-plugin": "^3.3.1",
"flickity": "^3.0.0",
"formik": "2.4.6",
"globals": "^15.8.0",
"intl-tel-input": "24.3.5",
"intl-tel-input": "25.2.0",
"postcss": "8.4.40",
"postcss-cli": "11.0.0",
"prop-types": "15.8.1",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-google-recaptcha": "3.1.0",
"react-router-dom": "^6.24.1",
"react-router-dom": "^7.0.0",
"react-useportal": "1.0.19",
"sass": "1.79.0",
"smartquotes": "2.3.2",
Expand All @@ -125,7 +125,7 @@
},
"resolutions": {
"lodash": "4.17.21",
"minimatch": "3.1.2"
"minimatch": "10.0.1"
},
"jest": {
"testEnvironment": "jsdom",
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ canonicalwebteam.templatefinder==1.0.0
canonicalwebteam.image-template==1.3.1
canonicalwebteam.discourse==5.7.3
python-dateutil==2.8.2
pytz==2022.7.1
pytz==2024.2
maxminddb-geolite2==2018.703
Flask-OpenID==1.3.0
feedgen==1.0.0
feedparser==6.0.10
pymacaroons==0.13.0
requests==2.28.2
marshmallow==3.19.0
mistune==0.8.4
mistune==3.0.2
pyyaml==6.0
ubuntu-release-info==21.1
macaroonbakery==1.3.1
Expand All @@ -29,6 +29,6 @@ django-openid-auth==0.17
time-machine==2.9.0
filelock==3.12.0
bleach==6.0.0
numpy==1.24.4
numpy==2.2.0
python-slugify==8.0.1
djlint==1.34.1
Loading
Loading