hiroppy / fusuma

✍️ Fusuma makes slides with Markdown easily.
https://hiroppy.github.io/fusuma
5.39k stars 195 forks source link

chore(deps): update all patch dependencies (patch) #684

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel-loader ^8.2.3 -> ^8.2.5 age adoption passing confidence
classnames ^2.3.1 -> ^2.3.3 age adoption passing confidence
express (source) ^4.17.1 -> ^4.17.3 age adoption passing confidence
postcss-preset-env (source) ^6.7.0 -> ^6.7.2 age adoption passing confidence
postcss-reporter ^7.0.4 -> ^7.0.5 age adoption passing confidence
react-burger-menu ^3.0.6 -> ^3.0.9 age adoption passing confidence
regenerator-runtime (source) ^0.13.9 -> ^0.13.11 age adoption passing confidence
styled-components (source) ^5.3.3 -> ^5.3.11 age adoption passing confidence
table ^6.7.5 -> ^6.7.6 age adoption passing confidence
webpack-hot-middleware ^2.25.1 -> ^2.25.4 age adoption passing confidence

Release Notes

babel/babel-loader (babel-loader) ### [`v8.2.5`](https://togithub.com/babel/babel-loader/releases/tag/v8.2.5) [Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.4...v8.2.5) #### What's Changed - fix: respect `inputSourceMap` loader option by [@​alan-agius4](https://togithub.com/alan-agius4) in [https://github.com/babel/babel-loader/pull/896](https://togithub.com/babel/babel-loader/pull/896) #### New Contributors - [@​alan-agius4](https://togithub.com/alan-agius4) made their first contribution in [https://github.com/babel/babel-loader/pull/896](https://togithub.com/babel/babel-loader/pull/896) **Full Changelog**: https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5 ### [`v8.2.4`](https://togithub.com/babel/babel-loader/releases/tag/v8.2.4) [Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.3...v8.2.4) #### What's Changed - doc(README.md): fix a broken markdown link by [@​loveDstyle](https://togithub.com/loveDstyle) in [https://github.com/babel/babel-loader/pull/919](https://togithub.com/babel/babel-loader/pull/919) - Bump loader-utils to 2.x by [@​stianjensen](https://togithub.com/stianjensen) in [https://github.com/babel/babel-loader/pull/931](https://togithub.com/babel/babel-loader/pull/931) - Use md5 hashing for OpenSSL 3 by [@​pathmapper](https://togithub.com/pathmapper) in [https://github.com/babel/babel-loader/pull/924](https://togithub.com/babel/babel-loader/pull/924) Thanks [@​loveDstyle](https://togithub.com/loveDstyle), [@​stianjensen](https://togithub.com/stianjensen) and [@​pathmapper](https://togithub.com/pathmapper) for your first PRs!
JedWatson/classnames (classnames) ### [`v2.3.3`](https://togithub.com/JedWatson/classnames/blob/HEAD/HISTORY.md#v233--2023-12-21) [Compare Source](https://togithub.com/JedWatson/classnames/compare/v2.3.2...v2.3.3) - Fix default export, thanks [Remco Haszing](https://togithub.com/remcohaszing) ([#​301](https://togithub.com/JedWatson/classnames/pull/301)) - Fix types for read-only arrays, thanks [Ben Thompson](https://togithub.com/BenGearset) ([#​307](https://togithub.com/JedWatson/classnames/pull/307)) - Replace README examples with functional-style components, thanks [JoeDGit](https://togithub.com/JoeDGit) ([#​303](https://togithub.com/JedWatson/classnames/pull/303)) ### [`v2.3.2`](https://togithub.com/JedWatson/classnames/blob/HEAD/HISTORY.md#v232--2022-09-13) [Compare Source](https://togithub.com/JedWatson/classnames/compare/v2.3.1...v2.3.2) - Fix TypeScript types when using require, thanks [Mark Dalgleish](https://togithub.com/markdalgleish) ([#​276](https://togithub.com/JedWatson/classnames/pull/276)) - Fix toString as `[Object object]` in a vm, thanks [Remco Haszing](https://togithub.com/remcohaszing) ([#​281](https://togithub.com/JedWatson/classnames/pull/281))
expressjs/express (express) ### [`v4.17.3`](https://togithub.com/expressjs/express/blob/HEAD/History.md#4173--2022-02-16) [Compare Source](https://togithub.com/expressjs/express/compare/4.17.2...4.17.3) \=================== - deps: accepts@~1.3.8 - deps: mime-types@~2.1.34 - deps: negotiator@0.6.3 - deps: body-parser@1.19.2 - deps: bytes@3.1.2 - deps: qs@6.9.7 - deps: raw-body@2.4.3 - deps: cookie@0.4.2 - deps: qs@6.9.7 - Fix handling of `__proto__` keys - pref: remove unnecessary regexp for trust proxy ### [`v4.17.2`](https://togithub.com/expressjs/express/blob/HEAD/History.md#4172--2021-12-16) [Compare Source](https://togithub.com/expressjs/express/compare/4.17.1...4.17.2) \=================== - Fix handling of `undefined` in `res.jsonp` - Fix handling of `undefined` when `"json escape"` is enabled - Fix incorrect middleware execution with unanchored `RegExp`s - Fix `res.jsonp(obj, status)` deprecation message - Fix typo in `res.is` JSDoc - deps: body-parser@1.19.1 - deps: bytes@3.1.1 - deps: http-errors@1.8.1 - deps: qs@6.9.6 - deps: raw-body@2.4.2 - deps: safe-buffer@5.2.1 - deps: type-is@~1.6.18 - deps: content-disposition@0.5.4 - deps: safe-buffer@5.2.1 - deps: cookie@0.4.1 - Fix `maxAge` option to reject invalid values - deps: proxy-addr@~2.0.7 - Use `req.socket` over deprecated `req.connection` - deps: forwarded@0.2.0 - deps: ipaddr.js@1.9.1 - deps: qs@6.9.6 - deps: safe-buffer@5.2.1 - deps: send@0.17.2 - deps: http-errors@1.8.1 - deps: ms@2.1.3 - pref: ignore empty http tokens - deps: serve-static@1.14.2 - deps: send@0.17.2 - deps: setprototypeof@1.2.0
csstools/postcss-plugins (postcss-preset-env) ### [`v6.7.2`](https://togithub.com/csstools/postcss-plugins/compare/70966cb955816572379edfd01f26c80d256d3c17...33ea722540c2c9c812cbe1293ee7ff5d8d857dfb) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/70966cb955816572379edfd01f26c80d256d3c17...33ea722540c2c9c812cbe1293ee7ff5d8d857dfb) ### [`v6.7.1`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#671) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/5bc517c50664549a1cf8d057b4bc670731efb978...70966cb955816572379edfd01f26c80d256d3c17) *February 13, 2022* - Added notice when using preset-env with PostCSS > 7 to prompt to upgrade.
postcss/postcss-reporter (postcss-reporter) ### [`v7.0.5`](https://togithub.com/postcss/postcss-reporter/blob/HEAD/CHANGELOG.md#705) [Compare Source](https://togithub.com/postcss/postcss-reporter/compare/7.0.4...7.0.5) - Reduced dependencies (by [@​onigoetz](https://togithub.com/onigoetz)).
negomi/react-burger-menu (react-burger-menu) ### [`v3.0.9`](https://togithub.com/negomi/react-burger-menu/compare/v3.0.8...v3.0.9) [Compare Source](https://togithub.com/negomi/react-burger-menu/compare/v3.0.8...v3.0.9) ### [`v3.0.8`](https://togithub.com/negomi/react-burger-menu/compare/v3.0.7...v3.0.8) [Compare Source](https://togithub.com/negomi/react-burger-menu/compare/v3.0.7...v3.0.8) ### [`v3.0.7`](https://togithub.com/negomi/react-burger-menu/compare/v3.0.6...v3.0.7) [Compare Source](https://togithub.com/negomi/react-burger-menu/compare/v3.0.6...v3.0.7)
facebook/regenerator (regenerator-runtime) ### [`v0.13.11`](https://togithub.com/facebook/regenerator/compare/regenerator-runtime@0.13.10...regenerator-runtime@0.13.11) [Compare Source](https://togithub.com/facebook/regenerator/compare/regenerator-runtime@0.13.10...regenerator-runtime@0.13.11) ### [`v0.13.10`](https://togithub.com/facebook/regenerator/compare/regenerator-runtime@0.13.9...regenerator-runtime@0.13.10) [Compare Source](https://togithub.com/facebook/regenerator/compare/regenerator-runtime@0.13.9...regenerator-runtime@0.13.10)
styled-components/styled-components (styled-components) ### [`v5.3.11`](https://togithub.com/styled-components/styled-components/releases/tag/v5.3.11) [Compare Source](https://togithub.com/styled-components/styled-components/compare/v5.3.10...v5.3.11) Removed use of the `useDebugValue` hook to rectify older React support. **Full Changelog**: https://github.com/styled-components/styled-components/compare/v5.3.10...v5.3.11 ### [`v5.3.10`](https://togithub.com/styled-components/styled-components/releases/tag/v5.3.10) [Compare Source](https://togithub.com/styled-components/styled-components/compare/v5.3.9...v5.3.10) #### What's Changed - fix: Do not add px to unitless CSS variables by [@​Lazyuki](https://togithub.com/Lazyuki) in [https://github.com/styled-components/styled-components/pull/3975](https://togithub.com/styled-components/styled-components/pull/3975) **Full Changelog**: https://github.com/styled-components/styled-components/compare/v5.3.9...v5.3.10 ### [`v5.3.9`](https://togithub.com/styled-components/styled-components/releases/tag/v5.3.9) [Compare Source](https://togithub.com/styled-components/styled-components/compare/v5.3.8...v5.3.9) ##### What's Changed - \[v5] Make styled components work when the Object prototype is frozen by [@​jportner](https://togithub.com/jportner) in [https://github.com/styled-components/styled-components/pull/3964](https://togithub.com/styled-components/styled-components/pull/3964) **Full Changelog**: https://github.com/styled-components/styled-components/compare/v5.3.8...v5.3.9 ### [`v5.3.8`](https://togithub.com/styled-components/styled-components/releases/tag/v5.3.8) [Compare Source](https://togithub.com/styled-components/styled-components/compare/v5.3.7...v5.3.8) #### What's Changed fix(constants): rework process env guard **Full Changelog**: https://github.com/styled-components/styled-components/compare/v5.3.7-fixed...v5.3.8 ### [`v5.3.7`](https://togithub.com/styled-components/styled-components/compare/v5.3.6...v5.3.7) [Compare Source](https://togithub.com/styled-components/styled-components/compare/v5.3.6...v5.3.7) ### [`v5.3.6`](https://togithub.com/styled-components/styled-components/releases/tag/v5.3.6) [Compare Source](https://togithub.com/styled-components/styled-components/compare/v5.3.5...v5.3.6) #### What's Changed - Fix statement on Ukraine by [@​Fer0x](https://togithub.com/Fer0x) in [https://github.com/styled-components/styled-components/pull/3724](https://togithub.com/styled-components/styled-components/pull/3724) - Fix/nonce in ssr by [@​samimakicc](https://togithub.com/samimakicc) in [https://github.com/styled-components/styled-components/pull/3755](https://togithub.com/styled-components/styled-components/pull/3755) #### Deprecations - `$as` and `$forwardedAs` will be removed in the next major version, use the unprefixed props instead #### New Contributors - [@​samimakicc](https://togithub.com/samimakicc) made their first contribution in [https://github.com/styled-components/styled-components/pull/3755](https://togithub.com/styled-components/styled-components/pull/3755) **Full Changelog**: https://github.com/styled-components/styled-components/compare/v5.3.5...v5.3.6 ### [`v5.3.5`](https://togithub.com/styled-components/styled-components/releases/tag/v5.3.5) Add statement of solidarity against the war on Ukraine πŸ‡ΊπŸ‡¦
gajus/table (table) ### [`v6.7.6`](https://togithub.com/gajus/table/releases/tag/v6.7.6) [Compare Source](https://togithub.com/gajus/table/compare/v6.7.5...v6.7.6) ##### Bug Fixes - Missing source maps ([#​203](https://togithub.com/gajus/table/issues/203)) ([40653b4](https://togithub.com/gajus/table/commit/40653b4457b4c8e1af2b6e7af52aa2173bc2685c))
webpack-contrib/webpack-hot-middleware (webpack-hot-middleware) ### [`v2.25.4`](https://togithub.com/webpack-contrib/webpack-hot-middleware/blob/HEAD/CHANGELOG.md#2254-2023-06-21) [Compare Source](https://togithub.com/webpack-contrib/webpack-hot-middleware/compare/v2.25.3...v2.25.4) ### [`v2.25.3`](https://togithub.com/webpack-contrib/webpack-hot-middleware/blob/HEAD/CHANGELOG.md#2253-2022-11-08) [Compare Source](https://togithub.com/webpack-contrib/webpack-hot-middleware/compare/v2.25.2...v2.25.3) ### [`v2.25.2`](https://togithub.com/webpack-contrib/webpack-hot-middleware/compare/v2.25.1...v2.25.2) [Compare Source](https://togithub.com/webpack-contrib/webpack-hot-middleware/compare/v2.25.1...v2.25.2)

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.