-
Notifications
You must be signed in to change notification settings - Fork 25
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
Update runtime to npmjs #1506
Merged
Merged
Update runtime to npmjs #1506
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bluehost Brand Plugin Run #12606
Run Properties:
|
Project |
Bluehost Brand Plugin
|
Branch Review |
update/runtime-npmjs
|
Run status |
Passed #12606
|
Run duration | 32m 01s |
Commit |
763eeddbd5: update remaining modules for runtime updates
|
Committer | Evan Mullins |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
2
|
Pending |
33
|
Skipped |
0
|
Passing |
407
|
View all changes introduced in this branch ↗︎ |
Bluehost Brand Plugin Run #12591
Run Properties:
|
Project |
Bluehost Brand Plugin
|
Branch Review |
update/runtime-npmjs
|
Run status |
Failed #12591
|
Run duration | 33m 41s |
Commit |
27f4f2f7b6 ℹ️: Merge c8bff282c254914a17409c7be1869df7fc98f70a into d25d8826c015e354de0a70b44115...
|
Committer | Evan Mullins |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
1
|
Flaky |
0
|
Pending |
33
|
Skipped |
0
|
Passing |
409
|
View all changes introduced in this branch ↗︎ |
Tests for review
vendor/newfold-labs/wp-module-ecommerce/tests/cypress/integration/Home/ecommerce-coming-soon.cy.js • 1 failed test
Test | Artifacts | |
---|---|---|
e-commerce Home Page- Coming soon mode > Verify Site Preview flex and View your site option |
Test Replay
Screenshots
Video
|
* develop: NPM(deps): Bump @wordpress/icons from 10.14.0 to 10.15.1 NPM(deps): Bump @wordpress/compose from 7.14.0 to 7.15.1 Bug fixes patch NPM(deps): Bump @wordpress/element from 6.14.0 to 6.15.1 NPM(deps): Bump @wordpress/i18n from 5.14.0 to 5.15.1 Bump Performance to 2.3.0 Composer(deps): Bump newfold-labs/wp-module-global-ctb NPM Dev(deps-dev): Bump @wordpress/scripts from 30.7.0 to 30.8.1 NPM(deps): Bump @wordpress/html-entities from 4.14.0 to 4.15.0 Tweak: usage of constant BLUEHOST_PLUGIN_DIR New: include new burst safety folder # Conflicts: # package-lock.json
roll back wpscripts update
- Upgrading newfold-labs/wp-module-marketplace (2.4.0 => 2.5.0) - Upgrading newfold-labs/wp-module-performance (2.3.2 => 2.4.0)
wpscholar
approved these changes
Jan 16, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
This updates the runtime package to the newly hosted npmjs build. Migrating from github package to npmjs package will remove the token requirement and allow workflows to perform more often as expected. Currently, they often fail due to no token being found (for dependabot and in forked repos outside the newfold-labs org).
This updates the package and its imports.
See PRESS10-73 and PRESS10-63 for more details.
Also, see runtime package updates for this change:
And a similar PR on the e-commerce module doing the same thing:
Type of Change
Checklist
Further comments