janus-idp / janus-idp.github.io

Other
13 stars 28 forks source link

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

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@segment/analytics-next (source) 1.72.0 -> 1.72.1 age adoption passing confidence
@types/node (source) 20.14.10 -> 20.14.11 age adoption passing confidence
framer-motion 11.3.4 -> 11.3.8 age adoption passing confidence
husky 9.0.11 -> 9.1.1 age adoption passing confidence
turbo (source) 2.0.6 -> 2.0.9 age adoption passing confidence

Release Notes

segmentio/analytics-next (@​segment/analytics-next) ### [`v1.72.1`](https://togithub.com/segmentio/analytics-next/blob/HEAD/packages/browser/CHANGELOG.md#1721) [Compare Source](https://togithub.com/segmentio/analytics-next/compare/@segment/analytics-next@1.72.0...@segment/analytics-next@1.72.1) ##### Patch Changes - [#​1115](https://togithub.com/segmentio/analytics-next/pull/1115) [`73ac593`](https://togithub.com/segmentio/analytics-next/commit/73ac593226159423b2f63cac190eebd347bbb75a) Thanks [@​silesky](https://togithub.com/silesky)! - Update argument resolver to user interface rather than full User
framer/motion (framer-motion) ### [`v11.3.8`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1138-2024-07-19) [Compare Source](https://togithub.com/framer/motion/compare/v11.3.7...v11.3.8) ##### Changed - Improve performance of layout animation calculated projection comparisons. ### [`v11.3.7`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1137-2024-07-18) [Compare Source](https://togithub.com/framer/motion/compare/v11.3.6...v11.3.7) ##### Changed - Active render scheduling check to prevent unnecessary `Set` lookups. ### [`v11.3.6`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1136-2024-07-17) [Compare Source](https://togithub.com/framer/motion/compare/v11.3.5...v11.3.6) ##### Changed - Minor performance improvements for layout animations. ### [`v11.3.5`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1135-2024-07-16) [Compare Source](https://togithub.com/framer/motion/compare/v11.3.4...v11.3.5) ##### Fixed - Ensuring DOM bundle doesn't include `react` and `react-dom` as dependencies.
typicode/husky (husky) ### [`v9.1.1`](https://togithub.com/typicode/husky/compare/v9.1.0...2968998755465f69069f297b5bb603e26d6b1772) [Compare Source](https://togithub.com/typicode/husky/compare/v9.1.0...v9.1.1) ### [`v9.1.0`](https://togithub.com/typicode/husky/releases/tag/v9.1.0) [Compare Source](https://togithub.com/typicode/husky/compare/v9.0.11...v9.1.0)

