Skip to content

Commit

Permalink
chore(pkg): depend on the shared tsconfig dependency (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Feb 6, 2025
1 parent 07b88f5 commit eb63af3
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 26 deletions.
12 changes: 12 additions & 0 deletions .changeset/happy-years-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"@gouvfr-lasuite/proconnect.debounce": patch
"@gouvfr-lasuite/proconnect.identite": patch
"@gouvfr-lasuite/proconnect.crisp": patch
"@gouvfr-lasuite/proconnect.email": patch
"@gouvfr-lasuite/proconnect.insee": patch
"@gouvfr-lasuite/proconnect.core": patch
---

🧑‍💻 Ajout du package @gouvfr-lasuite/proconnect.devtools.typescript

Partage de la configuration de TypeScript entre les packages.
22 changes: 7 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,9 @@
]
},
"dependencies": {
"@gouvfr-lasuite/proconnect.devtools.typescript": "workspace:*",
"@gouvfr-lasuite/proconnect.core": "workspace:*",
"@gouvfr-lasuite/proconnect.debounce": "workspace:*",
"@gouvfr-lasuite/proconnect.crisp": "workspace:*",
"@gouvfr-lasuite/proconnect.debounce": "workspace:*",
"@gouvfr-lasuite/proconnect.email": "workspace:*",
"@gouvfr-lasuite/proconnect.identite": "workspace:*",
"@gouvfr-lasuite/proconnect.insee": "workspace:*",
Expand Down Expand Up @@ -99,14 +98,14 @@
"@changesets/cli": "^2.27.10",
"@dotenvx/dotenvx": "^1.19.2",
"@fullhuman/postcss-purgecss": "^6.0.0",
"@gouvfr-lasuite/proconnect.devtools.typescript": "workspace:*",
"@gouvfr/dsfr": "^1.13.0",
"@kitajs/html": "^4.2.4",
"@kitajs/ts-html-plugin": "^4.1.0",
"@panva/jose": "^1.9.3",
"@simplewebauthn/types": "^10.0.0",
"@simplewebauthn/typescript-types": "^8.3.4",
"@sinonjs/fake-timers": "^11.2.2",
"@tsconfig/node22": "^22.0.0",
"@types/chai": "^5.0.1",
"@types/chai-as-promised": "^7.1.8",
"@types/console-log-level": "^1.4.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"spec": "src/**/*.test.ts"
},
"dependencies": {
"@types/lodash-es": "^4.17.12",
"@types/bcryptjs": "^2.4.6",
"@types/lodash-es": "^4.17.12",
"@zootools/email-spell-checker": "^1.12.0",
"bcryptjs": "^2.4.3",
"is-disposable-email-domain": "^1.0.7",
Expand All @@ -70,7 +70,7 @@
"tld-extract": "^2.1.0"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@gouvfr-lasuite/proconnect.devtools.typescript": "0.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.2",
"chai": "^5.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/crisp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"spec": "src/**/*.test.ts"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@gouvfr-lasuite/proconnect.devtools.typescript": "0.0.0",
"@vitest/expect": "^2.1.8",
"chai": "^5.1.2",
"dotenv": "^16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/debounce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"zod": "^3.24.1"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@gouvfr-lasuite/proconnect.devtools.typescript": "0.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.2",
"chai": "^5.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@kitajs/ts-html-plugin": "^4.1.0"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@gouvfr-lasuite/proconnect.devtools.typescript": "0.0.0",
"@storybook/csf": "^0.1.11",
"vite": "^5.4.12"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/identite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"scripts": {
"build": "tsc --build tsconfig.lib.json",
"clean": "rm -rf dist tsconfig*.tsbuildinfo",
"check": "npm run build -- --noEmit",
"clean": "rm -rf dist tsconfig*.tsbuildinfo",
"dev": "npm run build -- --watch --preserveWatchOutput",
"test": "mocha"
},
Expand All @@ -51,8 +51,8 @@
"devDependencies": {
"@electric-sql/pglite": "^0.2.15",
"@gouvfr-lasuite/proconnect.core": "^0.3.0",
"@gouvfr-lasuite/proconnect.devtools.typescript": "0.0.0",
"@gouvfr-lasuite/proconnect.insee": "^0.3.0",
"@tsconfig/node22": "^22.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.2",
"await-to-js": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/insee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"axios": "^1.7.7"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@gouvfr-lasuite/proconnect.devtools.typescript": "0.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.2",
"chai": "^5.1.2",
Expand Down

0 comments on commit eb63af3

Please sign in to comment.