Update Jest version (package.json)

pull/11325/head
nandini584 2024-01-08 23:13:11 +05:30 zatwierdzone przez LB (Ben Johnston)
rodzic 3faeabb4d7
commit e91cdb47da
4 zmienionych plików z 760 dodań i 625 usunięć

Wyświetl plik

@ -110,6 +110,7 @@ Changelog
* Maintenance: Enhance the Stimulus `InitController` to allow for custom event dispatching when ready (Aditya, LB (Ben) Johnston)
* Maintenance: Remove inline script usage for comment initialization and adopt an event listener/dispatch approach for better CSP compliance (Aditya, LB (Ben) Johnston)
* Maintenance: Migrate styleguide ad-hoc JavaScript to use styles only to avoid CSP issues (LB (Ben) Johnston)
* Maintenance: Update Jest version - frontend tooling (Nandini Arora)
5.2.3 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -149,6 +149,7 @@ Thank you to Thibaud Colas and Badr Fourane for their work on this feature.
* Enhance the Stimulus `InitController` to allow for custom event dispatching when ready (Aditya, LB (Ben) Johnston)
* Remove inline script usage for comment initialization and adopt an event listener/dispatch approach for better CSP compliance (Aditya, LB (Ben) Johnston)
* Migrate styleguide ad-hoc JavaScript to use styles only to avoid CSP issues (LB (Ben) Johnston)
* Update Jest version - frontend tooling (Nandini Arora)
## Upgrade considerations - removal of deprecated features from Wagtail 4.2 - 5.1

1381
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -85,7 +85,7 @@
"eslint-plugin-storybook": "^0.6.15",
"expose-loader": "^3.1.0",
"gettext-extractor": "^3.5.3",
"jest": "^29.6.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.6.2",
"mini-css-extract-plugin": "^2.4.5",
"postcss": "^8.4.31",