#63171 closed task (blessed) (fixed)
Update/Audit NPM Dependencies for 6.9
| Reported by: | | Owned by: | |
|---|---|---|---|
| Milestone: | 6.9 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Build/Test Tools | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Previously:
- #62220 (6.8)
- #62137 (6.7)
- #61498 (6.6)
- #59658 (6.5)
- #58863 (6.4)
- #57657 (6.3)
- #57535 (6.2)
- #56641 (6.1)
- #54727 (6.0)
- #53361 (5.9)
- #52624 (5.8)
- #51801 (5.7)
- #50769 (5.6)
- #49768 (5.5)
- #49547 (5.4)
- #48203 (5.3)
- #46039 (5.1)
- #45064 (5.0)
- #38199 (4.7)
- #36520 (4.6)
- #35104 (4.5)
- #34177 (4.4)
- #31700 (4.3)
- #31489 (4.2)
- #30141 (4.1)
- #27340 (4.0)
- #26073 (3.9)
Change History (17)
This ticket was mentioned in PR #8706 on WordPress/wordpress-develop by @debarghyabanerjee.
7 months ago #1
- Keywords has-patch added
This ticket was mentioned in PR #9207 on WordPress/wordpress-develop by @johnbillion.
4 months ago #5
e2e-test-utils was replaced with e2e-test-utils-playwright in https://core.trac.wordpress.org/ticket/59517 and is no longer needed. This removes a few dependencies but we can't get rid of Puppeteer just yet because grunt-contrib-qunit still depends on it for the QUnit tests.
@johnbillion commented on PR #9207:
4 months ago #7
Committed in https://core.trac.wordpress.org/changeset/60429
This ticket was mentioned in PR #10465 on WordPress/wordpress-develop by @desrosj.
11 days ago #9
Trac ticket: Core-63171
This ticket was mentioned in Slack in #core by welcher. View the logs.
5 days ago
This ticket was mentioned in PR #10501 on WordPress/wordpress-develop by @desrosj.
4 days ago #12
This updates all npm dependencies for default themes except the following in Twenty Twenty-One:
sass: Updating this results in duplicate class declarations with just inline comment blocks.stylelint-related packages - causing unexpected changes to file indentation.eslintis only updated to the highest 8.x version (9.x is not yet supported by WordPress-related packages, see https://github.com/WordPress/gutenberg/pull/65648).
Trac ticket: Core-63171.
@desrosj commented on PR #10465:
4 days ago #14
@desrosj commented on PR #10501:
4 days ago #15
The browserlist config in TT2 and TT5 are using older versions than the other themes. It would be good if they were consistent
I think I'd like to look at that separately. Historically, I believe that we have not changed the browser support policies for default themes to avoid possibly breaking child themes or custom CSS.
Hat tip to @peterwilsoncc, I just realized that TT2 and TT5 now have package.json files. I've gone and updated the dependencies for those themes as well.
Trac Ticket: Core-63171