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
# Conflicts:
#	packages/components/CHANGELOG.md
  • Loading branch information
mikachan committed Sep 22, 2023
1 parent 51e74eb commit d469913
Show file tree
Hide file tree
Showing 9 changed files with 121 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.76.0",
"webpack-bundle-analyzer": "4.4.2",
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
5 changes: 5 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
- `Placeholder`: Improved DOM structure and screen reader announcements ([#45801](https://github.com/WordPress/gutenberg/pull/45801)).
- `DateTimePicker`: fix onChange callback check so that it also works inside iframes ([#54669](https://github.com/WordPress/gutenberg/pull/54669)).

### 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)

### Enhancements
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 @@ -50,7 +50,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 d469913

@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 d469913.
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/6277633115
📝 Reported issues:

Please sign in to comment.