Skip to content

Commit

Permalink
Update uuid package to 9.0.1 (#54725)
Browse files Browse the repository at this point in the history
* Update uuid package to 9.0.0

* Update components changelog

* Update uuid to 9.0.1

* Update components changelog
  • Loading branch information
mikachan authored Sep 22, 2023
1 parent b61dde2 commit ee692dc
Show file tree
Hide file tree
Showing 9 changed files with 117 additions and 138 deletions.
240 changes: 109 additions & 131 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
"terser-webpack-plugin": "5.3.9",
"typescript": "5.1.6",
"uglify-js": "3.13.7",
"uuid": "8.3.0",
"uuid": "9.0.1",
"wd": "1.12.1",
"webpack": "5.88.2",
"webpack-bundle-analyzer": "4.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/annotations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@wordpress/i18n": "file:../i18n",
"@wordpress/rich-text": "file:../rich-text",
"rememo": "^4.0.2",
"uuid": "^8.3.0"
"uuid": "^9.0.1"
},
"peerDependencies": {
"react": "^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"fast-deep-equal": "^3.1.3",
"memize": "^2.1.0",
"remove-accents": "^0.5.0",
"uuid": "^8.3.0"
"uuid": "^9.0.1"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"remove-accents": "^0.5.0",
"showdown": "^1.9.1",
"simple-html-tokenizer": "^0.5.7",
"uuid": "^8.3.0"
"uuid": "^9.0.1"
},
"peerDependencies": {
"react": "^18.0.0"
Expand Down
1 change: 1 addition & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
### Internal

- `Tooltip`, `Shortcut`: Remove unused `ui/` components from the codebase ([#54573](https://github.com/WordPress/gutenberg/pull/54573))
- Update `uuid` package to 9.0.1 ([#54725](https://github.com/WordPress/gutenberg/pull/54725)).

## 25.8.0 (2023-09-20)

Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"reakit": "^1.3.11",
"remove-accents": "^0.5.0",
"use-lilius": "^2.0.1",
"uuid": "^8.3.0",
"uuid": "^9.0.1",
"valtio": "1.7.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"fast-deep-equal": "^3.1.3",
"memize": "^2.1.0",
"rememo": "^4.0.2",
"uuid": "^8.3.0"
"uuid": "^9.0.1"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"jest-message-util": "^29.6.2",
"jest-snapshot": "^29.6.2",
"puppeteer-testing-library": "^0.5.0",
"uuid": "^8.3.0"
"uuid": "^9.0.1"
},
"peerDependencies": {
"jest": ">=29",
Expand Down

1 comment on commit ee692dc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in ee692dc.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/6274050197
📝 Reported issues:

Please sign in to comment.