Skip to content

Commit

Permalink
Bump the wp-packages group with 14 updates (#13491)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Birchler <[email protected]>
  • Loading branch information
dependabot[bot] and swissspidy authored Nov 2, 2023
1 parent aa026f8 commit 5428f3a
Show file tree
Hide file tree
Showing 13 changed files with 575 additions and 740 deletions.
1,260 changes: 547 additions & 713 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
"@web-stories-wp/karma-failed-tests-reporter": "*",
"@web-stories-wp/karma-puppeteer-client": "*",
"@web-stories-wp/karma-puppeteer-launcher": "*",
"@wordpress/babel-plugin-import-jsx-pragma": "^4.25.0",
"@wordpress/dependency-extraction-webpack-plugin": "^4.25.0",
"@wordpress/eslint-plugin": "^16.0.0",
"@wordpress/babel-plugin-import-jsx-pragma": "^4.27.0",
"@wordpress/dependency-extraction-webpack-plugin": "^4.27.0",
"@wordpress/eslint-plugin": "^17.1.0",
"ajv-cli": "^5.0.0",
"ajv-formats": "^2.1.1",
"babel-jest": "^29.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/activation-notice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@emotion/is-prop-valid": "^1.2.1",
"@googleforcreators/tracking": "*",
"@wordpress/element": "^5.19.0",
"@wordpress/i18n": "^4.43.0",
"@wordpress/i18n": "^4.44.0",
"flagged": "^2.0.10",
"polished": "^4.2.2",
"styled-components": "^6.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"type": "module",
"main": "./src/index.js",
"dependencies": {
"@wordpress/url": "^3.43.0",
"@wordpress/url": "^3.45.0",
"expect-puppeteer": "^9.0.1"
},
"devDependencies": {
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 @@ -29,7 +29,7 @@
"@web-stories-wp/e2e-test-utils": "*",
"@web-stories-wp/jest-puppeteer-amp": "*",
"@web-stories-wp/jest-resolver": "*",
"@wordpress/jest-console": "^7.13.0",
"@wordpress/jest-console": "^7.15.0",
"babel-jest": "^29.5.0",
"expect-puppeteer": "^9.0.1",
"jest-environment-puppeteer": "^9.0.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/stories-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
"dependencies": {
"@googleforcreators/tracking": "*",
"@web-stories-wp/glider": "*",
"@wordpress/api-fetch": "^6.39.0",
"@wordpress/block-editor": "^12.10.0",
"@wordpress/blocks": "^12.19.0",
"@wordpress/components": "^25.8.0",
"@wordpress/compose": "^6.19.0",
"@wordpress/core-data": "^6.19.0",
"@wordpress/api-fetch": "^6.41.0",
"@wordpress/block-editor": "^12.12.0",
"@wordpress/blocks": "^12.21.0",
"@wordpress/components": "^25.10.0",
"@wordpress/compose": "^6.21.0",
"@wordpress/core-data": "^6.21.0",
"@wordpress/data": "^9.12.0",
"@wordpress/date": "^4.42.0",
"@wordpress/element": "^5.19.0",
"@wordpress/i18n": "^4.43.0",
"@wordpress/i18n": "^4.44.0",
"@wordpress/icons": "^9.33.0",
"@wordpress/notices": "^4.10.0",
"@wordpress/url": "^3.43.0",
"@wordpress/viewport": "^5.19.0",
"@wordpress/url": "^3.45.0",
"@wordpress/viewport": "^5.21.0",
"classnames": "^2.3.2",
"lodash": "^4.17.21",
"prop-types": "^15.8.1"
Expand Down
3 changes: 2 additions & 1 deletion packages/stories-block/src/block/test/storiesPlaceholder.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import StoriesLoading from '../components/storiesLoading';
describe('StoriesLoading', () => {
it('should display spinner', () => {
render(<StoriesLoading />);
expect(screen.getByText('Loading Stories…')).toBeInTheDocument();
// Text occurs twice, once within the placeholder and once in the a11y-speak-region.
expect(screen.getAllByText('Loading Stories…')[0]).toBeInTheDocument();
});
});
2 changes: 1 addition & 1 deletion packages/stories-carousel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"main": "./src/index.js",
"dependencies": {
"@web-stories-wp/glider": "*",
"@wordpress/dom-ready": "^3.42.0"
"@wordpress/dom-ready": "^3.44.0"
},
"devDependencies": {}
}
2 changes: 1 addition & 1 deletion packages/stories-lightbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"type": "module",
"main": "./src/index.js",
"dependencies": {
"@wordpress/dom-ready": "^3.42.0"
"@wordpress/dom-ready": "^3.44.0"
},
"devDependencies": {}
}
8 changes: 4 additions & 4 deletions packages/tinymce-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
},
"main": "./src/index.js",
"dependencies": {
"@wordpress/components": "^25.8.0",
"@wordpress/compose": "^6.19.0",
"@wordpress/components": "^25.10.0",
"@wordpress/compose": "^6.21.0",
"@wordpress/data": "^9.12.0",
"@wordpress/dom-ready": "^3.42.0",
"@wordpress/dom-ready": "^3.44.0",
"@wordpress/element": "^5.19.0",
"@wordpress/i18n": "^4.43.0",
"@wordpress/i18n": "^4.44.0",
"prop-types": "^15.8.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"type": "module",
"main": "./src/index.js",
"dependencies": {
"@wordpress/dom-ready": "^3.42.0"
"@wordpress/dom-ready": "^3.44.0"
},
"devDependencies": {}
}
4 changes: 2 additions & 2 deletions packages/wp-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@googleforcreators/tracking": "*",
"@googleforcreators/url": "*",
"@web-stories-wp/wp-utils": "*",
"@wordpress/api-fetch": "^6.39.0",
"@wordpress/dom-ready": "^3.42.0",
"@wordpress/api-fetch": "^6.41.0",
"@wordpress/dom-ready": "^3.44.0",
"flagged": "^2.0.10",
"opentype.js": "^1.3.4",
"prop-types": "^15.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/wp-story-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@googleforcreators/tracking": "*",
"@googleforcreators/url": "*",
"@web-stories-wp/wp-utils": "*",
"@wordpress/api-fetch": "^6.39.0",
"@wordpress/dom-ready": "^3.42.0",
"@wordpress/api-fetch": "^6.41.0",
"@wordpress/dom-ready": "^3.44.0",
"flagged": "^2.0.10",
"polished": "^4.2.2",
"react-calendar": "^4.3.0",
Expand Down

0 comments on commit 5428f3a

Please sign in to comment.