Skip to content

fix(deps): update starters and examples (major) - #76

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-starters-examples-major
Open

fix(deps): update starters and examples (major)#76
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-starters-examples-major

Conversation

@renovate

@renovate renovate Bot commented Sep 6, 2021

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mdx-js/react (source) ^1.6.22^3.1.1 age adoption passing confidence
@types/node (source) ^17.0.45^26.1.1 age adoption passing confidence
@types/react (source) ^18.0.17^19.2.17 age adoption passing confidence
@types/react-dom (source) ^18.0.6^19.2.3 age adoption passing confidence
@wordpress/block-library (source) ^2.29.3^10.2.0 age adoption passing confidence
html-react-parser ^0.14.3^6.1.5 age adoption passing confidence
prettier (source) ^2.7.1^3.9.6 age adoption passing confidence
prettier (source) 2.7.13.9.6 age adoption passing confidence
typeface-merriweather (source) 0.0.721.1.13 age adoption passing confidence
typeface-montserrat (source) 0.0.751.1.13 age adoption passing confidence
typescript (source) ^4.7.4^7.0.2 age adoption passing confidence

Release Notes

mdx-js/mdx (@​mdx-js/react)

v3.1.1

Compare Source

Fix
Types
  • 933ab44 @mdx-js/mdx: add attributes to export/import declarations
Docs

Full Changelog: mdx-js/mdx@3.1.0...3.1.1

v3.1.0

Compare Source

Add
Fix
Types
Miscellaneous
  • 77158cd Refactor to externalize recma packages
Site

Full Changelog: mdx-js/mdx@3.0.1...3.1.0

v3.0.1

Compare Source

Fix
Types
Site

Full Changelog: mdx-js/mdx@3.0.0...3.0.1

v3.0.0

Compare Source

