fix(deps): update all non-major dependencies #427
Merged
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:
7.25.2->7.26.77.25.1->7.26.511.13.3->11.14.011.13.0->11.14.03.0.1->3.1.03.0.1->3.1.020.16.5->20.17.1618.3.5->18.3.1818.3.0->18.3.58.5.1->8.5.28.5.1->8.5.28.57.0->8.57.12.30.0->2.31.06.10.0->6.10.25.2.1->5.2.37.35.2->7.37.45.13.7->5.14.15.13.1->5.14.08.13.1->8.14.05.6.3->5.7.03.13.1->3.14.05.13.1->5.14.05.13.1->5.14.06.13.3->6.14.05.13.1->5.14.06.13.1->6.14.06.13.2->6.14.07.13.2->7.14.05.13.1->5.14.05.13.1->5.14.03.3.3->3.4.26.6.8->6.8.917.5.1->17.6.04.29.1->4.33.05.5.4->5.7.3Release Notes
babel/babel (@babel/core)
v7.26.7Compare Source
🐛 Bug Fix
babel-helpers,babel-preset-env,babel-runtime-corejs3babel-plugin-transform-typeof-symboltypeofin arrow functions (@liuxingbaoyu)babel-parserrangesoption in estree method value (@JLHwung)babel-corebabel-plugin-transform-typescriptbabel-plugin-transform-typescript,babel-traverse,babel-typesimport x = y.z(@liuxingbaoyu)v7.26.0Compare Source
v7.25.9Compare Source
🐛 Bug Fix
babel-parser,babel-template,babel-typessyntacticPlaceholdersmode (@liuxingbaoyu)babel-helper-compilation-targets,babel-preset-envClassAccessorPropertyto prevent theno-undefrule (@victorenator)🏠 Internal
babel-helper-transform-fixture-test-runner🏃♀️ Performance
babel-parser,babel-typesVISITOR_KEYSetc. faster to access (@liuxingbaoyu)v7.25.8Compare Source
🐛 Bug Fix
babel-coreresolvePlugin/resolvePreset(@nicolo-ribaudo)🏠 Internal
babel-parser,babel-plugin-proposal-async-do-expressions,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-plugin-proposal-explicit-resource-management,babel-plugin-proposal-export-default-from,babel-plugin-proposal-function-bind,babel-plugin-proposal-function-sent,babel-plugin-proposal-import-defer,babel-plugin-proposal-partial-application,babel-plugin-proposal-throw-expressions,babel-plugin-transform-async-generator-functions,babel-plugin-transform-class-static-block,babel-plugin-transform-dynamic-import,babel-plugin-transform-export-namespace-from,babel-plugin-transform-json-strings,babel-plugin-transform-logical-assignment-operators,babel-plugin-transform-nullish-coalescing-operator,babel-plugin-transform-numeric-separator,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-catch-binding,babel-plugin-transform-optional-chaining,babel-plugin-transform-private-property-in-object,babel-preset-envv7.25.7Compare Source
🐛 Bug Fix
babel-helper-validator-identifierbabel-traversebabel-plugin-transform-classessuper()check (@nicolo-ribaudo)babel-generatorinferin compact mode (@nicolo-ribaudo)[no LineTerminator here]after nodes (@nicolo-ribaudo)💅 Polish
babel-types🏠 Internal
babel-core--experimental-require-module(@nicolo-ribaudo)babel-helper-compilation-targets,babel-helper-plugin-utils,babel-preset-envbabel-plugin-proposal-destructuring-private,babel-plugin-syntax-decimal,babel-plugin-syntax-import-reflection,babel-standalonebabel-generator[no LineTerminator here]before nodes (@nicolo-ribaudo)🏃♀️ Performance
babel-plugin-transform-typescriptbabel-typesBABEL_TYPES_8_BREAKINGat startup (@nicolo-ribaudo)emotion-js/emotion (@emotion/react)
v11.14.0Compare Source
Minor Changes
a19d019Thanks @Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.Patch Changes
e1bf17e]:v11.13.5Compare Source
mdx-js/mdx (@mdx-js/mdx)
v3.1.0Compare Source
Add
715ddd9@mdx-js/esbuild: add source mapsby @remcohaszing in https://github.com/mdx-js/mdx/pull/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 https://github.com/mdx-js/mdx/pull/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 https://github.com/mdx-js/mdx/pull/2452
be79212@mdx-js/loader: change webpack peer dependency to optionalby @chenjiahan in https://github.com/mdx-js/mdx/pull/2440
Types
f12afdaRefactor to use@importJSDoc tagsby @remcohaszing in https://github.com/mdx-js/mdx/pull/2498
Miscellaneous
77158cdRefactor to externalize recma packagesSite
6750079Add link toparcel-transformer-mdxin docs3f8344bAdd search to site05ecf65Fix examplef864886Fix types, lints in exampleby @karlhorky in https://github.com/mdx-js/mdx/pull/2518
37318deAdd Bun section to Getting startedby @karlhorky in https://github.com/mdx-js/mdx/pull/2517
07d5e2fRefactor to improve wordingby @filippovd20 in https://github.com/mdx-js/mdx/pull/2513
95ba33eAdd notes on how to type props and componentsby @karlhorky in https://github.com/mdx-js/mdx/pull/2510
044e8b2Add example illustrating JSX literals, references1d0a9b6Add more links across docs716ab3cFix link for MDX Analyzerby @karlhorky in https://github.com/mdx-js/mdx/pull/2509
f1ca4b2Fix linkby @artola in https://github.com/mdx-js/mdx/pull/2508
11ac939Addrehype-twoslashb749d38Addrehype-starry-nightto websitedfdcb50Fix to recommendrehype-mdx-code-propsby @karlhorky in https://github.com/mdx-js/mdx/pull/2501
ad6c696Fix size of hero heading in some casesby @yamanidev in https://github.com/mdx-js/mdx/pull/2481
d3398feUpdate link in docs51500e2Add HMR to example of MDX w/ Viteby @dan-lee in https://github.com/mdx-js/mdx/pull/2474
0c7605cAddrehype-mdx-import-mediato list of pluginsby @remcohaszing in https://github.com/mdx-js/mdx/pull/2472
8f754f7Addrecma-mdx-change-props,recma-mdx-escape-missing-componentsto list of pluginsby @talatkuyuk in https://github.com/mdx-js/mdx/pull/2442
6cd9ae4Addrel=sponsoredto sponsor linksby @ChristianMurphy in https://github.com/mdx-js/mdx/pull/2439
53f6955Fix esbuild for websiteFull Changelog: mdx-js/mdx@3.0.1...3.1.0
davidjerleke/embla-carousel (embla-carousel-autoplay)
v8.5.2Compare Source
Support
Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project you can sponsor it here:
💖 SponsorWhat's Changed
New Contributors
Full Changelog: davidjerleke/embla-carousel@v8.5.1...v8.5.2
eslint/eslint (eslint)
v8.57.1Compare Source
import-js/eslint-plugin-import (eslint-plugin-import)
v2.31.0Compare Source
Added
order]: allow validating named imports ([#3043], thanks [@manuth])extensions]: add thecheckTypeImportsoption ([#2817], thanks [@phryneas])Fixed
ExportMap/ flat config: includelanguageOptionsin context ([#3052], thanks [@michaelfaith])no-named-as-default]: Allow using an identifier if the export is both a named and a default export ([#3032], thanks [@akwodkiewicz])export]: False positive for exported overloaded functions in TS ([#3065], thanks [@liuxingbaoyu])exportMap: export map cache is tainted by unreliable parse results ([#3062], thanks [@michaelfaith])exportMap: improve cacheKey when using flat config ([#3072], thanks [@michaelfaith])Changed
no-relative-packages]: fix typo ([#3066], thanks [@joshuaobrien])no-cycle]: dont scc for each linted file ([#3068], thanks [@soryy708])no-cycle]: adddisableSccto docs ([#3070], thanks [@soryy708])RuleTester([#3071], thanks [@G-Rath])no-restricted-paths]: fix grammar ([#3073], thanks [@unbeauvoyage])no-default-export], [no-named-export]: add test case (thanks [@G-Rath])jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)
v6.10.2Compare Source
Fixed
no-redundandant-roles: allow<img src="*.svg" role="img" />#936Commits
0d01a1aes-iterator-helpersaa075bdd15d3ab@babel/cli,@babel/core,@babel/eslint-parser,@babel/plugin-transform-flow-strip-types,@babel/register5dad7c4aria-role: Add valid test for<svg role="img" />daba189label-has-associated-control: add line breaks for readability0bc6378label-has-associated-control: add additional test cases30d2318d92446cv6.10.1Compare Source
Commits
4925ba8cb6788c@babel/cli,@babel/core,@babel/eslint-parser,@babel/plugin-transform-flow-strip-types,@babel/register,auto-changelog,eslint-plugin-import,tape518a77ees-iterator-helpers,string.prototype.includeseed03a32ee940ca262131aria-querye517937prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.2.3Compare Source
Patch Changes
9c6141fThanks @BPScott! - Add name field to recommended flat configv5.2.2Compare Source
Patch Changes
aa5b59fThanks @ntnyq! - fix: report node when loc not foundjsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.37.4Compare Source
Fixed
no-unknown-property]: supportonBeforeToggle,popoverTarget,popoverTargetActionattributes (#3865 @acusti)v7.37.3Compare Source
Fixed
no-danger][no-danger]: avoid a crash on a nested component name ([#3833][] @ljharb)no-unknown-property][no-unknown-property]: supportprecedenceprop in react 19 ([#3829][] @acusti)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.