*Super saiyan ~~god~~ dog! It's over 9.0.0!* *There's a bug with this release which prevents the deprecation notice to appear and requires to remove `#!/usr/bin/env sh` and `. "$(dirname -- "$0")/_/husky.sh"` (which are deprecated by the way). I'll publish a new version to fix that. Sorry about any inconvenience.* ### What's new You can now run package commands directly, no need for `npx` or equivalents. It makes writing hooks more intuitive and is also slightly faster 🐺⚡️ ```diff ### .husky/pre-commit - npx jest + jest # ~0.2s faster ``` A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it. ```shell ### .husky/pre-commit prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown git update-index --again ``` For more advanced use cases, see [lint-staged](https://togithub.com/lint-staged/lint-staged). ### Fixes - `bunx husky init` command - Workaround for some hooks implementation on Windows 🤷 ### Deprecations - Remove `#!/usr/bin/env sh` and `. "$(dirname -- "$0")/_/husky.sh"` from your hooks - Move your code from `~/.huskyrc` to `.config/husky/init.sh` Support for these will be removed in v10, notices have been added. ### Friendly reminder If Git hooks don't fit your workflow, you can disable Husky globally. Just add `export HUSKY=0` to `.config/husky/init.sh`. I've seen some confusion about this on X, so just a heads-up! ### Sponsoring Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: [GitHub Sponsors](https://togithub.com/sponsors/typicode). **Have a nice summer ☀️ I'm open to new opportunities/consulting so feel free to drop me a message 😉**
vercel/turbo (turbo) ### [`v2.0.9`](https://togithub.com/vercel/turbo/compare/v2.0.8...v2.0.9) [Compare Source](https://togithub.com/vercel/turbo/compare/v2.0.8...v2.0.9) ### [`v2.0.8`](https://togithub.com/vercel/turbo/releases/tag/v2.0.8): Turborepo v2.0.8 [Compare Source](https://togithub.com/vercel/turbo/compare/v2.0.7...v2.0.8) #### What's Changed ##### Examples - Update basic example. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8784](https://togithub.com/vercel/turbo/pull/8784) ##### Changelog - chore(turborepo): refine package.json parse error by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8753](https://togithub.com/vercel/turbo/pull/8753) - feat(turbo): add VERCEL to pass through by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/8794](https://togithub.com/vercel/turbo/pull/8794) **Full Changelog**: https://github.com/vercel/turbo/compare/v2.0.7...v2.0.8 ### [`v2.0.7`](https://togithub.com/vercel/turbo/releases/tag/v2.0.7): Turborepo v2.0.7 [Compare Source](https://togithub.com/vercel/turbo/compare/v2.0.6...v2.0.7) #### What's Changed ##### Examples - Fix lockfile in kitchen-sink. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8666](https://togithub.com/vercel/turbo/pull/8666) - fix(examples): correct next.config extension in tsconfig by [@​moolcoov](https://togithub.com/moolcoov) in [https://github.com/vercel/turbo/pull/8638](https://togithub.com/vercel/turbo/pull/8638) - feat(examples): add `with-nestjs` example by [@​Neosoulink](https://togithub.com/Neosoulink) in [https://github.com/vercel/turbo/pull/8162](https://togithub.com/vercel/turbo/pull/8162) ##### Changelog - (refactor)ui: Refactoring/simplifying TUI state by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8650](https://togithub.com/vercel/turbo/pull/8650) - fix: add more windows vars to default pass through env by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8615](https://togithub.com/vercel/turbo/pull/8615) - Add Docker to default passthroughs list. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8690](https://togithub.com/vercel/turbo/pull/8690) - Add VSCode's debugger variables to default passthroughs. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8689](https://togithub.com/vercel/turbo/pull/8689) - update env_wildcards for SvelteKit by [@​jacksteamdev](https://togithub.com/jacksteamdev) in [https://github.com/vercel/turbo/pull/8685](https://togithub.com/vercel/turbo/pull/8685) - fix constant width for checkmark by [@​dimitropoulos](https://togithub.com/dimitropoulos) in [https://github.com/vercel/turbo/pull/8702](https://togithub.com/vercel/turbo/pull/8702) - fix(ui): respect `--output-logs` and `outputLogs` for persisting logs after TUI exits by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8612](https://togithub.com/vercel/turbo/pull/8612) - fix(ui): only start ui if there are tasks to run by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8703](https://togithub.com/vercel/turbo/pull/8703) - chore(ui): add tracing to all tui operations by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8704](https://togithub.com/vercel/turbo/pull/8704) - adds CLI flag for controlling tui/stream by [@​dimitropoulos](https://togithub.com/dimitropoulos) in [https://github.com/vercel/turbo/pull/8714](https://togithub.com/vercel/turbo/pull/8714) - feat: allow opting out of required package manager by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8738](https://togithub.com/vercel/turbo/pull/8738) - upgrade deps to avoid conflict with next.js by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/8750](https://togithub.com/vercel/turbo/pull/8750) - refactor(turborepo): derive `Opts` from `Config` by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8759](https://togithub.com/vercel/turbo/pull/8759) #### New Contributors - [@​dimitropoulos](https://togithub.com/dimitropoulos) made their first contribution in [https://github.com/vercel/turbo/pull/8674](https://togithub.com/vercel/turbo/pull/8674) - [@​pathliving](https://togithub.com/pathliving) made their first contribution in [https://github.com/vercel/turbo/pull/8675](https://togithub.com/vercel/turbo/pull/8675) - [@​UNRULYEON](https://togithub.com/UNRULYEON) made their first contribution in [https://github.com/vercel/turbo/pull/8679](https://togithub.com/vercel/turbo/pull/8679) - [@​LaPulgaaa](https://togithub.com/LaPulgaaa) made their first contribution in [https://github.com/vercel/turbo/pull/8683](https://togithub.com/vercel/turbo/pull/8683) - [@​jacksteamdev](https://togithub.com/jacksteamdev) made their first contribution in [https://github.com/vercel/turbo/pull/8685](https://togithub.com/vercel/turbo/pull/8685) - [@​ony3000](https://togithub.com/ony3000) made their first contribution in [https://github.com/vercel/turbo/pull/8642](https://togithub.com/vercel/turbo/pull/8642) - [@​moolcoov](https://togithub.com/moolcoov) made their first contribution in [https://github.com/vercel/turbo/pull/8638](https://togithub.com/vercel/turbo/pull/8638) - [@​pkellner](https://togithub.com/pkellner) made their first contribution in [https://github.com/vercel/turbo/pull/8669](https://togithub.com/vercel/turbo/pull/8669) - [@​vinnymac](https://togithub.com/vinnymac) made their first contribution in [https://github.com/vercel/turbo/pull/8637](https://togithub.com/vercel/turbo/pull/8637) - [@​torresgol10](https://togithub.com/torresgol10) made their first contribution in [https://github.com/vercel/turbo/pull/8719](https://togithub.com/vercel/turbo/pull/8719) - [@​baileywickham](https://togithub.com/baileywickham) made their first contribution in [https://github.com/vercel/turbo/pull/8692](https://togithub.com/vercel/turbo/pull/8692) - [@​LioRael](https://togithub.com/LioRael) made their first contribution in [https://github.com/vercel/turbo/pull/8741](https://togithub.com/vercel/turbo/pull/8741) - [@​mischnic](https://togithub.com/mischnic) made their first contribution in [https://github.com/vercel/turbo/pull/8767](https://togithub.com/vercel/turbo/pull/8767) **Full Changelog**: https://github.com/vercel/turbo/compare/v2.0.6...v2.0.7

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 1 month ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: BethGriggs

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)~~ [BethGriggs] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment