janus-idp / janus-idp.github.io

Other
13 stars 27 forks source link

fix(deps): update all non-major dependencies #295

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@docusaurus/core (source) 3.1.0 -> 3.1.1 age adoption passing confidence dependencies patch
@docusaurus/module-type-aliases (source) 3.1.0 -> 3.1.1 age adoption passing confidence devDependencies patch
@docusaurus/plugin-google-gtag (source) 3.1.0 -> 3.1.1 age adoption passing confidence dependencies patch
@docusaurus/preset-classic (source) 3.1.0 -> 3.1.1 age adoption passing confidence dependencies patch
@docusaurus/theme-classic (source) 3.1.0 -> 3.1.1 age adoption passing confidence devDependencies patch
@docusaurus/tsconfig (source) 3.1.0 -> 3.1.1 age adoption passing confidence dependencies patch
@docusaurus/types (source) 3.1.0 -> 3.1.1 age adoption passing confidence devDependencies patch
@mdx-js/react (source) 3.0.0 -> 3.0.1 age adoption passing confidence dependencies patch
@segment/analytics-next (source) 1.63.0 -> 1.64.0 age adoption passing confidence dependencies minor
@types/node (source) 20.11.6 -> 20.11.20 age adoption passing confidence devDependencies patch 20.11.22 (+1)
@types/react (source) 18.2.48 -> 18.2.60 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.2.18 -> 18.2.19 age adoption passing confidence devDependencies patch
axios (source) 1.6.5 -> 1.6.7 age adoption passing confidence devDependencies patch
dotenv 16.4.0 -> 16.4.5 age adoption passing confidence devDependencies patch
framer-motion 11.0.3 -> 11.0.6 age adoption passing confidence dependencies patch
lint-staged 15.2.0 -> 15.2.2 age adoption passing confidence devDependencies patch
node (source) 20.11.0 -> 20.11.1 age adoption passing confidence patch
pnpm (source) 8.14.3 -> 8.15.4 age adoption passing confidence packageManager minor
postcss (source) 8.4.33 -> 8.4.35 age adoption passing confidence devDependencies patch
react-cookie (source) 7.0.1 -> 7.1.0 age adoption passing confidence dependencies minor
turbo (source) 1.11.3 -> 1.12.4 age adoption passing confidence devDependencies minor

Release Notes

