-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.0.2 #276
Conversation
nicosomb
commented
Aug 29, 2024
Questions | Answers |
---|---|
Description? | PR for release v3.0.2 |
Type? | improvement |
BC breaks? | no |
Deprecations? | no |
Fixed ticket? | |
Sponsor company | PrestaShop SA |
How to test? | Test the whole module behaviours |
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. - [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md) - [Commits](browserify/browserify-sign@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: browserify-sign dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…erify-sign-4.2.2 Bump browserify-sign from 4.2.1 to 4.2.2
Use npm ci instead of npm install
Standardize upgrade files
Bump version number to 3.0.2
Bumps [@prestashop-core/ui-testing](https://github.com/PrestaShop/ui-testing-library) from `308f64a` to `6d4977d`. - [Release notes](https://github.com/PrestaShop/ui-testing-library/releases) - [Commits](PrestaShop/ui-testing-library@308f64a...6d4977d) --- updated-dependencies: - dependency-name: "@prestashop-core/ui-testing" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
…/UI/dev/prestashop-core/ui-testing-6d4977d Bump @prestashop-core/ui-testing from `308f64a` to `6d4977d` in /tests/UI
Bumps [serve-static](https://github.com/expressjs/serve-static) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `serve-static` from 1.15.0 to 1.16.2 - [Release notes](https://github.com/expressjs/serve-static/releases) - [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md) - [Commits](expressjs/serve-static@v1.15.0...v1.16.2) Updates `express` from 4.19.2 to 4.21.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md) - [Commits](expressjs/express@4.19.2...4.21.0) --- updated-dependencies: - dependency-name: serve-static dependency-type: indirect - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…/UI/multi-d66d039ac5 Bump serve-static and express in /tests/UI
Bumps [@prestashop-core/ui-testing](https://github.com/PrestaShop/ui-testing-library) from `6d4977d` to `e1abc74`. - [Release notes](https://github.com/PrestaShop/ui-testing-library/releases) - [Commits](PrestaShop/ui-testing-library@6d4977d...e1abc74) --- updated-dependencies: - dependency-name: "@prestashop-core/ui-testing" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
…/UI/dev/prestashop-core/ui-testing-e1abc74 Bump @prestashop-core/ui-testing from `6d4977d` to `e1abc74` in /tests/UI
Bumps [@prestashop-core/ui-testing](https://github.com/PrestaShop/ui-testing-library) from `e1abc74` to `9b51e9a`. - [Release notes](https://github.com/PrestaShop/ui-testing-library/releases) - [Commits](PrestaShop/ui-testing-library@e1abc74...9b51e9a) --- updated-dependencies: - dependency-name: "@prestashop-core/ui-testing" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
…/UI/dev/prestashop-core/ui-testing-9b51e9a Bump @prestashop-core/ui-testing from `e1abc74` to `9b51e9a` in /tests/UI
Fixed undefined array key category_name in statistics
@florine2623 The core was merged, should be good to test. :-) |
Switched to node 20
Functional Tests : Enable Tests after #280
Hello @nicosomb , I'm having some issues testing this PR again 😭 Installation of PR is successful, BUT bump to v3.0.2 isn't taken into account. :/ Could this one be tested by a dev please ? |
@florine2623, I will take care of it ;) |
Hello @nicosomb! After some tests for this
It works! |