Skip to content

Commit

Permalink
Merge pull request #975 from numerique-gouv/douglasduteil/chore-renam…
Browse files Browse the repository at this point in the history
…e-moncomptepro-to-proconnect-identite

🚚 chore: rename moncomptepro to proconnect-identite
  • Loading branch information
rdubigny authored Feb 12, 2025
2 parents a40dd7d + 8e57ecc commit 3f6526a
Show file tree
Hide file tree
Showing 15 changed files with 68 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "numerique-gouv/moncomptepro" }
{ "repo": "numerique-gouv/proconnect-identite" }
],
"commit": false,
"fixed": [],
Expand Down
10 changes: 10 additions & 0 deletions .changeset/young-ads-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@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
---

🚚 Renommage de moncomptepro en proconnect-identite
22 changes: 11 additions & 11 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,66 +4,66 @@

### Patch Changes

- [#964](https://github.com/numerique-gouv/moncomptepro/pull/964) [`eb63af3`](https://github.com/numerique-gouv/moncomptepro/commit/eb63af3bf33139adece820c1cfadf3ee387713f1) Thanks [@douglasduteil](https://github.com/douglasduteil)! - 🧑‍💻 Ajout du package @gouvfr-lasuite/proconnect.devtools.typescript
- [#964](https://github.com/numerique-gouv/proconnect-identite/pull/964) [`eb63af3`](https://github.com/numerique-gouv/proconnect-identite/commit/eb63af3bf33139adece820c1cfadf3ee387713f1) Thanks [@douglasduteil](https://github.com/douglasduteil)! - 🧑‍💻 Ajout du package @gouvfr-lasuite/proconnect.devtools.typescript

Partage de la configuration de TypeScript entre les packages.

## 0.3.2

### Patch Changes

- [#934](https://github.com/numerique-gouv/moncomptepro/pull/934) [`78ba52f`](https://github.com/numerique-gouv/moncomptepro/commit/78ba52f246fbb54e7b778347d47b9e05a55f6a71) Thanks [@douglasduteil](https://github.com/douglasduteil)! - 📦️ Ajout du champs typesVersions dans le package.json
- [#934](https://github.com/numerique-gouv/proconnect-identite/pull/934) [`78ba52f`](https://github.com/numerique-gouv/proconnect-identite/commit/78ba52f246fbb54e7b778347d47b9e05a55f6a71) Thanks [@douglasduteil](https://github.com/douglasduteil)! - 📦️ Ajout du champs typesVersions dans le package.json

Bien que [le champ `exports` est prioritaire sur typesVersions dans les version TypeScript >=4.9](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-9.html#exports-is-prioritized-over-typesversions), pour PCF, il est nécessaire de le spécifier pour rendre Jest heureux...

## 0.3.1

### Patch Changes

- [#931](https://github.com/numerique-gouv/moncomptepro/pull/931) [`9e2f382`](https://github.com/numerique-gouv/moncomptepro/commit/9e2f382a896330868e91f18c14978874e78691a9) Thanks [@douglasduteil](https://github.com/douglasduteil)! - 📦️ Publication d'une version cjs du core
- [#931](https://github.com/numerique-gouv/proconnect-identite/pull/931) [`9e2f382`](https://github.com/numerique-gouv/proconnect-identite/commit/9e2f382a896330868e91f18c14978874e78691a9) Thanks [@douglasduteil](https://github.com/douglasduteil)! - 📦️ Publication d'une version cjs du core

## 0.3.0

### Minor Changes

- [#911](https://github.com/numerique-gouv/moncomptepro/pull/911) [`c406e75`](https://github.com/numerique-gouv/moncomptepro/commit/c406e7528fd74ee7efc49fb3dca7ddfa7cf32ddd) Thanks [@douglasduteil](https://github.com/douglasduteil)! - 👮 Accueillons l'équipe de sécurité de ProConnect
- [#911](https://github.com/numerique-gouv/proconnect-identite/pull/911) [`c406e75`](https://github.com/numerique-gouv/proconnect-identite/commit/c406e7528fd74ee7efc49fb3dca7ddfa7cf32ddd) Thanks [@douglasduteil](https://github.com/douglasduteil)! - 👮 Accueillons l'équipe de sécurité de ProConnect

Dans le cadres la migration du script d'import de comptes coop, une partie des fonctions de validation sont déplacées dans le package `@gouvfr-lasuite/proconnect.core/security` pour permettre leur réutilisation dans Hyyypertool.

### Patch Changes

- [#909](https://github.com/numerique-gouv/moncomptepro/pull/909) [`eaa069d`](https://github.com/numerique-gouv/moncomptepro/commit/eaa069dc8a19134bd2b30ba1a4c451dc6d13f2ec) Thanks [@douglasduteil](https://github.com/douglasduteil)! - ♻️ restriction des exports de fichier
- [#909](https://github.com/numerique-gouv/proconnect-identite/pull/909) [`eaa069d`](https://github.com/numerique-gouv/proconnect-identite/commit/eaa069dc8a19134bd2b30ba1a4c451dc6d13f2ec) Thanks [@douglasduteil](https://github.com/douglasduteil)! - ♻️ restriction des exports de fichier

Seul les index peuvent être importé. Cela permet de réduire les confusions d'auto-import dans la majorité des IDEs.

- [#879](https://github.com/numerique-gouv/moncomptepro/pull/879) [`7a1aca3`](https://github.com/numerique-gouv/moncomptepro/commit/7a1aca395ed260ad77bd764e160eda48a66c54f9) Thanks [@douglasduteil](https://github.com/douglasduteil)! - :recycle: force la compatibilité avec Node.js
- [#879](https://github.com/numerique-gouv/proconnect-identite/pull/879) [`7a1aca3`](https://github.com/numerique-gouv/proconnect-identite/commit/7a1aca395ed260ad77bd764e160eda48a66c54f9) Thanks [@douglasduteil](https://github.com/douglasduteil)! - :recycle: force la compatibilité avec Node.js

## 0.2.0

### Minor Changes

- [#871](https://github.com/numerique-gouv/moncomptepro/pull/871) [`ea29c8d`](https://github.com/numerique-gouv/moncomptepro/commit/ea29c8d6f5f63d7affef692470e9ac03763d0835) Thanks [@douglasduteil](https://github.com/douglasduteil)! - 🚚 Renommage des paquets en ProConnect
- [#871](https://github.com/numerique-gouv/proconnect-identite/pull/871) [`ea29c8d`](https://github.com/numerique-gouv/proconnect-identite/commit/ea29c8d6f5f63d7affef692470e9ac03763d0835) Thanks [@douglasduteil](https://github.com/douglasduteil)! - 🚚 Renommage des paquets en ProConnect

## 0.1.0

### Minor Changes

- [#861](https://github.com/numerique-gouv/moncomptepro/pull/861) [`f00ff7b`](https://github.com/numerique-gouv/moncomptepro/commit/f00ff7bed2d79f53712793c98f3a171d2a666748) Thanks [@douglasduteil](https://github.com/douglasduteil)! - ✨ Ajout du service de suggestion
- [#861](https://github.com/numerique-gouv/proconnect-identite/pull/861) [`f00ff7b`](https://github.com/numerique-gouv/proconnect-identite/commit/f00ff7bed2d79f53712793c98f3a171d2a666748) Thanks [@douglasduteil](https://github.com/douglasduteil)! - ✨ Ajout du service de suggestion

## 0.0.3

### Patch Changes

- [#852](https://github.com/numerique-gouv/moncomptepro/pull/852) [`e8eddc8`](https://github.com/numerique-gouv/moncomptepro/commit/e8eddc802ed0fc56ecf127aa76730cc9bdb51089) Thanks [@douglasduteil](https://github.com/douglasduteil)! - Correction de bugs et amélioration des performances
- [#852](https://github.com/numerique-gouv/proconnect-identite/pull/852) [`e8eddc8`](https://github.com/numerique-gouv/proconnect-identite/commit/e8eddc802ed0fc56ecf127aa76730cc9bdb51089) Thanks [@douglasduteil](https://github.com/douglasduteil)! - Correction de bugs et amélioration des performances

## 0.0.2

### Patch Changes

- [#849](https://github.com/numerique-gouv/moncomptepro/pull/849) [`6af924b`](https://github.com/numerique-gouv/moncomptepro/commit/6af924bec7a5fa74cfc07adcdc6eda7ac725ba0e) Thanks [@douglasduteil](https://github.com/douglasduteil)! - Ouverture du coeur
- [#849](https://github.com/numerique-gouv/proconnect-identite/pull/849) [`6af924b`](https://github.com/numerique-gouv/proconnect-identite/commit/6af924bec7a5fa74cfc07adcdc6eda7ac725ba0e) Thanks [@douglasduteil](https://github.com/douglasduteil)! - Ouverture du coeur

## 0.0.1

### Patch Changes

- [#847](https://github.com/numerique-gouv/moncomptepro/pull/847) [`8e9e944`](https://github.com/numerique-gouv/moncomptepro/commit/8e9e944e99ae27b5f5fbb225885826a2e933d076) Thanks [@douglasduteil](https://github.com/douglasduteil)! - Premier publication du coeur du system
- [#847](https://github.com/numerique-gouv/proconnect-identite/pull/847) [`8e9e944`](https://github.com/numerique-gouv/proconnect-identite/commit/8e9e944e99ae27b5f5fbb225885826a2e933d076) Thanks [@douglasduteil](https://github.com/douglasduteil)! - Premier publication du coeur du system
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@gouvfr-lasuite/proconnect.core",
"version": "0.3.3",
"homepage": "https://github.com/numerique-gouv/moncomptepro/tree/master/packages/core#readme",
"bugs": "https://github.com/numerique-gouv/moncomptepro/issues",
"homepage": "https://github.com/numerique-gouv/proconnect-identite/tree/master/packages/core#readme",
"bugs": "https://github.com/numerique-gouv/proconnect-identite/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/numerique-gouv/moncomptepro.git",
"url": "git+https://github.com/numerique-gouv/proconnect-identite.git",
"directory": "packages/core"
},
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/crisp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

### Patch Changes

- [#964](https://github.com/numerique-gouv/moncomptepro/pull/964) [`eb63af3`](https://github.com/numerique-gouv/moncomptepro/commit/eb63af3bf33139adece820c1cfadf3ee387713f1) Thanks [@douglasduteil](https://github.com/douglasduteil)! - 🧑‍💻 Ajout du package @gouvfr-lasuite/proconnect.devtools.typescript
- [#964](https://github.com/numerique-gouv/proconnect-identite/pull/964) [`eb63af3`](https://github.com/numerique-gouv/proconnect-identite/commit/eb63af3bf33139adece820c1cfadf3ee387713f1) Thanks [@douglasduteil](https://github.com/douglasduteil)! - 🧑‍💻 Ajout du package @gouvfr-lasuite/proconnect.devtools.typescript

Partage de la configuration de TypeScript entre les packages.

## 0.4.0

### Minor Changes

- [#928](https://github.com/numerique-gouv/moncomptepro/pull/928) [`9a719d8`](https://github.com/numerique-gouv/moncomptepro/commit/9a719d8a5a97cb7eed1eb7c7ef9a3bd797c9c664) Thanks [@douglasduteil](https://github.com/douglasduteil)! - 🚚 @douglasduteil/crisp => @gouvfr-lasuite/proconnect.crisp
- [#928](https://github.com/numerique-gouv/proconnect-identite/pull/928) [`9a719d8`](https://github.com/numerique-gouv/proconnect-identite/commit/9a719d8a5a97cb7eed1eb7c7ef9a3bd797c9c664) Thanks [@douglasduteil](https://github.com/douglasduteil)! - 🚚 @douglasduteil/crisp => @gouvfr-lasuite/proconnect.crisp

Déplacement du package SDK Crisp [@douglasduteil/crisp](/home/x/zzz/github/douglasduteil/crisp) vers `@gouvfr-lasuite/proconnect.crisp`.
6 changes: 3 additions & 3 deletions packages/crisp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"api",
"rest"
],
"homepage": "https://github.com/numerique-gouv/moncomptepro/tree/master/packages/crisp#readme",
"bugs": "https://github.com/numerique-gouv/moncomptepro/issues",
"homepage": "https://github.com/numerique-gouv/proconnect-identite/tree/master/packages/crisp#readme",
"bugs": "https://github.com/numerique-gouv/proconnect-identite/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/numerique-gouv/moncomptepro.git",
"url": "git+https://github.com/numerique-gouv/proconnect-identite.git",
"directory": "packages/crisp"
},
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/debounce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@

### Patch Changes

- [#964](https://github.com/numerique-gouv/moncomptepro/pull/964) [`eb63af3`](https://github.com/numerique-gouv/moncomptepro/commit/eb63af3bf33139adece820c1cfadf3ee387713f1) Thanks [@douglasduteil](https://github.com/douglasduteil)! - 🧑‍💻 Ajout du package @gouvfr-lasuite/proconnect.devtools.typescript
- [#964](https://github.com/numerique-gouv/proconnect-identite/pull/964) [`eb63af3`](https://github.com/numerique-gouv/proconnect-identite/commit/eb63af3bf33139adece820c1cfadf3ee387713f1) Thanks [@douglasduteil](https://github.com/douglasduteil)! - 🧑‍💻 Ajout du package @gouvfr-lasuite/proconnect.devtools.typescript

Partage de la configuration de TypeScript entre les packages.

## 0.4.1

### Patch Changes

- [#950](https://github.com/numerique-gouv/moncomptepro/pull/950) [`afaa477`](https://github.com/numerique-gouv/moncomptepro/commit/afaa477911ce350c69daac8a5fef56329e31b906) Thanks [@douglasduteil](https://github.com/douglasduteil)! - ✨ Export du type de handler
- [#950](https://github.com/numerique-gouv/proconnect-identite/pull/950) [`afaa477`](https://github.com/numerique-gouv/proconnect-identite/commit/afaa477911ce350c69daac8a5fef56329e31b906) Thanks [@douglasduteil](https://github.com/douglasduteil)! - ✨ Export du type de handler

## 0.4.0

### Minor Changes

- [#945](https://github.com/numerique-gouv/moncomptepro/pull/945) [`aa82ec5`](https://github.com/numerique-gouv/moncomptepro/commit/aa82ec57d314c9d82ce3ed13e62604d9c6825c63) Thanks [@douglasduteil](https://github.com/douglasduteil)! - ♻️ Prélèvement d'un partie du connecteur Debounce
- [#945](https://github.com/numerique-gouv/proconnect-identite/pull/945) [`aa82ec5`](https://github.com/numerique-gouv/proconnect-identite/commit/aa82ec57d314c9d82ce3ed13e62604d9c6825c63) Thanks [@douglasduteil](https://github.com/douglasduteil)! - ♻️ Prélèvement d'un partie du connecteur Debounce

Dans le cadre de la suggestion d'email sur PCF, une partie du connecteur Debounce est maintenant dans le package `@gouvfr-lasuite/proconnect.debounce`.
6 changes: 3 additions & 3 deletions packages/debounce/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@gouvfr-lasuite/proconnect.debounce",
"version": "0.4.2",
"homepage": "https://github.com/numerique-gouv/moncomptepro/tree/master/packages/debounce#readme",
"bugs": "https://github.com/numerique-gouv/moncomptepro/issues",
"homepage": "https://github.com/numerique-gouv/proconnect-identite/tree/master/packages/debounce#readme",
"bugs": "https://github.com/numerique-gouv/proconnect-identite/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/numerique-gouv/moncomptepro.git",
"url": "git+https://github.com/numerique-gouv/proconnect-identite.git",
"directory": "packages/debounce"
},
"license": "MIT",
Expand Down
Loading

0 comments on commit 3f6526a

Please sign in to comment.