facebook/docusaurus (@​docusaurus/core) ### [`v3.1.1`](https://togithub.com/facebook/docusaurus/blob/HEAD/CHANGELOG.md#311-2024-01-26) [Compare Source](https://togithub.com/facebook/docusaurus/compare/v3.1.0...v3.1.1) ##### :bug: Bug Fix - `docusaurus-types`, `docusaurus` - [#​9791](https://togithub.com/facebook/docusaurus/pull/9791) fix(core): broken links optimization behaves differently than non-optimized logic ([@​slorber](https://togithub.com/slorber)) - `docusaurus` - [#​9788](https://togithub.com/facebook/docusaurus/pull/9788) fix(core): links with target "\_blank" should no be checked by the broken link checker ([@​slorber](https://togithub.com/slorber)) - [#​9407](https://togithub.com/facebook/docusaurus/pull/9407) fix(core): conditionally include `hostname` parameter when using… ([@​jack-robson](https://togithub.com/jack-robson)) - `docusaurus-utils` - [#​9776](https://togithub.com/facebook/docusaurus/pull/9776) fix(mdx-loader): allow spaces before `mdx-code-block` info string ([@​eitsupi](https://togithub.com/eitsupi)) - `create-docusaurus` - [#​9783](https://togithub.com/facebook/docusaurus/pull/9783) fix(create-docusaurus): fix typo in init template sample docs ([@​dawei-wang](https://togithub.com/dawei-wang)) - `docusaurus-theme-common` - [#​9727](https://togithub.com/facebook/docusaurus/pull/9727) fix(theme-common): fix missing code block MagicComments style in Visual Basic (.NET) 16 ([@​tats-u](https://togithub.com/tats-u)) - `docusaurus-theme-classic`, `docusaurus-theme-mermaid` - [#​9733](https://togithub.com/facebook/docusaurus/pull/9733) fix: remove old useless mdx typedefs ([@​slorber](https://togithub.com/slorber)) - `docusaurus-module-type-aliases`, `docusaurus-theme-classic`, `docusaurus-theme-common`, `docusaurus-utils`, `docusaurus` - [#​9732](https://togithub.com/facebook/docusaurus/pull/9732) fix(core): various broken anchor link fixes ([@​slorber](https://togithub.com/slorber)) ##### :running_woman: Performance - `docusaurus` - [#​9778](https://togithub.com/facebook/docusaurus/pull/9778) perf(core): optimize broken links checker ([@​slorber](https://togithub.com/slorber)) ##### :nail_care: Polish - `docusaurus-theme-classic` - [#​9470](https://togithub.com/facebook/docusaurus/pull/9470) polish(theme): MDX images should use async decoding ([@​sanjaiyan-dev](https://togithub.com/sanjaiyan-dev)) ##### Committers: 6 - Jack Robson ([@​jack-robson](https://togithub.com/jack-robson)) - Sanjaiyan Parthipan ([@​sanjaiyan-dev](https://togithub.com/sanjaiyan-dev)) - Sébastien Lorber ([@​slorber](https://togithub.com/slorber)) - Tatsunori Uchino ([@​tats-u](https://togithub.com/tats-u)) - [@​dawei-wang](https://togithub.com/dawei-wang) - [@​eitsupi](https://togithub.com/eitsupi)
mdx-js/mdx (@​mdx-js/react) ### [`v3.0.1`](https://togithub.com/mdx-js/mdx/releases/tag/3.0.1) [Compare Source](https://togithub.com/mdx-js/mdx/compare/3.0.0...3.0.1) ##### Fix - [`49fd094`](https://togithub.com/mdx-js/mdx/commit/49fd094a) Fix generated JSX pragmas for new babel by [@​remcohaszing](https://togithub.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2438](https://togithub.com/mdx-js/mdx/pull/2438) - [`d1fface`](https://togithub.com/mdx-js/mdx/commit/d1fface1) Refactor to handle uncaught webpack errors by [@​remcohaszing](https://togithub.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2398](https://togithub.com/mdx-js/mdx/pull/2398) ##### Types - [`c03e16c`](https://togithub.com/mdx-js/mdx/commit/c03e16c6) Add declaration maps - [`85c5dd0`](https://togithub.com/mdx-js/mdx/commit/85c5dd05) Fix webpack loader types by [@​remcohaszing](https://togithub.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2386](https://togithub.com/mdx-js/mdx/pull/2386) ##### Site - [`38f7a5c`](https://togithub.com/mdx-js/mdx/commit/38f7a5c9) Fix reset of playground render errors by [@​ManasMakde](https://togithub.com/ManasMakde) in [https://github.com/mdx-js/mdx/pull/2392](https://togithub.com/mdx-js/mdx/pull/2392) - [`680445d`](https://togithub.com/mdx-js/mdx/commit/680445df) Add note on broken react runtime types by [@​ky1ejs](https://togithub.com/ky1ejs) in [https://github.com/mdx-js/mdx/pull/2383](https://togithub.com/mdx-js/mdx/pull/2383) **Full Changelog**: https://github.com/mdx-js/mdx/compare/3.0.0...3.0.1
segmentio/analytics-next (@​segment/analytics-next) ### [`v1.64.0`](https://togithub.com/segmentio/analytics-next/blob/HEAD/packages/browser/CHANGELOG.md#1640) [Compare Source](https://togithub.com/segmentio/analytics-next/compare/@segment/analytics-next@1.63.0...@segment/analytics-next@1.64.0) ##### Minor Changes - [#​1032](https://togithub.com/segmentio/analytics-next/pull/1032) [`5c1511f`](https://togithub.com/segmentio/analytics-next/commit/5c1511fe1e1d1df94967623b29ec12ffe770aacf) Thanks [@​zikaari](https://togithub.com/zikaari)! - Support loading analytics into a custom global variable when using snippet version 5.2.1 or later
axios/axios (axios) ### [`v1.6.7`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#167-2024-01-25) [Compare Source](https://togithub.com/axios/axios/compare/v1.6.6...v1.6.7) ##### Bug Fixes - capture async stack only for rejections with native error objects; ([#​6203](https://togithub.com/axios/axios/issues/6203)) ([1a08f90](https://togithub.com/axios/axios/commit/1a08f90f402336e4d00e9ee82f211c6adb1640b0)) ##### Contributors to this release - avatar [Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS "+30/-26 (#​6203 )") - avatar [zhoulixiang](https://togithub.com/zh-lx "+0/-3 (#​6186 )") ### [`v1.6.6`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#166-2024-01-24) [Compare Source](https://togithub.com/axios/axios/compare/v1.6.5...v1.6.6) ##### Bug Fixes - fixed missed dispatchBeforeRedirect argument ([#​5778](https://togithub.com/axios/axios/issues/5778)) ([a1938ff](https://togithub.com/axios/axios/commit/a1938ff073fcb0f89011f001dfbc1fa1dc995e39)) - wrap errors to improve async stack trace ([#​5987](https://togithub.com/axios/axios/issues/5987)) ([123f354](https://togithub.com/axios/axios/commit/123f354b920f154a209ea99f76b7b2ef3d9ebbab)) ##### Contributors to this release - avatar [Ilya Priven](https://togithub.com/ikonst "+91/-8 (#​5987 )") - avatar [Zao Soula](https://togithub.com/zaosoula "+6/-6 (#​5778 )")
motdotla/dotenv (dotenv) ### [`v16.4.5`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1645-2024-02-19) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.4.4...v16.4.5) ##### Changed - 🐞 fix recent regression when using `path` option. return to historical behavior: do not attempt to auto find `.env` if `path` set. (regression was introduced in `16.4.3`) [#​814](https://togithub.com/motdotla/dotenv/pull/814) ### [`v16.4.4`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1644-2024-02-13) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.4.3...v16.4.4) ##### Changed - 🐞 Replaced chaining operator `?.` with old school `&&` (fixing node 12 failures) [#​812](https://togithub.com/motdotla/dotenv/pull/812) ### [`v16.4.3`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1643-2024-02-12) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.4.2...v16.4.3) ##### Changed - Fixed processing of multiple files in `options.path` [#​805](https://togithub.com/motdotla/dotenv/pull/805) ### [`v16.4.2`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1642-2024-02-10) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.4.1...v16.4.2) ##### Changed - Changed funding link in package.json to [`dotenvx.com`](https://dotenvx.com) ### [`v16.4.1`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1641-2024-01-24) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.4.0...v16.4.1) - Patch support for array as `path` option [#​797](https://togithub.com/motdotla/dotenv/pull/797)
framer/motion (framer-motion) ### [`v11.0.6`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1106-2024-02-23) [Compare Source](https://togithub.com/framer/motion/compare/v11.0.5...v11.0.6) ##### Updated - Added support for `motion(Fragment)` for controlling variants. For internal Framer use only. ### [`v11.0.5`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1105-2024-02-13) [Compare Source](https://togithub.com/framer/motion/compare/v11.0.4...v11.0.5) ##### Updated - Performance updates. ### [`v11.0.4`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1104-2024-02-13) [Compare Source](https://togithub.com/framer/motion/compare/v11.0.3...v11.0.4) ##### Fixed - Tighten check for `navigator.userAgent`.
okonet/lint-staged (lint-staged) ### [`v15.2.2`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1522) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v15.2.1...v15.2.2) ##### Patch Changes - [#​1391](https://togithub.com/lint-staged/lint-staged/pull/1391) [`fdcdad4`](https://togithub.com/lint-staged/lint-staged/commit/fdcdad42ff96fea3c05598e378d3c44ad4a51bde) Thanks [@​iiroj](https://togithub.com/iiroj)! - *Lint-staged* no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout. ### [`v15.2.1`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1521) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v15.2.0...v15.2.1) ##### Patch Changes - [#​1387](https://togithub.com/lint-staged/lint-staged/pull/1387) [`e4023f6`](https://togithub.com/lint-staged/lint-staged/commit/e4023f687616dcf4816545b8eefbcce50e255c9c) Thanks [@​iiroj](https://togithub.com/iiroj)! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, *lint-staged* has used the default settings to spawn linter commands. This means the `stdin` of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the `stdin` is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.
nodejs/node (node) ### [`v20.11.1`](https://togithub.com/nodejs/node/compare/v20.11.0...v20.11.1) [Compare Source](https://togithub.com/nodejs/node/compare/v20.11.0...v20.11.1)
pnpm/pnpm (pnpm) ### [`v8.15.4`](https://togithub.com/pnpm/pnpm/compare/v8.15.3...v8.15.4) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.15.3...v8.15.4) ### [`v8.15.3`](https://togithub.com/pnpm/pnpm/releases/tag/v8.15.3) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.15.2...v8.15.3) #### Patch Changes - Remove vulnerable "ip" package from the dependencies [#​7652](https://togithub.com/pnpm/pnpm/issues/7652). #### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
### [`v8.15.2`](https://togithub.com/pnpm/pnpm/releases/tag/v8.15.2) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.15.1...v8.15.2) #### Patch Changes - When purging multiple `node_modules` directories, pnpm will no longer print multiple prompts simultaneously. - Don't print an unnecessary warning when adding new dependencies to a project that uses hoisted `node_modules`. - Linking globally the command of a package that has no name in `package.json` [#​4761](https://togithub.com/pnpm/pnpm/issues/4761). - Installation should work with lockfile created by pnpm v9.0.0-alpha.4 #### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
### [`v8.15.1`](https://togithub.com/pnpm/pnpm/releases/tag/v8.15.1) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.15.0...v8.15.1) #### Patch Changes - Use the `object-hash` library instead of `node-object-hash` for hashing keys of side-effects cache [#​7591](https://togithub.com/pnpm/pnpm/pull/7591). - `bundledDependencies` should never be added to the lockfile with `false` as the value [#​7576](https://togithub.com/pnpm/pnpm/issues/7576). #### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
### [`v8.15.0`](https://togithub.com/pnpm/pnpm/releases/tag/v8.15.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.14.3...v8.15.0) #### Minor Changes - When the license field does not exist in `package.json` but a license file exists, try to match and extract the license name [#​7530](https://togithub.com/pnpm/pnpm/pull/7530). #### Patch Changes - Running `pnpm update -r --latest` will no longer downgrade prerelease dependencies [#​7436](https://togithub.com/pnpm/pnpm/issues/7436). - `--aggregate-output` should work on scripts executed from the same project [#​7556](https://togithub.com/pnpm/pnpm/issues/7556). - Prefer hard links over reflinks on Windows as they perform better [#​7564](https://togithub.com/pnpm/pnpm/pull/7564). - Reduce the length of the side-effects cache key. Instead of saving a stringified object composed from the dependency versions of the package, use the hash calculated from the said object [#​7563](https://togithub.com/pnpm/pnpm/pull/7563). - Throw an error if `pnpm update --latest` runs with arguments containing versions specs. For instance, `pnpm update --latest foo@next` is not allowed [#​7567](https://togithub.com/pnpm/pnpm/pull/7567). - Don't fail in Windows CoW if the file already exists [#​7554](https://togithub.com/pnpm/pnpm/issues/7554). #### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
postcss/postcss (postcss) ### [`v8.4.35`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8435) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.34...8.4.35) -

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 has been generated by Mend Renovate. View repository job log here.

openshift-ci[bot] commented 4 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: schultzp2020

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/janus-idp/janus-idp.github.io/blob/main/OWNERS)~~ [schultzp2020] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment