fix(deps): update all dependencies - autoclosed
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @mdx-js/react (source) | dependencies | minor | 3.0.1 -> 3.1.0 |
| axios (source) | resolutions | patch | 1.7.7 -> 1.7.9 |
| axios (source) | dependencies | patch | 1.7.7 -> 1.7.9 |
| docusaurus-plugin-sass | dependencies | patch | 0.2.5 -> 0.2.6 |
| express (source) | resolutions | patch | 4.21.1 -> 4.21.2 |
| path-to-regexp | resolutions | minor | ^0.1.10 -> ^0.2.0 |
| sass | dependencies | minor | 1.81.0 -> 1.82.0 |
| tailwindcss (source) | dependencies | patch | 3.4.15 -> 3.4.16 |
⚠ ️ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
mdx-js/mdx (@mdx-js/react)
v3.1.0
Add
-
715ddd9@mdx-js/esbuild: add source maps by @remcohaszing in https://github.com/mdx-js/mdx/pull/2464 -
d586720@mdx-js/node-loader: add support for options w/initialize -
cd2907d@mdx-js/node-loader: add support showing messages -
ceea80d@mdx-js/node-loader: add source maps by @remcohaszing in https://github.com/mdx-js/mdx/pull/2458
Fix
-
d306f87@mdx-js/core: replaceperiscopicwithestree-util-scope -
c747990@mdx-js/core: fix injecting providers for jsx in esm, expressions -
3a794ab@mdx-js/loader: fix ESM type import by @remcohaszing in https://github.com/mdx-js/mdx/pull/2452 -
be79212@mdx-js/loader: change webpack peer dependency to optional by @chenjiahan in https://github.com/mdx-js/mdx/pull/2440
Types
-
f12afdaRefactor to use@importJSDoc tags by @remcohaszing in https://github.com/mdx-js/mdx/pull/2498
Miscellaneous
-
77158cdRefactor to externalize recma packages
Site
-
6750079Add link toparcel-transformer-mdxin docs -
3f8344bAdd search to site -
05ecf65Fix example -
f864886Fix types, lints in example by @karlhorky in https://github.com/mdx-js/mdx/pull/2518 -
37318deAdd Bun section to Getting started by @karlhorky in https://github.com/mdx-js/mdx/pull/2517 -
07d5e2fRefactor to improve wording by @filippovd20 in https://github.com/mdx-js/mdx/pull/2513 -
95ba33eAdd notes on how to type props and components by @karlhorky in https://github.com/mdx-js/mdx/pull/2510 -
044e8b2Add example illustrating JSX literals, references -
1d0a9b6Add more links across docs -
716ab3cFix link for MDX Analyzer by @karlhorky in https://github.com/mdx-js/mdx/pull/2509 -
f1ca4b2Fix link by @artola in https://github.com/mdx-js/mdx/pull/2508 -
11ac939Addrehype-twoslash -
b749d38Addrehype-starry-nightto website -
dfdcb50Fix to recommendrehype-mdx-code-propsby @karlhorky in https://github.com/mdx-js/mdx/pull/2501 -
ad6c696Fix size of hero heading in some cases by @yamanidev in https://github.com/mdx-js/mdx/pull/2481 -
d3398feUpdate link in docs -
51500e2Add HMR to example of MDX w/ Vite by @dan-lee in https://github.com/mdx-js/mdx/pull/2474 -
0c7605cAddrehype-mdx-import-mediato list of plugins by @remcohaszing in https://github.com/mdx-js/mdx/pull/2472 -
8f754f7Addrecma-mdx-change-props,recma-mdx-escape-missing-componentsto list of plugins by @talatkuyuk in https://github.com/mdx-js/mdx/pull/2442 -
6cd9ae4Addrel=sponsoredto sponsor links by @ChristianMurphy in https://github.com/mdx-js/mdx/pull/2439 -
53f6955Fix esbuild for website
Full Changelog: https://github.com/mdx-js/mdx/compare/3.0.1...3.1.0
axios/axios (axios)
v1.7.9
Reverts
Contributors to this release
v1.7.8
Bug Fixes
- allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
- core: fixed config merging bug (#6668) (5d99fe4)
- fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
- http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
- http: fixed proxy-from-env module import (#5222) (12b3295)
-
http: use
globalThis.TextEncoderwhen available (#6634) (df956d1) - ios11 breaks when build (#6608) (7638952)
- types: add missing types for mergeConfig function (#6590) (00de614)
- types: export CJS types from ESM (#6218) (c71811b)
- updated stream aborted error message to be more clear (#6615) (cc3217a)
- use URL API instead of DOM to fix a potential vulnerability warning; (#6714) (0a8d6e1)
Contributors to this release
expressjs/express (express)
v4.21.2
What's Changed
- Add funding field (v4) by @bjohansebas in https://github.com/expressjs/express/pull/6065
- deps: path-to-regexp@0.1.11 by @blakeembrey in https://github.com/expressjs/express/pull/5956
- deps: bump path-to-regexp@0.1.12 by @jonchurch in https://github.com/expressjs/express/pull/6209
- Release: 4.21.2 by @UlisesGascon in https://github.com/expressjs/express/pull/6094
Full Changelog: https://github.com/expressjs/express/compare/4.21.1...4.21.2
pillarjs/path-to-regexp (path-to-regexp)
v0.2.5
- Allow keys parameter to be omitted
v0.2.4
- Code coverage badge
- Updated readme
- Attach keys to the generated regexp
v0.2.3
- Add MIT license
v0.2.2
- A passed in trailing slash in non-strict mode will become optional
- In non-end mode, the optional trailing slash will only match at the end
v0.2.1
- Fixed a major capturing group regexp regression
v0.2.0
- Improved support for arrays
- Improved support for regexps
- Better support for non-ending strict mode matches with a trailing slash
- Travis CI support
- Block using regexp special characters in the path
- Removed support for the asterisk to match all
- New support for parameter suffixes -
*,+and? - Updated readme
- Provide delimiter information with keys array
v0.1.12: Fix backtracking (again)
Fixed
- Improved backtracking protection for 0.1.x, will break some previously valid paths (see previous advisory: https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-9wv6-86v2-598j)
sass/dart-sass (sass)
v1.82.0
Command-Line Interface
-
Improve
--watchmode reliability when making multiple changes at once, such as checking out a different Git branch. -
Parse the
calc-size()function as a calculation now that it's supported in some browsers.
Dart API
- Add a
SassCalculation.calcSize()function.
v1.81.1
- No user-visible changes.
tailwindlabs/tailwindcss (tailwindcss)
v3.4.16
Fixed
- Ensure the TypeScript types for
PluginsConfigallowundefinedvalues (#14668)
Changed
- Bumped lilconfig to v3.x (#15289)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.