(see https://mdxjs.com/migrating/v3/ on how to migrate)

Change
Change (unlikely to affect you)
  • c961af8 Remove useDynamicImport option
  • 9cb26fd @mdx-js/register: remove package
  • 0d1558a @mdx-js/esbuild: remove experimental allowDangerousRemoteMdx
  • 0f62bce @mdx-js/node-loader: remove fixRuntimeWithoutExportMap
  • 4f92422 @mdx-js/preact: remove deprecated MDXContext, withMDXComponents
  • a362bb4 @mdx-js/react: remove deprecated MDXContext, withMDXComponents
Add
  • e12f307 Add support for passing baseUrl when running
  • 2c511a4 Add support for baseUrl as a URL
  • 1863914 Add deprecation warning for classic runtime
  • a34177c Add support for ES2024 in MDX, adjacent JSX and expression blocks
  • 44fd9ca Add support for await in MDX
  • 3a7f194 Add tableCellAlignToStyle option, to use align
  • fdfe17b @mdx-js/rollup: add support for Vite development mode
    by @​remcohaszing in #​2376
Misc
Docs
Site

Full Changelog: mdx-js/mdx@2.3.0...3.0.0

v2.3.0

Compare Source

Add
Fix
Community
Misc

Full Changelog: mdx-js/mdx@2.2.1...2.3.0

v2.2.1

Compare Source

  • e293eaf Remove assert/strict for Node 14

Full Changelog: mdx-js/mdx@2.2.0...2.2.1

v2.2.0

Compare Source

Features
Patches
  • 3e0ab23 Fix @mdx-js/node-loader from patching all runtimes
Docs

Full Changelog: mdx-js/mdx@2.1.5...2.2.0

v2.1.5

Compare Source

  • 90fa493 Fix bug with (injected) custom elements and layouts

Full Changelog: mdx-js/mdx@2.1.4...2.1.5

v2.1.4

Compare Source

Patches
Docs

Full Changelog: mdx-js/mdx@2.1.3...2.1.4

v2.1.3

Compare Source

Core
Docs
Internal stuff that slightly improve stuff
  • 529b96a Replace astring with estree-util-to-js
  • 7d8dc11 Add id field to esbuild messages
  • 7f37b95 Update @types/estree-jsx

Full Changelog: mdx-js/mdx@2.1.2...2.1.3

v2.1.2

Compare Source

Core
Docs

Full Changelog: mdx-js/mdx@2.1.1...2.1.2

v2.1.1

Compare Source

Full Changelog: mdx-js/mdx@2.1.0...2.1.1

v2.1.0

Compare Source

Core
Site
Docs

New Contributors: Thanks @​VitorLuizC, @​homumado, @​bensmithett, @​stefanprobst, @​jbesomi, @​dawidjaniga, @​zfben

Full Changelog: mdx-js/mdx@2.0.0...2.1.0

v2.0.0

Compare Source

Welcome to MDX 2! See the of the website for everything:

Changelog since last RC
@mdx-js/mdx
@mdx-js/react
@mdx-js/loader
@mdx-js/esbuild
remark-mdx

New Contributors

Thanks @​redallen, @​lonyele, @​PaulieScanlon, @​pd4d10, @​Gowee, @​mskelton, @​ihupoo, @​remcohaszing, @​loreanvictor, @​ChrisChinchilla, @​glitteringkatie, @​mvasilkov, @​jablko, @​michaeloliverx, @​yordis, @​rodrez, @​imballinst, @​gaearon.

Full Changelog: mdx-js/mdx@v1.6.3...2.0.0

WordPress/gutenberg (@​wordpress/block-library)

v10.2.0

Compare Source

Enhancements
  • Make the Playlist and Playlist Track blocks stable (#​80203).
  • Use the emphasis font-weight token for UI emphasis (#​80093).
  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#​80024).
  • Make the Tabs, Tab List, Tab Panels, and Tab Panel blocks stable (#​80163).

v10.1.0

Compare Source

v10.0.1: 10.0.1

Compare Source

Bug Fixes
  • CSS-in-JS: Fix inline comment for select-dropdown (external module)

v10.0.0

Compare Source

Breaking Changes
  • Removed the @wordpress/block-library/babel-plugin export. It was an internal transform for stripping experimental blocks from WordPress core builds and is no longer used by Gutenberg's build process (#​79162).
New Features
  • Gallery: add a dynamic mode that displays images resolved from a source (initially the images attached to the current post) instead of manually-added image blocks, with an editor preview, mode toggles, and server-side rendering. #​78796.
Enhancements
  • Image and Site Logo blocks: the Crop toolbar button now opens the Media Editor modal instead of an inline cropper. The previous inline experience is removed (#​78654).
  • Search: Expose an HTML element selector in the Advanced inspector panel that can render the block in the semantic HTML <search> landmark element instead of <form role="search">. Defers to add_theme_support( 'html5', array( 'search-element' ) ) when the per-block value is left at "Default".
  • Icon Block: Insert with a default icon instead of an empty placeholder (#​79111).
Bug Fixes
  • Image: external images inserted by URL are now sideloaded on the server when uploaded to the media library, so the upload works when the editor is cross-origin isolated (#​79409).

v9.48.1

Compare Source

v9.48.0

Compare Source

Code Quality
  • Add missing @types/react dependency. #​78882.
  • Page List: derive isNested from a new core/isInsideSubmenu block context provided by Navigation Submenu, replacing the self-setting attribute pattern that was dirtying related entities (#​79015).

v9.47.0

Compare Source

Internal
  • Gallery editor: remove Notice positioning overrides that conflicted with the updated Notice layout (#​78231).

v9.46.0

Compare Source

v9.45.0

Compare Source

v9.44.0

Compare Source

v9.43.0

Compare Source

v9.42.0

Compare Source

v9.41.0

Compare Source

v9.40.2

Compare Source

v9.40.1

Compare Source

v9.40.0

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

  • Post Date Block: Improve semantic HTML to add <time> inside link element.

v9.37.0

Compare Source

v9.36.0

Compare Source

v9.35.0

Compare Source

v9.34.0

Compare Source

v9.33.10

Compare Source

v9.33.9

Compare Source

v9.33.8

Compare Source

v9.33.7

Compare Source

v9.33.6

Compare Source

v9.33.5

Compare Source

v9.33.4

Compare Source

v9.33.3

Compare Source

v9.33.2

Compare Source

v9.33.1

Compare Source

v9.33.0

Compare Source

Enhancements
  • Enable the Query Loop "Force Page Reload" setting to be false when the Post Content block is used. (#​72160)

v9.32.0

Compare Source

v9.31.0

Compare Source

v9.30.0

Compare Source

v9.29.0

Compare Source

v9.28.0

Compare Source

v9.27.0

Compare Source

v9.26.0

Compare Source

v9.25.0

Compare Source

v9.24.0

Compare Source

v9.23.0

Compare Source

v9.22.0

Compare Source

v9.21.0

Compare Source

v9.20.0

Compare Source

Enhancements
  • Query Loop Block: Enable custom order or menu_order ordering option for post types that support it. (#​68781)

v9.19.6

Compare Source

v9.19.5

Compare Source

v9.19.4

[Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wo

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone GMT)

  • Branch creation
    • "before 7am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch 3 times, most recently from 3999903 to 8590621 Compare September 9, 2021 09:47
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch from 8590621 to 6a13b53 Compare October 1, 2021 11:03
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch from 6a13b53 to b916468 Compare October 12, 2021 13:03
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch from b916468 to 361ba49 Compare October 22, 2021 17:21
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch 3 times, most recently from bed115f to 818f3f0 Compare November 11, 2021 08:43
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch 3 times, most recently from e146a0f to da1b590 Compare November 22, 2021 07:05
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch 3 times, most recently from f8a232e to 156647f Compare November 29, 2021 08:46
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch 4 times, most recently from 8d7452a to fe6bcf4 Compare December 6, 2021 23:25
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch 4 times, most recently from 9ed4bff to a073617 Compare December 18, 2021 08:02
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch 2 times, most recently from 812f959 to 30a8b5d Compare December 21, 2021 10:34
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch 2 times, most recently from d0f678b to b59c9dd Compare January 5, 2022 04:07
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch 2 times, most recently from 3f00fe7 to 4c73c66 Compare January 28, 2022 21:31
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch 3 times, most recently from 181f7da to d4fe366 Compare April 15, 2022 05:20
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch 2 times, most recently from c4c5790 to 4ed5a96 Compare April 23, 2022 00:06
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch from 4ed5a96 to 1773226 Compare May 4, 2022 22:13
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch from 1773226 to 6465acf Compare May 18, 2022 19:14
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch 3 times, most recently from c5b60b6 to 1fa25c4 Compare June 1, 2022 17:15
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch 2 times, most recently from 3899940 to e7204c8 Compare June 19, 2022 03:30
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch 2 times, most recently from 05b8ca8 to c48bb60 Compare July 6, 2022 15:36
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch 2 times, most recently from ca4a728 to e8e01c9 Compare July 13, 2022 18:36
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch from e8e01c9 to 3e944c9 Compare July 27, 2022 16:31
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch from 3e944c9 to 1852b72 Compare August 8, 2022 04:57
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch from 1852b72 to 7ff1425 Compare August 15, 2022 03:28
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch from 7ff1425 to fc45766 Compare August 29, 2022 06:48
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch from fc45766 to 1cede51 Compare September 12, 2022 02:04
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch 2 times, most recently from 0e839d3 to 97685d5 Compare September 26, 2022 01:22
@renovate
renovate Bot force-pushed the renovate/major-starters-examples-major branch 2 times, most recently from 4cbdef4 to 7e6bc5a Compare October 10, 2022 01:20
@renovate renovate Bot changed the title fix(deps): update starters and examples (major) fix(deps): update starters and examples (major) - autoclosed Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants