Skip to content

Commit

Permalink
🔖 Release 2.5.0 (#772)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian <[email protected]>
Co-authored-by: Paul Souche <[email protected]>
Co-authored-by: Lilian Saget-Lethias <[email protected]>
Co-authored-by: Paul Souche <[email protected]>
  • Loading branch information
5 people authored Nov 19, 2024
1 parent c294609 commit 500a508
Show file tree
Hide file tree
Showing 444 changed files with 3,472 additions and 732 deletions.
40 changes: 20 additions & 20 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,32 @@
{
"plugins": ["react-hooks", "jsx-a11y"],
"extends": [
"next",
"next/core-web-vitals",
"eslint:recommended",
"plugin:react/recommended",
"prettier",
"next/core-web-vitals",
"next/typescript",
"plugin:jsx-a11y/strict",
"plugin:react-hooks/recommended",
"plugin:cypress/recommended",
"plugin:@typescript-eslint/recommended"
],
"root": true,
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "./tsconfig.json",
"tsconfigRootDir": ".",
"exclude": ["node_modules", "cypress/**/*"]
},
"overrides": [
{
"files": ["**/*.ts?(x)"],
"parserOptions": {
"project": "./tsconfig.json"
},
"rules": {
"@typescript-eslint/consistent-type-imports": "error",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-assignment": "off"
}
},
{
"files": ["*.js", "*.jsx"],
"parser": "@babel/eslint-parser"
}
],
"globals": {
"React": "readonly",
"NodeJS": "readonly",
Expand All @@ -35,17 +44,8 @@
"jsx-a11y/label-has-associated-control": 1,
"react/jsx-no-target-blank": 1,
"no-unreachable": 1,
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"react-hooks/exhaustive-deps": "error",
"no-irregular-whitespace": "off"
},
"overrides": [
{
"files": ["*.js", "*.jsx"],
"parser": "@babel/eslint-parser"
}
],
"ignorePatterns": ["node_modules", "cypress/**/*"]
}
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nosgestesclimat-site-nextjs",
"license": "MIT",
"version": "2.4.0",
"version": "2.5.0",
"description": "The leading open source climate footprint calculator",
"repository": {
"type": "git",
Expand All @@ -17,8 +17,9 @@
"build": "next build",
"build:analyze": "ANALYZE=true next build",
"build:debug-memory": "next build --experimental-debug-memory-usage",
"format": "prettier --write \"**/*.{js,ts,md,json}\" && next lint --fix",
"start": "next start",
"lint": "next lint",
"lint": "prettier --check \"**/*.{js,ts,md,json}\" && next lint",
"lint:types": "tsc --noEmit",
"e2e": "cypress open --e2e",
"e2e:generate": "node cypress/scripts/generateSpecsFromPersonas.mjs",
Expand Down Expand Up @@ -78,12 +79,14 @@
"react-modal": "^3.16.1",
"react-number-format": "^5.4.1",
"react-select": "^5.8.0",
"react-slick": "^0.30.2",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.26.3",
"react-verification-input": "^4.1.0",
"react-wavify": "^1.11.0",
"recharts": "^2.13.0-alpha.4",
"sharp": "^0.33.5",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^2.2.2",
"tailwindcss": "3.4.1",
"use-count-up": "^3.0.1",
Expand Down Expand Up @@ -121,7 +124,7 @@
"deepl-node": "^1.10.2",
"dotenv": "^16.3.1",
"eslint": "^8.52.0",
"eslint-config-next": "14.1.3",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-cypress": "^2.15.1",
Expand Down
1 change: 0 additions & 1 deletion public/images/actions/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Notamment pour les fiches action plus, qui sont illustrées pour aller plus loin.


Les images sont déployées à l'adresse suivante par exemple https://ecolab-data.netlify.app/images/alternative_bas_carbone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/blog/seo/lexique-eau.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/blog/seo/textile-econome-eau.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions public/images/icons/icone-agriculture.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 500a508

Please sign in to comment.