-
Notifications
You must be signed in to change notification settings - Fork 10.3k
fix(deps): update minor and patch dependencies for gatsby-plugin-mdx #38027
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+68
−74
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3588ad1 to
f96f574
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
This was referenced May 16, 2023
This was referenced May 16, 2023
This was referenced May 16, 2023
This was referenced Sep 29, 2023
This was referenced Nov 27, 2023
This was referenced Jan 24, 2024
This was referenced Apr 18, 2024
This was referenced May 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
topic: automation
Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.1.5->^2.3.0^8.8.1->^8.8.2^1.8.3->^1.8.4^4.2.2->^4.3.1^2.2.0->^2.2.2^2.0.0->^2.0.1^1.3.0->^1.5.0^6.1.0->^6.1.1^4.1.1->^4.1.2^5.3.6->^5.3.7Release Notes
mdx-js/mdx
v2.3.0Compare Source
Add
12e63e8Add improved support for non-React frameworksby @wooorm in https://github.com/mdx-js/mdx/pull/2255
Fix
764d3a2Remove whitespace between unraveled text nodesby @wooorm in https://github.com/mdx-js/mdx/pull/2252
3911148Addmodule: node16totsconfig.jsonby @ChristianMurphy in https://github.com/mdx-js/mdx/pull/2228
600b12aAdd inferring ofdevelopmentoptions from webpack loader modeby @remcohaszing in https://github.com/mdx-js/mdx/pull/2201
Community
f4d78beAddrecma-mdx-displaynameto list of pluginsby @domdomegg in https://github.com/mdx-js/mdx/pull/2230
1f551a4Addremark-mdx-chartjsto list of pluginsby @pangelani in https://github.com/mdx-js/mdx/pull/2221
Misc
97b9d59Refactor to improve docsby @wooorm in https://github.com/mdx-js/mdx/pull/2254
8f85b30Refactortsconfig.jsonby @wooorm in https://github.com/mdx-js/mdx/pull/2250
a17ac87Refactor wordingby @beeburrt in https://github.com/mdx-js/mdx/pull/2214
Full Changelog: mdx-js/mdx@2.2.1...2.3.0
v2.2.1Compare Source
e293eafRemoveassert/strictfor Node 14Full Changelog: mdx-js/mdx@2.2.0...2.2.1
v2.2.0Compare Source
Features
641eb91Add support JSX development runtimeby @remcohaszing in https://github.com/mdx-js/mdx/pull/2045
Patches
3e0ab23Fix@mdx-js/node-loaderfrom patching all runtimesDocs
4a1415dAdd note about use withvite-plugin-react38c2d46Add note aboutrollup@2in Viteby @ryuujo1573 in https://github.com/mdx-js/mdx/pull/2180
caac5dfUpdate docs forsolid-jssupporting JSX3a50cc3Add Solid to JSX section in Getting Started guideby @Djunnni in https://github.com/mdx-js/mdx/pull/2159
1c83612Fix docs on types2635cafReplace deprecated Intellij plugin in docsby @slorber in https://github.com/mdx-js/mdx/pull/2178
Full Changelog: mdx-js/mdx@2.1.5...2.2.0
acornjs/acorn
v8.8.2Compare Source
davidbonnet/astring
v1.8.4Compare Source
syntax-tree/estree-util-build-jsx
v2.2.2Compare Source
Misc
ac09c72Add improved docsa5ad4d4Add export ofRuntimetypeFull Changelog: syntax-tree/estree-util-build-jsx@2.2.1...2.2.2
syntax-tree/mdast-util-mdx
v2.0.1Compare Source
Misc
8eb8dbabcb401eAdd improved docse80af10Refactor code-style14fc71cUpdatetsconfig.json3427afcAdd some tests for estree locationsFull Changelog: syntax-tree/mdast-util-mdx@2.0.0...2.0.1
syntax-tree/mdast-util-to-markdown
v1.5.0Compare Source
Fix
122101fFix to not generate blank lines for phrasing rootsAdd
21a7d0aAdd export ofdefaultHandlers070ad5fAddassociationIdhelper tostate35ceafcAddcreateTrackerhelper onstatee9f71aaAddsafehelper onstate19301e7AddcontainerPhrasing,containerFlowhelpers onstatea638e2aAddindentLineshelper onstateMisc
d2108ddRefactor types to use node types, not strings35a9cccAdd registry for construct names501f668Add support fornullas input in typese812c79Add improved docsFull Changelog: syntax-tree/mdast-util-to-markdown@1.4.0...1.5.0
v1.4.0Compare Source
2f3eeb7Remove unneeded escapes of-,*4cb437cRemove escape of+when not followed by whitespaceby @ocavue in https://github.com/syntax-tree/mdast-util-to-markdown/pull/57
2c52778Refactor some docsFull Changelog: syntax-tree/mdast-util-to-markdown@1.3.0...1.4.0
syntax-tree/mdast-util-toc
v6.1.1Compare Source
Misc
dbb8c51dac08a5Add improved docsd4c5cacba8f680Refactor code-stylef93734bUpdatetsconfig.jsonFull Changelog: syntax-tree/mdast-util-toc@6.1.0...6.1.1
syntax-tree/unist-util-visit
v4.1.2Compare Source
Misc
332b6e0Add improved docs754d0389f4813bRefactor code-style69cbec6Updatetsconfig.jsonFull Changelog: syntax-tree/unist-util-visit@4.1.1...4.1.2
vfile/vfile
v5.3.7Compare Source
Misc
d10a468Add improved docs3a05718Refactor code-styleFull Changelog: vfile/vfile@5.3.6...5.3.7
Configuration
📅 Schedule: Branch creation - "before 7am on the first day of the month" in timezone GMT, 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.
This PR has been generated by Mend Renovate. View repository job log here.