Skip to content

Commit c313140

Browse files
chore(release): 5.459.0 [skip ci]
# [5.459.0](v5.458.0...v5.459.0) (2026-07-20) ### 🚀 Amélioration - [#16870](#16870) Ajouter un bloc de commentaire dans le formulaire suivant le feedmoji (PIX-23571) - [#16716](#16716) Ajouter un session ID aux access et refresh tokens (PIX-23089) - [#16793](#16793) MDX-238 CY_Antivirus_AVA modif avant relecture - [#16808](#16808) MDX-32 retours panel NR_Datacenter_NOV - [#16871](#16871) Module NR_Ecrans&Santé_NOV : modif découverte et ajout infographie avant faisabilite - [#16866](#16866) modules-ia-lechat-devient-vibe - [#16739](#16739) Permettre l'édition de la configuration du millésime de certification sur PixAdmin (PIX-23357) - [#16797](#16797) Refonte design de la page de création de schéma de parcours combiné sur PixAdmin (PIX-23011) - [#16470](#16470) suppression de la contrainte de clé étrangère sur la table KE vers answers.id (PIX-23053) ### 🐛 Correction - [#16867](#16867) Amélioration d'un trie qui bug sous firefox (PIX-23590) ### 🏗️ Tech - [#16731](#16731) Corriger plusieurs tests - [#16770](#16770) Revoir la configuration des RA Scalingo - [#16768](#16768) Supprimer le AnswersJob et Fast worker ### ⬆️ Montée de version - [#16844](#16844) Update dependency @playwright/test to v1.61.1 (e2e-playwright) - [#16875](#16875) Update dependency js-yaml to v5 (mon-pix) - [#16876](#16876) Update dependency nodemailer to v9 (api) - [#16877](#16877) Update dependency pako to v3 (admin)
1 parent 907ca1f commit c313140

21 files changed

Lines changed: 61 additions & 30 deletions

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Pix Changelog
22

3+
# [5.459.0](https://github.com/1024pix/pix/compare/v5.458.0...v5.459.0) (2026-07-20)
4+
5+
### :rocket: Amélioration
6+
7+
- [#16870](https://github.com/1024pix/pix/pull/16870) Ajouter un bloc de commentaire dans le formulaire suivant le feedmoji (PIX-23571)
8+
- [#16716](https://github.com/1024pix/pix/pull/16716) Ajouter un session ID aux access et refresh tokens (PIX-23089)
9+
- [#16793](https://github.com/1024pix/pix/pull/16793) MDX-238 CY_Antivirus_AVA modif avant relecture
10+
- [#16808](https://github.com/1024pix/pix/pull/16808) MDX-32 retours panel NR_Datacenter_NOV
11+
- [#16871](https://github.com/1024pix/pix/pull/16871) Module NR_Ecrans&Santé_NOV : modif découverte et ajout infographie avant faisabilite
12+
- [#16866](https://github.com/1024pix/pix/pull/16866) modules-ia-lechat-devient-vibe
13+
- [#16739](https://github.com/1024pix/pix/pull/16739) Permettre l'édition de la configuration du millésime de certification sur PixAdmin (PIX-23357)
14+
- [#16797](https://github.com/1024pix/pix/pull/16797) Refonte design de la page de création de schéma de parcours combiné sur PixAdmin (PIX-23011)
15+
- [#16470](https://github.com/1024pix/pix/pull/16470) suppression de la contrainte de clé étrangère sur la table KE vers answers.id (PIX-23053)
16+
17+
### :bug: Correction
18+
19+
- [#16867](https://github.com/1024pix/pix/pull/16867) Amélioration d'un trie qui bug sous firefox (PIX-23590)
20+
21+
### :building_construction: Tech
22+
23+
- [#16731](https://github.com/1024pix/pix/pull/16731) Corriger plusieurs tests
24+
- [#16770](https://github.com/1024pix/pix/pull/16770) Revoir la configuration des RA Scalingo
25+
- [#16768](https://github.com/1024pix/pix/pull/16768) Supprimer le AnswersJob et Fast worker
26+
27+
### :arrow_up: Montée de version
28+
29+
- [#16844](https://github.com/1024pix/pix/pull/16844) Update dependency @playwright/test to v1.61.1 (e2e-playwright)
30+
- [#16875](https://github.com/1024pix/pix/pull/16875) Update dependency js-yaml to v5 (mon-pix)
31+
- [#16876](https://github.com/1024pix/pix/pull/16876) Update dependency nodemailer to v9 (api)
32+
- [#16877](https://github.com/1024pix/pix/pull/16877) Update dependency pako to v3 (admin)
33+
334
# [5.458.0](https://github.com/1024pix/pix/compare/v5.457.0...v5.458.0) (2026-07-17)
435

536
### :rocket: Amélioration

admin/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pix-admin",
3-
"version": "5.458.0",
3+
"version": "5.459.0",
44
"private": false,
55
"description": "Interface d'administration pour les membres de Pix.",
66
"license": "AGPL-3.0",

api/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pix-api",
3-
"version": "5.458.0",
3+
"version": "5.459.0",
44
"private": false,
55
"description": "Plateforme d'évaluation et de certification des compétences numériques",
66
"homepage": "https://github.com/1024pix/pix#readme",

audit-logger/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

audit-logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pix-audit-logger",
3-
"version": "5.458.0",
3+
"version": "5.459.0",
44
"description": "",
55
"scripts": {
66
"build": "tsc --project tsconfig.production.json",

certif/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

certif/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pix-certif",
3-
"version": "5.458.0",
3+
"version": "5.459.0",
44
"private": false,
55
"description": "Plateforme en ligne de gestion des sessions de certification",
66
"license": "AGPL-3.0",

high-level-tests/e2e-playwright/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)