Skip to content
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
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- name: Enable Corepack
shell: bash
run: corepack enable
- name: Pin pnpm 10
- name: Pin pnpm 11
shell: bash
run: corepack prepare pnpm@10 --activate
run: corepack prepare pnpm@11 --activate
- uses: actions/setup-node@v6
with:
node-version: 22
node-version: 24
cache: 'pnpm'
- name: Copy .env
run: cp .env.dist .env
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/iframes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
- name: Enable Corepack
shell: bash
run: corepack enable
- name: Pin pnpm 10
- name: Pin pnpm 11
shell: bash
run: corepack prepare pnpm@10 --activate
run: corepack prepare pnpm@11 --activate
- uses: actions/setup-node@v6
with:
node-version: 22
node-version: 24
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22
24
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postdeploy: pnpm prisma migrate deploy
postdeploy: ./node_modules/.bin/prisma migrate deploy
98 changes: 50 additions & 48 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,72 +34,72 @@
"lint": "eslint .",
"chromatic": "chromatic --exit-zero-on-changes",
"testIframes": "playwright install chromium; tsx src/scripts/testIframes.ts",
"preinstall": "npx -y only-allow@1.2.2 pnpm"
"preinstall": "pnpm dlx only-allow pnpm"
},
"engines": {
"node": "^22.0.0",
"pnpm": "10.x"
"node": "^24.0.0",
"pnpm": "11.x"
},
"dependencies": {
"@iframe-resizer/child": "^5.5.9",
"@iframe-resizer/parent": "^5.5.9",
"@incubateur-ademe/publicodes-acv-numerique": "^2.1.0",
"@prisma/adapter-pg": "^7.6.0",
"@prisma/client": "^7.6.0",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"@publicodes/react-ui": "^1.10.0",
"@r2wc/react-to-web-component": "^2.1.1",
"@sentry/nextjs": "^10.47.0",
"@socialgouv/matomo-next": "^1.11.0",
"@tanstack/react-query": "^5.96.1",
"@tanstack/react-query-next-experimental": "^5.96.1",
"axios": "^1.14.0",
"@sentry/nextjs": "^10.52.0",
"@socialgouv/matomo-next": "^1.13.1",
"@tanstack/react-query": "^5.100.10",
"@tanstack/react-query-next-experimental": "^5.100.10",
"axios": "^1.16.0",
"classnames": "^2.5.1",
"core-js": "^3.49.0",
"crisp-api": "^10.9.1",
"dotenv": "^17.4.0",
"crisp-api": "^10.9.3",
"dotenv": "^17.4.2",
"dotenv-cli": "^11.0.0",
"fuse.js": "^7.2.0",
"fuse.js": "^7.3.0",
"helmet": "^8.1.0",
"html-to-image": "1.11.11",
"markdown-to-jsx": "^9.7.13",
"next": "^16.2.2",
"next-intl": "^4.9.0",
"markdown-to-jsx": "^9.8.0",
"next": "^16.2.6",
"next-intl": "^4.11.2",
"next-query-params": "^5.1.0",
"next-sitemap": "^4.2.3",
"notion-client": "^7.10.0",
"notion-types": "^7.10.0",
"pg": "^8.20.0",
"postcss": "^8.5.8",
"postcss": "^8.5.14",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.1.1",
"postcss-nested": "^7.0.2",
"postcss-preset-env": "^11.2.0",
"preact": "^10.29.0",
"prisma": "^7.6.0",
"postcss-preset-env": "^11.2.1",
"preact": "^10.29.1",
"prisma": "^7.8.0",
"publicodes": "^1.10.1",
"qrcode": "^1.5.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-notion-x": "^7.10.0",
"react-share": "^5.3.0",
"sharp": "^0.34.5",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-react": "^5.32.1",
"swagger-ui-react": "^5.32.5",
"tsx": "^4.21.0",
"use-intl": "^4.9.0",
"zod": "^4.3.6"
"use-intl": "^4.11.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@babel/cli": "^7.28.6",
"@babel/core": "^7.29.0",
"@babel/helper-split-export-declaration": "^7.24.7",
"@babel/preset-env": "^7.29.2",
"@babel/preset-env": "^7.29.5",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@babel/runtime": "^7.29.2",
"@eslint/eslintrc": "^3.3.5",
"@incubateur-ademe/nosgestesclimat": "^4.10.0",
"@incubateur-ademe/publicodes-empreinte-carbone-chauffage": "^1.1.0",
"@incubateur-ademe/nosgestesclimat": "^4.10.5",
"@incubateur-ademe/publicodes-empreinte-carbone-chauffage": "^1.1.1",
"@incubateur-ademe/publicodes-impact-livraison": "^0.7.0",
"@keyv/etcd": "^2.1.1",
"@keyv/mongo": "^3.1.0",
Expand All @@ -109,15 +109,15 @@
"@keyv/redis": "^5.1.6",
"@keyv/sqlite": "^4.0.8",
"@keyv/tiered": "^2.0.2",
"@next/bundle-analyzer": "^16.2.2",
"@playwright/test": "^1.59.1",
"@next/bundle-analyzer": "^16.2.6",
"@playwright/test": "^1.60.0",
"@statoscope/webpack-plugin": "^5.29.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/jest": "^30.0.0",
"@types/node": "25.6.0",
"@types/node": "25.7.0",
"@types/node-pdftk": "^2.1.9",
"@types/pg": "^8.20.0",
"@types/qrcode": "^1.5.6",
Expand All @@ -127,39 +127,39 @@
"@types/semver": "^7.7.1",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-react": "^5.18.0",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"babel-loader": "^10.1.1",
"baseline-browser-mapping": "^2.10.13",
"baseline-browser-mapping": "^2.10.29",
"css-loader": "^7.1.4",
"eslint": "^9.39.2",
"eslint-config-next": "^16.2.2",
"eslint-config-next": "^16.2.6",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jest": "^29.15.1",
"eslint-plugin-jest": "^29.15.2",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"lint-staged": "^16.4.0",
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1",
"lint-staged": "^17.0.4",
"next-router-mock": "^1.0.5",
"next-statoscope": "^1.0.1",
"next-test-api-route-handler": "^5.0.4",
"nock": "^14.0.11",
"next-test-api-route-handler": "^5.0.5",
"nock": "^14.0.15",
"node-mocks-http": "^1.17.2",
"node-pdftk": "^2.1.3",
"nyc": "^18.0.0",
"only-allow": "^1.2.2",
"pdf-merger-js": "^5.1.2",
"postcss-loader": "^8.2.1",
"prettier": "^3.8.1",
"semver": "^7.7.4",
"prettier": "^3.8.3",
"semver": "^7.8.0",
"style-loader": "^4.0.0",
"ts-jest": "^29.4.9",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"undici": "7.19.2",
"webpack": "^5.105.4",
"webpack": "^5.106.2",
"webpack-cli": "^7.0.2",
"yaml": "^2.8.3"
"yaml": "^2.9.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand All @@ -172,7 +172,9 @@
},
"readme": "ERROR: No README data found!",
"_id": "impactco2@1.0.0",
"resolutions": {
"jackspeak": "2.1.1"
"pnpm": {
"overrides": {
"jackspeak": "2.1.1"
}
}
}
Loading
Loading