chore(deps): update [dev] major dependencies for gatsby-remark-copy-linked-files (major) - #495
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/major-gatsby-remark-copy-linked-files-dev-major
branch
from
October 1, 2023 01:24
b474c67 to
4e8404a
Compare
renovate
Bot
force-pushed
the
renovate/major-gatsby-remark-copy-linked-files-dev-major
branch
from
November 1, 2023 00:28
4e8404a to
15a8062
Compare
renovate
Bot
force-pushed
the
renovate/major-gatsby-remark-copy-linked-files-dev-major
branch
from
March 1, 2024 00:50
15a8062 to
6cec608
Compare
renovate
Bot
force-pushed
the
renovate/major-gatsby-remark-copy-linked-files-dev-major
branch
from
November 1, 2024 02:45
6cec608 to
c47903b
Compare
renovate
Bot
force-pushed
the
renovate/major-gatsby-remark-copy-linked-files-dev-major
branch
from
June 1, 2026 01:26
c47903b to
b349181
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^13.0.0→^15.0.1^1.6.22→^3.1.1Release Notes
remarkjs/remark (remark)
v15.0.1Compare Source
54ee687Fix typoFull Changelog: remarkjs/remark@15.0.0...15.0.1
v15.0.0Compare Source
Change
98a2560Change to require Node.js 16migrate: update too
a3e6d54Change to useexportsmigrate: don’t use private APIs
943f6acUpdate@types/mdast,mdast-util-{from,to}-markdown,unified, etcmigrate: update too
remark-parse: only really changes
Buffer->Uint8Array, so use encodings supported byTextDecoderif you are passing binary dataremark-stringify:
bulletOrderedOtheris removed, you can removebulletOrderedOtherif you passed it, it’s now the default;fencesis nowtrueby default, if you don’t want indented code, passfences: false;listItemIndentis now'one'by default, you can removelistItemIndent: 'one'if you passed it, or explicitly set it to'tab'if you want itTypes
bd8c922Add typed settingsDocs
7cc0432Addremark-link-rewriteto list of pluginsby @rjanjic in #1212
e72d91aAddremark-mentionsto list of pluginsby @FinnRG in #1193
Full Changelog: remarkjs/remark@14.0.3...15.0.0
v14.0.3Compare Source
Misc
for #1162
f6bd64eRefactortsconfigs for perf and strictnessbb4c814Add improved docs on what this project isby @BeLi4L in #1147
bec44aaUpdatetsconfig.jsonto use node16 module resolutionby @ChristianMurphy in #1106
f07f413Addignore-scriptsto.npmrcby @ChristianMurphy in #1103
134ece2Update Actionsby @ChristianMurphy in #1070
974f893Fix internal types for TS 4.9Plugins
1e488d0Addremark-insto list of pluginsby @talatkuyuk in #1129
e456dc5Addremark-flexible-markersto list of pluginsby @talatkuyuk in #1126
42114fcAddremark-flexible-paragraphsto list of pluginsby @talatkuyuk in #1120
6aa638aAddremark-flexible-containersto list of pluginsby @talatkuyuk in #1112
20e7543Addremark-flexible-code-titlesto list of pluginsby @talatkuyuk in #1108
32d6948Addremark-cloudinary-docusaurusto list of pluginsby @johnnyreilly in #1090
28aa8b9update tests for changes inmdast-util-to-markdown9af1a87Addremark-code-titleto list of pluginsby @kevinzunigacuellar in #1076
0d1eb09Add 7 plugins to list of pluginsby @Xunnamius in #1064
c7e8171Remove deprecatedremark-jargonby @LunaticMuch in #1059
Full Changelog: remarkjs/remark@14.0.2...14.0.3
v14.0.2Compare Source
87c50a5Add improved docsby @wooorm in #900
Full Changelog: remarkjs/remark@14.0.1...14.0.2
v14.0.1Compare Source
9026568Add missing types dependencyv14.0.0Compare Source
b7afd25Use ESMChange:
Learn more about ESM in this guide
42d1b21Update dependenciesunified(10.0.0) (see: https://github.com/unifiedjs/unified/releases/tag/10.0.0)vfile(5.0.0) (see: https://github.com/vfile/vfile/releases/tag/5.0.0)Importantly this renames
tovfile.contentsvfile.valuemdast-util-from-markdown(1.0.0) (see: https://github.com/syntax-tree/mdast-util-from-markdown/releases/tag/1.0.0)mdast-util-to-markdown(1.0.0) (see: https://github.com/syntax-tree/mdast-util-to-markdown/releases/tag/1.0.0)bc55caaAdd JSDoc based typesmdx-js/mdx (remark-mdx)
v3.1.1Compare Source
Fix
3cad7d7@mdx-js/mdx: add dependency onacorn0dc4472@mdx-js/esbuild: fix crash with esbuild loader andjsxoptionby @egnor in #2593
84ec66e@mdx-js/esbuild: refactor to improve error conversion in esbuildby @egnor in #2595
2b3381a@mdx-js/rollup: fix support for query parameters in Viteby @markdalgleish in #2629
Types
933ab44@mdx-js/mdx: addattributesto export/import declarationsDocs
c156a1fAddrehype-mdx-tocto list of pluginby @boning-w in #2622
913659cAddrecma-module-to-functionto list of pluginsby @remcohaszing in #2605
67fb1d0Remove unneeded JSX type casting in docs, testsf0d20daRemove local use ofJSXby @remcohaszing in #2604
63f39ceRemove references to twitter35ac59dRefactor some docs regarding recma pluginsFull Changelog: mdx-js/mdx@3.1.0...3.1.1
v3.1.0Compare Source
Add
715ddd9@mdx-js/esbuild: add source mapsby @remcohaszing in #2464
d586720@mdx-js/node-loader: add support for options w/initializecd2907d@mdx-js/node-loader: add support showing messagesceea80d@mdx-js/node-loader: add source mapsby @remcohaszing in #2458
Fix
d306f87@mdx-js/core: replaceperiscopicwithestree-util-scopec747990@mdx-js/core: fix injecting providers for jsx in esm, expressions3a794ab@mdx-js/loader: fix ESM type importby @remcohaszing in #2452
be79212@mdx-js/loader: change webpack peer dependency to optionalby @chenjiahan in #2440
Types
f12afdaRefactor to use@importJSDoc tagsby @remcohaszing in #2498
Miscellaneous
77158cdRefactor to externalize recma packagesSite
6750079Add link toparcel-transformer-mdxin docs3f8344bAdd search to site05ecf65Fix examplef864886Fix types, lints in exampleby @karlhorky in #2518
37318deAdd Bun section to Getting startedby @karlhorky in #2517
07d5e2fRefactor to improve wordingby @filippovd20 in #2513
95ba33eAdd notes on how to type props and componentsby @karlhorky in #2510
044e8b2Add example illustrating JSX literals, references1d0a9b6Add more links across docs716ab3cFix link for MDX Analyzerby @karlhorky in #2509
f1ca4b2Fix linkby @artola in #2508
11ac939Addrehype-twoslashb749d38Addrehype-starry-nightto websitedfdcb50Fix to recommendrehype-mdx-code-propsby @karlhorky in #2501
ad6c696Fix size of hero heading in some casesby @yamanidev in #2481
d3398feUpdate link in docs51500e2Add HMR to example of MDX w/ Viteby @dan-lee in #2474
0c7605cAddrehype-mdx-import-mediato list of pluginsby @remcohaszing in #2472
8f754f7Addrecma-mdx-change-props,recma-mdx-escape-missing-componentsto list of pluginsby @talatkuyuk in #2442
6cd9ae4Addrel=sponsoredto sponsor linksby @ChristianMurphy in #2439
53f6955Fix esbuild for websiteFull Changelog: mdx-js/mdx@3.0.1...3.1.0
v3.0.1Compare Source
Fix
49fd094Fix generated JSX pragmas for new babelby @remcohaszing in #2438
d1ffaceRefactor to handle uncaught webpack errorsby @remcohaszing in #2398
Types
c03e16cAdd declaration maps85c5dd0Fix webpack loader typesby @remcohaszing in #2386
Site
38f7a5cFix reset of playground render errorsby @ManasMakde in #2392
680445dAdd note on broken react runtime typesby @ky1ejs in #2383
Full Changelog: mdx-js/mdx@3.0.0...3.0.1
v3.0.0Compare Source
(see https://mdxjs.com/migrating/v3/ on how to migrate)
Change
e08b7595afa48eChange to require Node 165a13d73Change to use export mapscbc2822Updateunified, types, plugins, etc96b51f9Remove inferral of development fromNODE_ENVChange (unlikely to affect you)
c961af8RemoveuseDynamicImportoption9cb26fd@mdx-js/register: remove package0d1558a@mdx-js/esbuild: remove experimentalallowDangerousRemoteMdx0f62bce@mdx-js/node-loader: removefixRuntimeWithoutExportMap4f92422@mdx-js/preact: remove deprecatedMDXContext,withMDXComponentsa362bb4@mdx-js/react: remove deprecatedMDXContext,withMDXComponentsAdd
e12f307Add support for passingbaseUrlwhen running2c511a4Add support forbaseUrlas aURL1863914Add deprecation warning for classic runtimea34177cAdd support for ES2024 in MDX, adjacent JSX and expression blocks44fd9caAdd support forawaitin MDX3a7f194AddtableCellAlignToStyleoption, to usealignfdfe17b@mdx-js/rollup: add support for Vite development modeby @remcohaszing in #2376
Misc
f48d038Remove unneeded pragma comment after transform8f3b292Add ause strictdirective to function bodies172e519@mdx-js/react: fix to classify@types/reactas a peer dependencyby @remcohaszing in #2281
a7bd79bRefactor output to immediately export defaulte525db9dae82aeRefactor some errorsce173f2Refactor to add types for JSX runtimes8a56312Refactor output to use spread, notObject.assignby @remcohaszing in #2328
825717fRefactor to sort default componentsby @remcohaszing in #2318
d8a62d2Add missing type dependenciesby @arcanis in #2256
Docs
a9f0c04Add guide on injecting components24e3d8dAdd compat sections to readmes30e4a5dAdd sponsor07503a5Update link to KaTeX CSS in docsby @victor23k in #2360
74aee56bc1d9e5765310c6d1e64dRefactor docs7fd1d9aFix docs on how to use solidby @BeiyanYunyi in #2300
4129f90Fix a couple typosby @deining in #2266
bb902f8Fix typoby @ChristianMurphy in #2380
Site
78a1eb5Add v3 blog post2b1948cAdd v3 migration guided6bb70cAdd improved error display in playground89097e4Remove unmaintained dev-dependency3e23ba9Add more options to playgroundd92128bFix links in docsab3aa96Add GitHub pagesby @remcohaszing in #2377
a2c8693Fix siteby @wooorm in #2358
dbe9f44Fix playground AST views w/ cloneby @Jokcy in #2315
7504cfbAdd more options to playground, directives, format, etcby @slorber in #2295
57301dfAdd resizable editor/layout to playgroundby @slorber in #2296
9eb747dAdd info on how to build site locallyby @slorber in #2297
Full Changelog: mdx-js/mdx@2.3.0...3.0.0
v2.3.0Compare Source
Add
12e63e8Add improved support for non-React frameworksby @wooorm in #2255
Fix
764d3a2Remove whitespace between unraveled text nodesby @wooorm in #2252
3911148Addmodule: node16totsconfig.jsonby @ChristianMurphy in #2228
600b12aAdd inferring ofdevelopmentoptions from webpack loader modeby @remcohaszing in #2201
Community
f4d78beAddrecma-mdx-displaynameto list of pluginsby @domdomegg in #2230
1f551a4Addremark-mdx-chartjsto list of pluginsby @pangelani in #2221
Misc
97b9d59Refactor to improve docsby @wooorm in #2254
8f85b30Refactortsconfig.jsonby @wooorm in #2250
a17ac87Refactor wordingby @beeburrt in #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 #2045
Patches
3e0ab23Fix@mdx-js/node-loaderfrom patching all runtimesDocs
4a1415dAdd note about use withvite-plugin-react38c2d46Add note aboutrollup@2in Viteby @ryuujo1573 in #2180
caac5dfUpdate docs forsolid-jssupporting JSX3a50cc3Add Solid to JSX section in Getting Started guideby @Djunnni in #2159
1c83612Fix docs on types2635cafReplace deprecated Intellij plugin in docsby @slorber in #2178
Full Changelog: mdx-js/mdx@2.1.5...2.2.0
v2.1.5Compare Source
90fa493Fix bug with (injected) custom elements and layoutsFull Changelog: mdx-js/mdx@2.1.4...2.1.5
v2.1.4Compare Source
Patches
9d2aa80Add file, positional info to crashes in webpack loaderby @Twipped in #2124
478c78bFix support for Node loadersDocs
56d7066Add Astro to site generator docsby @bholmesdev in #2118
996771aAdd missingimportto site exampleby @elpddev in #2115
Full Changelog: mdx-js/mdx@2.1.3...2.1.4
v2.1.3Compare Source
Core
9904838Fix rewriting of components for custom elementsby @bholmesdev in #2101
Docs
69a15b7Add link to officialmdx-js/vscode-mdxby @jasikpark in #2098
Internal stuff that slightly improve stuff
529b96aReplaceastringwithestree-util-to-js7d8dc11Addidfield to esbuild messages7f37b95Update@types/estree-jsxFull Changelog: mdx-js/mdx@2.1.2...2.1.3
v2.1.2Compare Source
Core
7bcd705Fix some performance by improving vdom diffingby @0phoff in #2062
f77c33fFix support forbaseUrlrewritingimport.meta.urlby @wooorm in #2021
Docs
3579aa3Add use of tla in docs366ddb4Update examples in readme63fd208Add@next/mdxto Next.js getting started guideby @remcohaszing in #2040
7f9a5f4Add improved getting started for current CRA 5 integrationby @userzimmermann in #2010
5fa82d8Addrecma-nextjs-static-propsto list of pluginsby @remcohaszing in #2033
3c51a43Addremark-mdx-math-enhancedto list of pluginsby @mattvague in #2028
Full Changelog: mdx-js/mdx@2.1.1...2.1.2
v2.1.1Compare Source
e79fc2b0df684bFix to improve_missingMdxReferenceby @vlad-zhukov in #1986, #1988
Full Changelog: mdx-js/mdx@2.1.0...2.1.1
v2.1.0Compare Source
Core
aff6de4minor add support for passing options toremark-rehypeby @stefanprobst in #1935
5d4355epatch replacegotw/node-fetchby @wooorm in #1978
656a4aepatch remove use ofURLfromurlby @zfben in #1976
3f739a3patch add missing dependencyby @bensmithett in #1936
Site
288602171bc6ff4b514e1Fix playgroundby @homumado in #1975 and #1931, and by @VitorLuizC in #1928
Docs
e6f6bc8Fix to improve exampleby @dawidjaniga in #1961
e527ac7Fix typoby @jbesomi in #1949
New Contributors: Thanks @VitorLuizC, @homumado, @bensmithett, @stefanprobst, @jbesomi, @dawidjaniga, @zfben
Full Changelog: mdx-js/mdx@2.0.0...2.1.0
v2.0.0Compare Source
Welcome to MDX 2! See the of the website for everything:
Changelog since last RC
@mdx-js/mdx4a48f1fFix custom elements (#1911)@mdx-js/react9ca9d40Fix unnecessary top-level context changes (#1924)@mdx-js/loadere0b697a9d5501bAdd improved webpack cache (#1912, #1916)@mdx-js/esbuild5c61f57Fix resolve base in esbuild loader (#1854)remark-mdxa5daaadUpdatemdast-util-mdx(#1925)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
Configuration
📅 Schedule: (in timezone GMT)
🚦 Automerge: Enabled.
♻ 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 was generated by Mend Renovate. View the repository job log.