Peter Wilson
f7ae536731
Editor: Update packages for 6.7 RC 2
...
Syncs `@wordpress/*` packages to the `wp-6.7` npm tag.
Reviewed by peterwilsoncc.
Merges [59307] to the 6.7 branch.
Props kevin940726, peterwilsoncc.
See #62309 .
Built from https://develop.svn.wordpress.org/branches/6.7@59308
git-svn-id: http://core.svn.wordpress.org/branches/6.7@58694 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-10-28 05:06:26 +00:00
get_dave
224824fb85
Editor: Update packages for 6.7 RC 1.
...
Syncs @wordpress/* packages to the wp-6.7 npm tag.
Props get_dave, kevin940726, rejaulalomkhan.
Fixes #62263
Built from https://develop.svn.wordpress.org/trunk@59263
git-svn-id: http://core.svn.wordpress.org/trunk@58655 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-10-21 11:23:29 +00:00
kevin940726
decedc1b93
Editor: Update packages for 6.7 Beta 3.
...
Syncs `@wordpress/*` packages to the `wp-6.7` npm tag.
Fixes #62205 .
Built from https://develop.svn.wordpress.org/trunk@59230
git-svn-id: http://core.svn.wordpress.org/trunk@58622 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-10-14 11:47:24 +00:00
desrosj
5b4733aea7
Build/Test Tools: Configure npm to prefer-dedupe
.
...
`npm dedupe` is a command that attempts to simplify the structure of the local package tree by moving dependencies higher up. This allows for more effective package sharing, less transfer, and smaller `node_modules` folders.
This change configures npm to `prefer-dedupe` by default so that these benefits persist and the command is not required to be run regularly.
This also brings better alignment with the Gutenberg repository, which has already configured `prefer-dedupe`.
Props jonsurrell.
Fixes #62190 .
Built from https://develop.svn.wordpress.org/trunk@59207
git-svn-id: http://core.svn.wordpress.org/trunk@58602 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-10-10 15:58:22 +00:00
noisysocks
740dc9cf12
Editor: Update packages for 6.7 Beta 2.
...
Syncs `@wordpress/*` packages to the `wp-6.7` npm tag.
Fixes #62179 .
Built from https://develop.svn.wordpress.org/trunk@59184
git-svn-id: http://core.svn.wordpress.org/trunk@58579 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-10-06 22:45:30 +00:00
noisysocks
0e5b9a0eb4
Editor: Update packages for 6.7 Beta 1.
...
Syncs `@wordpress/*` packages to the `wp-6.7` npm tag.
See #61906 .
Built from https://develop.svn.wordpress.org/trunk@59148
git-svn-id: http://core.svn.wordpress.org/trunk@58544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-10-01 01:18:28 +00:00
noisysocks
cf877c686b
Editor: Update packages for 6.7 Beta 1.
...
Syncs `@wordpress/*` packages to the `wp-6.7` npm tag.
See #61906 .
Built from https://develop.svn.wordpress.org/trunk@59119
git-svn-id: http://core.svn.wordpress.org/trunk@58515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-09-30 05:11:31 +00:00
noisysocks
3bb03c7654
Editor: Update packages for 6.7 Beta 1.
...
Syncs `@wordpress/*` packages to the `wp-6.7` npm tag.
See #61906 .
Built from https://develop.svn.wordpress.org/trunk@59079
git-svn-id: http://core.svn.wordpress.org/trunk@58475 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-09-23 06:52:26 +00:00
noisysocks
f6df3fba16
Editor: Update packages for 6.7 Beta 1.
...
Syncs `@wordpress/*` packages to the `wp-6.7` npm tag.
Fixes #61906 .
Props peterwilsoncc, gziolo, kevin940726.
Built from https://develop.svn.wordpress.org/trunk@59072
git-svn-id: http://core.svn.wordpress.org/trunk@58468 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-09-20 01:55:35 +00:00
hellofromTonya
699ea88e6c
Editor: Update packages for 6.6.2 RC1.
...
Updates the versions from the [a74a70ed20
released packages] for the following bugfixes:
* [https://github.com/WordPress/gutenberg/pull/63980 Global Styles: Fix block custom CSS pseudo element selectors]
* [https://github.com/WordPress/gutenberg/pull/64463 Featured Image Block: Reduce CSS specificity]
* [https://github.com/WordPress/gutenberg/pull/64076 Fix bumped specificity for layout styles in non-iframed editor]
* [https://github.com/WordPress/gutenberg/pull/64379 Don't allow duplicating template parts in non-block-based themes]
* [https://github.com/WordPress/gutenberg/pull/64250 Data Views: Don't render action modal when there are no eligible items]
* [https://github.com/WordPress/gutenberg/pull/63724 Fix canvas issues by removing VisualEditor’s height]
* [https://github.com/WordPress/gutenberg/pull/64992 Post Editor: fix click space after post content to append]
* [https://github.com/WordPress/gutenberg/pull/63939 Post Editor: Prevent popover from being hidden by metabox]
* [https://github.com/WordPress/gutenberg/pull/64639 Post editor: apply space below content using a pseudo-element instead of padding-bottom]
* [https://github.com/WordPress/gutenberg/pull/64015 Avoid errors for post types without a 'menu_icon']
* [https://github.com/WordPress/gutenberg/pull/64458 Update postcss-prefixwrap dependency to 1.51.0 to fix prefixing in :where selectors]
Props vcanales.
Fixes #61982 .
See #61704 , #61769 , #61829 .
Built from https://develop.svn.wordpress.org/trunk@58988
git-svn-id: http://core.svn.wordpress.org/trunk@58384 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-09-04 16:25:19 +00:00
ellatrix
6d7e0b6a60
Editor: Update packages for 6.6 RC 3.
...
Fixes #61603 .
Fixes https://github.com/WordPress/wordpress-develop/pull/6998 .
See https://make.wordpress.org/core/handbook/about/release-cycle/block-editor-release-process-for-major-releases/#package-updates-and-core-patches .
Props ellatrix, youknowriad.
Built from https://develop.svn.wordpress.org/trunk@58693
git-svn-id: http://core.svn.wordpress.org/trunk@58095 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-07-09 13:45:25 +00:00
ellatrix
3c53d98912
Editor: Update packages for 6.6 RC 2.
...
Fixes #61548 .
Fixes https://github.com/WordPress/wordpress-develop/pull/6953 .
See https://make.wordpress.org/core/handbook/about/release-cycle/block-editor-release-process-for-major-releases/#package-updates-and-core-patches .
Props ellatrix, youknowriad.
Built from https://develop.svn.wordpress.org/trunk@58617
git-svn-id: http://core.svn.wordpress.org/trunk@58050 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-07-02 14:53:30 +00:00
ellatrix
98595e5229
Editor: Update packages for 6.6 RC 1.
...
See https://make.wordpress.org/core/handbook/about/release-cycle/block-editor-release-process-for-major-releases/#package-updates-and-core-patches .
See https://github.com/WordPress/wordpress-develop/pull/6902 .
See https://github.com/WordPress/gutenberg/tree/wp/6.6 .
Fixes #61497 .
Props ellatrix, jorbin.
Built from https://develop.svn.wordpress.org/trunk@58565
git-svn-id: http://core.svn.wordpress.org/trunk@58013 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-06-25 13:49:28 +00:00
ellatrix
6e426b04c1
Editor: Update packages for 6.6 Beta 3.
...
See https://make.wordpress.org/core/handbook/about/release-cycle/block-editor-release-process-for-major-releases/#package-updates-and-core-patches .
See https://github.com/WordPress/gutenberg/pull/62641 .
See https://github.com/WordPress/wordpress-develop/pull/6850 .
Props ellatrix, cbravobernal.
Fixes #61462 .
Built from https://develop.svn.wordpress.org/trunk@58434
git-svn-id: http://core.svn.wordpress.org/trunk@57883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-06-18 13:19:30 +00:00
ellatrix
47e24c6791
Editor: Update npm packages for WP 6.6 Beta 2.
...
See https://github.com/WordPress/wordpress-develop/pull/6773 .
Fixes #61410 .
Props vcanales.
Built from https://develop.svn.wordpress.org/trunk@58387
git-svn-id: http://core.svn.wordpress.org/trunk@57836 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-06-11 10:07:32 +00:00
ellatrix
aca0884138
Editor: Update npm packages.
...
Updates the editor npm packages to latest versions.
Props vcanales.
Fixes #61339 .
Built from https://develop.svn.wordpress.org/trunk@58275
git-svn-id: http://core.svn.wordpress.org/trunk@57736 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-05-31 18:59:00 +00:00
ellatrix
1fbf5fa51d
Editor: Update npm packages.
...
Updates the editor npm packages to latest versions.
See https://github.com/WordPress/wordpress-develop/pull/6612 .
Props ellatrix, mukesh27, youknowriad, mamaduka.
Built from https://develop.svn.wordpress.org/trunk@58187
git-svn-id: http://core.svn.wordpress.org/trunk@57650 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-05-23 19:39:28 +00:00
John Blackbourn
a04dc48ea7
Editor: Update npm packages.
...
Updates the editor npm packages to the latest patch versions for 6.5.1.
See https://github.com/WordPress/gutenberg/pull/60577 .
Built from https://develop.svn.wordpress.org/trunk@57949
git-svn-id: http://core.svn.wordpress.org/trunk@57446 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-04-09 10:57:27 +00:00
desrosj
3bf6493510
Editor: Merge Editor bug fixes ahead of 6.5 RC4.
...
This merges several high priority bug fixes for the editor ahead of WordPress 6.5:
- https://github.com/WordPress/gutenberg/pull/60180
- https://github.com/WordPress/gutenberg/pull/60093
- https://github.com/WordPress/gutenberg/pull/60071
- https://github.com/WordPress/gutenberg/pull/60130
- https://github.com/WordPress/gutenberg/pull/59959
- https://github.com/WordPress/gutenberg/pull/60167
Props youknowriad, annezazu, mcsf, jsnajdr, mmaattiiaass, get_dave, scruffian, mikachan, grantmkin, andraganescu, scruffian, antosguillamot, fabiankaegy, huzaifaalmesbah, krupajnanda, colorful-tones, liviopv, mamaduka, kim88, poena, peterwilsoncc, wildworks, swissspidy, desrosj, jorbin.
Fixes #60315 .
Built from https://develop.svn.wordpress.org/trunk@57888
git-svn-id: http://core.svn.wordpress.org/trunk@57389 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-03-28 02:29:24 +00:00
youknowriad
9ed35adffa
Editor: Update Packages with the latest bug fixes for 6.5 RC 3
...
It includes all the backports from this Gutenberg PR https://github.com/WordPress/gutenberg/pull/59949/
Props get_dave, youknowriad.
See #60315 .
Built from https://develop.svn.wordpress.org/trunk@57851
git-svn-id: http://core.svn.wordpress.org/trunk@57352 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-03-19 08:07:17 +00:00
youknowriad
8a7d013dfd
Editor: Update Packages with the latest bug fixes for 6.5 RC 2
...
It includes all the backports from this Gutenberg PR https://github.com/WordPress/gutenberg/pull/59756/
Props get_dave, swissspidy, bernhard-reiter, youknowriad.
See #60315 .
Built from https://develop.svn.wordpress.org/trunk@57814
git-svn-id: http://core.svn.wordpress.org/trunk@57315 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-03-12 14:08:24 +00:00
youknowriad
bee0c1a172
Editor: Update Packages with the latest bug fixes for 6.5 RC 1
...
It includes all the backports from this Gutenberg PR https://github.com/WordPress/gutenberg/pull/59541/
Props get_dave, youknowriad, talldanwp.
See #60315 .
Fixes #60665 .
Built from https://develop.svn.wordpress.org/trunk@57760
git-svn-id: http://core.svn.wordpress.org/trunk@57261 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-03-04 14:08:24 +00:00
youknowriad
d3204b3e7e
Editor: Update Packages with the latest bug fixes for 6.5 beta 3
...
It includes all the backports from this Gutenberg PR https://github.com/WordPress/gutenberg/pull/59394/
Props get_dave, youknowriad.
See #60315 .
Built from https://develop.svn.wordpress.org/trunk@57721
git-svn-id: http://core.svn.wordpress.org/trunk@57222 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-02-27 14:48:23 +00:00
youknowriad
e34c2c3a94
Editor: Update Packages with the latest bug fixes for 6.5 beta 2 (Round 2).
...
It includes all the backports from this Gutenberg PR https://github.com/WordPress/gutenberg/pull/59208
See #60315 .
Built from https://develop.svn.wordpress.org/trunk@57669
git-svn-id: http://core.svn.wordpress.org/trunk@57170 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-02-20 15:41:18 +00:00
youknowriad
433fd94980
Editor: Update Packages with the latest bug fixes for 6.5 beta 2.
...
It includes all the backports from this Gutenberg PR https://github.com/WordPress/gutenberg/pull/59197
Props youknowriad, get_dave.
See #60315 .
Built from https://develop.svn.wordpress.org/trunk@57663
git-svn-id: http://core.svn.wordpress.org/trunk@57164 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-02-20 11:16:26 +00:00
desrosj
d4a8067885
Build/Test Tools: Update several dependencies.
...
This updates the following dependencies:
- `@pmmmwh/react-refresh-webpack-plugin` from `0.5.5` to `0.5.11`.
- `autoprefixer` from `10.4.16` to `10.4.17`.
- `copy-webpack-plugin` from `11.0.0` to `12.0.2`.
- `cssnano` from `6.0.1` to `6.0.3`.
- `dotenv` from `16.3.1` to `16.4.4`.
- `dotenv-expand` from `10.0.0` to `11.0.3`.
- `postcss` from `8.4.31` to `8.4.35`.
- `sass` from `1.69.3` to `1.70.0`.
- `sinon` from `16.0.3` to `16.1.3`.
- `source-map-loader` from `4.0.1` to `5.0.0`.
- `terser-webpack-plugin` from `5.3.9` to `5.3.10`.
- `wait-on` from `7.0.1` to `7.2.0`.
- `webpack` from `5.89.0` to `5.90.2`.
Additionally, `npm audit fix` has been run.
See #59658 .
Built from https://develop.svn.wordpress.org/trunk@57635
git-svn-id: http://core.svn.wordpress.org/trunk@57136 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-02-15 16:53:15 +00:00
youknowriad
8cd718b010
Editor: Update Packages with the latest bug fixes for 6.5 beta1.
...
It includes all the backports from this Gutenberg PR https://github.com/WordPress/gutenberg/pull/58964
Props youknowriad, get_dave.
See #60315 .
Built from https://develop.svn.wordpress.org/trunk@57619
git-svn-id: http://core.svn.wordpress.org/trunk@57120 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-02-13 13:12:17 +00:00
youknowriad
f7c63b630c
Editor: Update the WordPress packages to Gutenberg 17.7RC1.
...
This brings the latest and greatest from Gutenberg.
The full changelog is available here
https://github.com/WordPress/gutenberg/releases/tag/v17.7.0-rc.1
Props youknowriad, get_dave.
See #60315 .
Built from https://develop.svn.wordpress.org/trunk@57578
git-svn-id: http://core.svn.wordpress.org/trunk@57079 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-02-09 18:22:22 +00:00
youknowriad
9aaa49f5a7
Editor: Update WordPress packages to Gutenberg 16.7 RC3.
...
It brings with a set of iterations and follow-ups to the initial package update.
It also fixes a regression that happened for interactive blocks.
Props gziolo, luisherranz, cbravobernal.
See #60315 .
Built from https://develop.svn.wordpress.org/trunk@57499
git-svn-id: http://core.svn.wordpress.org/trunk@57000 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-31 12:59:56 +00:00
youknowriad
1de40f71be
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
...
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315 .
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 21:07:12 +00:00
isabel_brison
078ed1a3a6
Editor: update npm packages for 6.4.2.
...
Package updates with bug fixes related to patterns, Query look interactivity, design tools UI and accessibility.
Props mikachan, jorbin, kebbet, artemiosans, talldanwp, ramonopoly, alexstine, andrewserong, mamaduka, cbravobernal, ajlende, luisherranz.
See #59828 .
Built from https://develop.svn.wordpress.org/trunk@57109
git-svn-id: http://core.svn.wordpress.org/trunk@56620 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-11-14 00:12:23 +00:00
Tammie Lister
8325d334f6
Update editor related npm packages for 6.4 RC1.
...
The npm packages needed a second part to the update for 6.4 RC1.
Props isabel_brison, andrewserong, jsnajdr, wildworks, joen, mciampini, tyxla, youknowriad, ramonopoly, spacedmonkey, dmsnell, mikachan, kishanjasani, czapla, siobhyb, darerodz, luisherranz
See #59411 .
Built from https://develop.svn.wordpress.org/trunk@56945
git-svn-id: http://core.svn.wordpress.org/trunk@56456 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-10-16 19:17:19 +00:00
hellofromTonya
5ac76255a9
Editor: Update npm packages ahead of 6.4 RC1.
...
Updates the npm packages and code for:
* [https://github.com/WordPress/gutenberg/pull/55121 List: fix forward merging of nested list]
* [https://github.com/WordPress/gutenberg/pull/55182 Update consent string for using private APIs.]
* [https://github.com/WordPress/gutenberg/pull/55204 useBlockSettings: add missing useMemo dependencies]
* [https://github.com/WordPress/gutenberg/pull/55120 Remove the lightbox filter and view file when the lightbox setting is disabled.]
* [https://github.com/WordPress/gutenberg/pull/55245 Patterns: Remove the version enforcement for npm in engines field]
* [https://github.com/WordPress/gutenberg/pull/55237 Remove `@return void` from PHP function docs]
* [https://github.com/WordPress/gutenberg/pull/55141 Image: Disable lightbox editor UI for linked images]
* [https://github.com/WordPress/gutenberg/pull/55269 Image: Stop crashing with Lightbox on image blocks without an image]
* [https://github.com/WordPress/gutenberg/pull/55021 Update fullscreen icon]
* [https://github.com/WordPress/gutenberg/pull/55217 Template Part block: Fall back to current theme if no theme attribute is given.] This change is part of fix for a performance regression re-introduced by [56818].
References:
* [https://github.com/WordPress/gutenberg/pull/55298 Gutenberg PR 55298] Cherry-pick commits
Follow-up to [56818], [56816].
Props ellatrix, peterwilsoncc, jsnajdr, afercia, gziolo, isabel_brison, artemiosans, richtabor, bernhard-reiter, flixos90, mikachan, spacedmonkey, hellofromTonya.
See #59583 , #59411 .
Built from https://develop.svn.wordpress.org/trunk@56849
git-svn-id: http://core.svn.wordpress.org/trunk@56361 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-10-12 13:58:15 +00:00
Tammie Lister
d605f96c0f
Update npm packages to latest versions for 6.4 beta 3.
...
The npm packages needed a further update for beta 3 in preparation for 6.4.
Props @richtabor, @mmaattiiaass, @tellthemachines, @mamaduka, @swissspidy, @scruffian, @andraganescu, @andrewserong, @mujuonly, @get_dave, @ntsekouras, @carlosgprim, @ramonopoly, @jameskoster, @wildworks, @aaronrobertshaw, @czapla, @santosguillamot, @artemiosans, @afercia, @glendaviesnz, @kevin940726, @mikachan, @siobhyb.
See #59411 .
Built from https://develop.svn.wordpress.org/trunk@56808
git-svn-id: http://core.svn.wordpress.org/trunk@56320 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-10-09 17:24:24 +00:00
Tammie Lister
ddc07c4598
Update npm packages to latest.
...
The npm packages needed a further update for beta 2 in preparation for 6.4.
Props @mmaattiiaass , @wildworks , @aaronrobertshaw, @bartkalisz, @mamaduka, @artemiosans, @youknowriad, @czapla, @richtabor, @glendaviesnz, @pbking, @cbravobernal, @madhudollu, @kevin940726, @adamsilverstein, @get_dave, @ntsekouras, @ramonopoly, @jffng, @swissspidy, @carlosgprim, @siobhyb, @mikachan.
See #59411 .
Built from https://develop.svn.wordpress.org/trunk@56755
git-svn-id: http://core.svn.wordpress.org/trunk@56267 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-10-02 18:58:22 +00:00
hellofromTonya
d02e84860f
Editor: 2nd package updates for 6.4 Beta 1.
...
Round 2 of package updates for 6.4. Beta 1 which includes disabling the rendering of the Font Library in Core.
The full list of changes are found here 641b696cd6
.
Follow-up to [56710], [56713].
Props mikachan, mmaattiiaass, mamaduka, desrosj, ockham, hellofromTonya.
See #59411 .
Built from https://develop.svn.wordpress.org/trunk@56728
git-svn-id: http://core.svn.wordpress.org/trunk@56240 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-09-26 19:11:22 +00:00
Tammie Lister
04f631f232
Update editor related npm packages
...
The npm packages needed updating for 6.4 to the latest.
Props mikachan, mukesdpanchal27, luisherranz, youknowriad, tellthemachines, gziolo, ockham, michalczaplinski
Fixes #59411
Built from https://develop.svn.wordpress.org/trunk@56710
git-svn-id: http://core.svn.wordpress.org/trunk@56222 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-09-26 14:23:26 +00:00
desrosj
3c8457e747
Build/Test Tools: Update build related dependencies to their latest versions.
...
This updates the following npm dependencies:
- `autoprefixer` to version `10.4.16`.
- `grunt-contrib-qunit` to version `8.0.1`.
- `postcss` to version `8.4.30`.
- `react-refresh` to version `0.14.0`.
- `sass` to version `1.68.0`.
- `sinon` to version `16.0.0`.
- `uuid` to version `9.0.1`.
- `tslib` to version `2.6.2`.
This change accompanies a similar one in the Gutenberg repository: https://github.com/WordPress/gutenberg/pull/54657 .
Props gziolo, desrosj.
Fixes #58863 .
Built from https://develop.svn.wordpress.org/trunk@56647
git-svn-id: http://core.svn.wordpress.org/trunk@56159 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-09-21 13:26:32 +00:00
isabel_brison
aac1b7c487
Editor: update packages with bug fixes for 6.3.2
...
Updates editor npm packages to latest patch versions for the 6.3.x branch.
Props ramonopoly.
See #59293 .
Built from https://develop.svn.wordpress.org/trunk@56520
git-svn-id: http://core.svn.wordpress.org/trunk@56032 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-09-06 03:19:44 +00:00
desrosj
afd36de0b5
Build/Test Tools: Update all build tool related dependencies.
...
This updates the following dependencies to their latest versions:
- `chalk`
- `cssnano`
- `dotenv`
- `grunt-contrib-cssmin`
- `grunt-contrib-qunit`
- `grunt-webpack`
- `jest-image-snapshot`
- `postcss`
- `sass`
- `sinon`
- `webpack`
Additionally, `npm audit fix` has been run to automatically fix as many issues as possible.
See #58863 .
Built from https://develop.svn.wordpress.org/trunk@56390
git-svn-id: http://core.svn.wordpress.org/trunk@55902 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-08-11 16:04:29 +00:00
isabel_brison
3e103142ab
Editor: second update of npm packages for 6.3 RC3.
...
Includes bug fixes for footnotes, patterns, command palette, top toolbar and other small regressions.
Props andrewserong, spacedmonkey.
See #58926 .
Built from https://develop.svn.wordpress.org/trunk@56332
git-svn-id: http://core.svn.wordpress.org/trunk@55844 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-08-01 08:01:54 +00:00
isabel_brison
bae8871465
Editor: initial update of npm packages for 6.3 RC3.
...
Includes bug fixes for patterns, command palette and several minor regressions.
Props ramonopoly.
See #58926 .
Built from https://develop.svn.wordpress.org/trunk@56320
git-svn-id: http://core.svn.wordpress.org/trunk@55832 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-07-28 07:40:16 +00:00
isabel_brison
baf1c9d87a
Editor: update npm packages with bug fixes for 6.3 RC2.
...
Includes miscellaneous bug fixes for 6.3 RC12.
Props ramonopoly, audrasjb, swissspidy, peterwilsoncc, joemcgill.
Fixes #58804 .
Built from https://develop.svn.wordpress.org/trunk@56298
git-svn-id: http://core.svn.wordpress.org/trunk@55810 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-07-25 08:40:23 +00:00
isabel_brison
780ddef241
Editor: update npm packages with second round of bug fixes for 6.3 RC1.
...
Includes miscellaneous bug fixes for 6.3 RC1.
Props ramonopoly, mukesh27.
Fixes #58804 .
Built from https://develop.svn.wordpress.org/trunk@56255
git-svn-id: http://core.svn.wordpress.org/trunk@55767 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-07-18 07:20:48 +00:00
isabel_brison
f29e4144fa
Editor: update npm packages with first round of bug fixes for 6.3 RC1.
...
Includes miscellaneous bug fixes for 6.3 RC1.
Props ramonopoly.
See #58804 .
Built from https://develop.svn.wordpress.org/trunk@56229
git-svn-id: http://core.svn.wordpress.org/trunk@55741 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-07-14 04:33:18 +00:00
isabel_brison
9f33966e4e
Editor: update npm packages with bug fixes and blessed tasks.
...
Includes miscellaneous bug fixes and enhancements to the Library task (#58579 ).
Props andrewserong, ramonopoly.
Fixes #58745 .
Built from https://develop.svn.wordpress.org/trunk@56205
git-svn-id: http://core.svn.wordpress.org/trunk@55717 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-07-11 06:59:09 +00:00
isabel_brison
2405b7fbf7
Editor: update npm packages with bug fixes and blessed tasks.
...
Includes miscellaneous bug fixes and enhancements to the Library task (#58579 ) and to the Command Palette task (#58643 ).
See #58745 .
Built from https://develop.svn.wordpress.org/trunk@56159
git-svn-id: http://core.svn.wordpress.org/trunk@55671 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-07-07 07:21:17 +00:00
isabel_brison
919ea56557
Editor: update npm packages with bug fixes and blessed tasks.
...
Includes miscellaneous bug fixes and enhancements to the Library task (#58579 ) and to the site vs content editing task (#58641 )
Fixes #58701 .
Built from https://develop.svn.wordpress.org/trunk@56127
git-svn-id: http://core.svn.wordpress.org/trunk@55639 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-07-03 09:14:26 +00:00
isabel_brison
9dcce378a0
Editor: update npm packages to latest patch versions.
...
Updates the `@wordpress` npm packages to their latest patch versions, including generated PHP files.
Props ramonopoly.
Fixes #58654 .
Built from https://develop.svn.wordpress.org/trunk@56086
git-svn-id: http://core.svn.wordpress.org/trunk@55598 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-06-28 07:04:13 +00:00
Bernhard Reiter
00401e16b3
Editor: update Wordpress npm packages.
...
Updates the wordpress npm packages and their dependencies to the latest versions, as well as auto-updates to relevant core PHP files.
Props youknowriad, joemcgill, spacedmonkey, ramonopoly, peterwilsoncc, bernhard-reiter, tyxla, dmsnell.
Fixes #58623 .
Built from https://develop.svn.wordpress.org/trunk@56065
git-svn-id: http://core.svn.wordpress.org/trunk@55577 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-06-27 14:24:19 +00:00