Open renovate[bot] opened 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
react-spring-bottom-sheet | ❌ Failed (Inspect) | Nov 5, 2024 11:17pm |
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎
To accept the risk, merge this PR and you will not be notified again.
Alert | Package | Note | Source | CI |
---|---|---|---|---|
Critical CVE | npm/shell-quote@1.7.2 |
| ⚠︎ |
Contains a Critical Common Vulnerability and Exposure (CVE).
Remove or replace dependencies that include known critical CVEs. Consumers can use dependency overrides or npm audit fix --force to remove vulnerable dependencies.
Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.
If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.
To ignore an alert, reply with a comment starting with @SocketSecurity ignore
followed by a space separated list of ecosystem/package-name@version
specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0
or ignore all packages with @SocketSecurity ignore-all
@SocketSecurity ignore npm/shell-quote@1.7.2
Report too large to display inline
This PR contains the following updates:
3.3.1
->3.4.0
^0.13.0
->^0.18.0
^4.5.0
->^4.11.2
^9.0.0
->^9.0.1
^0.4.0
->^0.5.9
^2.2.11
->^2.3.4
^17.0.0
->^17.0.83
^4.9.0
->^4.33.0
^4.9.0
->^4.33.0
^0.6.0
->^0.8.0
^10.0.4
->^10.4.20
^10.1.0
->^7.11.0
^2.2.6
->^2.5.1
^7.14.0
->^7.32.0
^5.2.0
->^5.10.0
^2.22.1
->^2.31.0
^6.4.1
->^6.10.2
^7.21.5
->^7.37.2
^4.2.0
->^4.6.2
6.7.1
->6.9.4
^0.14.0
->^0.15.1
^8.3.0
->^8.3.1
^1.0.1
->^1.0.2
^1.0.1
->^1.0.5
^6.7.0
->^6.7.2
^2.2.1
->^2.8.8
^2.1.3
->^2.8.0
^17.0.0
->^17.0.2
^17.0.0
->^17.0.2
^1.1.29
->^1.1.33
^2.0.1
->^2.2.19
^4.1.2
->^4.9.5
4.27.0
->4.38.3
This is a special PR that replaces
babel-eslint
with the community suggested minimal stable replacement version.Release Notes
juggle/resize-observer (@juggle/resize-observer)
### [`v3.4.0`](https://redirect.github.com/juggle/resize-observer/releases/tag/v3.4.0) [Compare Source](https://redirect.github.com/juggle/resize-observer/compare/v3.3.1...v3.4.0) Aligns polyfill with spec changes. Initial value of `lastReportedSize` changed from `0, 0` to `-1, -1` allowing for consistent notifications to be triggered when an element is observed for the first time. ```typescript const el = document.createElement('div'); const ro = new ResizeObserver(() => { ... }); ro.observe(el); // Will now notify with size `0, 0`. ``` [https://github.com/w3c/csswg-drafts/issues/3664#issuecomment-1218270926](https://redirect.github.com/w3c/csswg-drafts/issues/3664#issuecomment-1218270926)reach/reach-ui (@reach/portal)
### [`v0.18.0`](https://redirect.github.com/reach/reach-ui/blob/HEAD/packages/portal/CHANGELOG.md#0180) [Compare Source](https://redirect.github.com/reach/reach-ui/compare/v0.17.0...@reach/portal@0.18.0) ##### BREAKING Changes - All default exports have been removed. Replace all default imports with the appropriate documented named export. - The output directory structure has changed slightly. Module files are now named `reach-tailwindlabs/tailwindcss-forms (@tailwindcss/forms)
### [`v0.5.9`](https://redirect.github.com/tailwindlabs/tailwindcss-forms/blob/HEAD/CHANGELOG.md#059---2024-09-05) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.8...v0.5.9) ##### Fixed - Fallback to static chevron color if theme is using variables ([#167](https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/167)) ### [`v0.5.8`](https://redirect.github.com/tailwindlabs/tailwindcss-forms/blob/HEAD/CHANGELOG.md#058---2024-08-28) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.7...v0.5.8) ##### Fixed - Support installing with alpha versions of Tailwind CSS v4 ([#163](https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/163)) ### [`v0.5.7`](https://redirect.github.com/tailwindlabs/tailwindcss-forms/blob/HEAD/CHANGELOG.md#057---2023-11-10) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.6...v0.5.7) ##### Fixed - Use normal `checkbox` and `radio` appearance in `forced-colors` mode ([#152](https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/152)) ### [`v0.5.6`](https://redirect.github.com/tailwindlabs/tailwindcss-forms/blob/HEAD/CHANGELOG.md#056---2023-08-28) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.5...v0.5.6) ##### Fixed - Fix date time bottom spacing on MacOS Safari ([#146](https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/146)) ### [`v0.5.5`](https://redirect.github.com/tailwindlabs/tailwindcss-forms/blob/HEAD/CHANGELOG.md#055---2023-08-22) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.4...v0.5.5) ##### Fixed - Fix text alignment on date and time inputs on iOS ([#144](https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/144)) ### [`v0.5.4`](https://redirect.github.com/tailwindlabs/tailwindcss-forms/blob/HEAD/CHANGELOG.md#054---2023-07-13) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.3...v0.5.4) ##### Fixed - Remove chevron for selects with a non-default size ([#137](https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/137)) - Allow for without `type` ([#141](https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/141)) ### [`v0.5.3`](https://redirect.github.com/tailwindlabs/tailwindcss-forms/blob/HEAD/CHANGELOG.md#053---2022-09-02) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.2...v0.5.3) ##### Fixed - Update TypeScript types ([#126](https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/126)) ### [`v0.5.2`](https://redirect.github.com/tailwindlabs/tailwindcss-forms/blob/HEAD/CHANGELOG.md#052---2022-05-18) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.1...v0.5.2) ##### Added - Add TypeScript type declarations ([#118](https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/118)) ### [`v0.5.1`](https://redirect.github.com/tailwindlabs/tailwindcss-forms/blob/HEAD/CHANGELOG.md#051---2022-05-03) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.0...v0.5.1) ##### Fixed - Remove duplicate `outline` property ([#116](https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/116)) - Fix autoprefixer warning about `color-adjust` ([#115](https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/115)) ### [`v0.5.0`](https://redirect.github.com/tailwindlabs/tailwindcss-forms/blob/HEAD/CHANGELOG.md#050---2022-03-02) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss-forms/compare/v0.4.1...v0.5.0) ##### Changed - Generate both global styles and classes by default ([#71](https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/71)) ### [`v0.4.1`](https://redirect.github.com/tailwindlabs/tailwindcss-forms/blob/HEAD/CHANGELOG.md#041---2022-03-02) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss-forms/compare/v0.4.0...v0.4.1) ##### Added - Remove `dist` folder and related dependencies ([#96](https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/96)) ##### Fixed - Use `addComponents` for class strategy ([#91](https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/91)) - Fix extra height on Safari date/time inputs ([#109](https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/109))statelyai/xstate (@xstate/inspect)
### [`v0.8.0`](https://redirect.github.com/statelyai/xstate/releases/tag/%40xstate/inspect%400.8.0) [Compare Source](https://redirect.github.com/statelyai/xstate/compare/@xstate/inspect@0.7.1...@xstate/inspect@0.8.0) ##### Minor Changes - [#3793](https://redirect.github.com/statelyai/xstate/pull/3793) [`f943513ca`](https://redirect.github.com/statelyai/xstate/commit/f943513cae369cf5356d383fc53a18e1858022ce) Thanks [@mdpratt](https://redirect.github.com/mdpratt)! - Add support for a custom `targetWindow` ### [`v0.7.1`](https://redirect.github.com/statelyai/xstate/releases/tag/%40xstate/inspect%400.7.1) [Compare Source](https://redirect.github.com/statelyai/xstate/compare/@xstate/inspect@0.7.0...@xstate/inspect@0.7.1) ##### Patch Changes - [#3772](https://redirect.github.com/statelyai/xstate/pull/3772) [`cea609ce3`](https://redirect.github.com/statelyai/xstate/commit/cea609ce39a09f77568a95d8fcaf281020ebce7d) Thanks [@jlarmstrongiv](https://redirect.github.com/jlarmstrongiv)! - Fixed an issue with a misleading dev-only warning being printed when inspecting machines because of the internal `createMachine` call. ### [`v0.7.0`](https://redirect.github.com/statelyai/xstate/releases/tag/%40xstate/inspect%400.7.0) [Compare Source](https://redirect.github.com/statelyai/xstate/compare/@xstate/inspect@0.6.5...@xstate/inspect@0.7.0) ##### Minor Changes - [#3235](https://redirect.github.com/statelyai/xstate/pull/3235) [`f666f5823`](https://redirect.github.com/statelyai/xstate/commit/f666f5823835bd731034e7e2d64e5916b1f7dc0c) Thanks [@mattpocock](https://redirect.github.com/mattpocock)! - `@xstate/inspect` will now target `https://stately.ai/viz` by default. You can target the old inspector by setting the config options like so: ```ts inspect({ url: `https://statecharts.io/inspect` }); ``` ### [`v0.6.5`](https://redirect.github.com/statelyai/xstate/releases/tag/%40xstate/inspect%400.6.5) [Compare Source](https://redirect.github.com/statelyai/xstate/compare/@xstate/inspect@0.6.4...@xstate/inspect@0.6.5) ##### Patch Changes - [#3198](https://redirect.github.com/statelyai/xstate/pull/3198) [`09e2130df`](https://redirect.github.com/statelyai/xstate/commit/09e2130dff80815c10df38496a761fe8ae0d9f6e) Thanks [@Andarist](https://redirect.github.com/Andarist)! - Fixed an issue that prevented some states from being sent correctly to the inspector when serializable values hold references to objects throwing on `toJSON` property access (like `obj.toJSON`). This property is accessed by the native algorithm before the value gets passed to the custom `serializer`. Because of a bug we couldn't correctly serialize such values even when a custom `serializer` was implemented that was meant to replace it in a custom way from within its parent's level. - [#3199](https://redirect.github.com/statelyai/xstate/pull/3199) [`f3d63147d`](https://redirect.github.com/statelyai/xstate/commit/f3d63147d36791344d55fa9c945af32daeefa2fa) Thanks [@Andarist](https://redirect.github.com/Andarist)! - Fixed an issue that caused sending the same event multiple times to the inspector for restarted services. - [#3076](https://redirect.github.com/statelyai/xstate/pull/3076) [`34f3d9be7`](https://redirect.github.com/statelyai/xstate/commit/34f3d9be74d2bd9db51b2db06c5a65d980aec9c4) Thanks [@SimeonC](https://redirect.github.com/SimeonC)! - Fixed an issue with "maximum call stack size exceeded" errors being thrown when registering a machine with a very deep object in its context despite using a serializer capable of replacing such an object. ### [`v0.6.4`](https://redirect.github.com/statelyai/xstate/releases/tag/%40xstate/inspect%400.6.4) [Compare Source](https://redirect.github.com/statelyai/xstate/compare/@xstate/inspect@0.6.3...@xstate/inspect@0.6.4) ##### Patch Changes - [#3144](https://redirect.github.com/statelyai/xstate/pull/3144) [`e08030faf`](https://redirect.github.com/statelyai/xstate/commit/e08030faf00e2bcb192040b6ba04178ecf057509) Thanks [@lecepin](https://redirect.github.com/lecepin)! - Added UMD build for this package that is available in the `dist` directory in the published package. - [#3144](https://redirect.github.com/statelyai/xstate/pull/3144) [`e08030faf`](https://redirect.github.com/statelyai/xstate/commit/e08030faf00e2bcb192040b6ba04178ecf057509) Thanks [@lecepin](https://redirect.github.com/lecepin)! - Added proper `peerDependency` on XState. It was incorrectly omitted from the `package.json` of this package. ### [`v0.6.3`](https://redirect.github.com/statelyai/xstate/releases/tag/%40xstate/inspect%400.6.3) [Compare Source](https://redirect.github.com/statelyai/xstate/compare/@xstate/inspect@0.6.2...@xstate/inspect@0.6.3) ##### Patch Changes - [#3089](https://redirect.github.com/statelyai/xstate/pull/3089) [`862697e29`](https://redirect.github.com/statelyai/xstate/commit/862697e2990934d46050580d7e09c749d09d8426) Thanks [@Andarist](https://redirect.github.com/Andarist)! - Fixed compatibility with Skypack by exporting some shared utilities from root entry of XState and consuming them directly in other packages (this avoids accessing those things using deep imports and thus it avoids creating those compatibility problems). ### [`v0.6.2`](https://redirect.github.com/statelyai/xstate/releases/tag/%40xstate/inspect%400.6.2) [Compare Source](https://redirect.github.com/statelyai/xstate/compare/@xstate/inspect@0.6.1...@xstate/inspect@0.6.2) ##### Patch Changes - [#2957](https://redirect.github.com/statelyai/xstate/pull/2957) [`8550ddda7`](https://redirect.github.com/statelyai/xstate/commit/8550ddda73e2ad291e19173d7fa8d13e3336fbb9) Thanks [@davidkpiano](https://redirect.github.com/davidkpiano)! - The repository links have been updated from `github.com/davidkpiano` to `github.com/statelyai`. ### [`v0.6.1`](https://redirect.github.com/statelyai/xstate/releases/tag/%40xstate/inspect%400.6.1) [Compare Source](https://redirect.github.com/statelyai/xstate/compare/@xstate/inspect@0.6.0...@xstate/inspect@0.6.1) ##### Patch Changes - [#2907](https://redirect.github.com/statelyai/xstate/pull/2907) [`3a8eb6574`](https://redirect.github.com/statelyai/xstate/commit/3a8eb6574db51c3d02c900561be87a48fd9a973c) Thanks [@rossng](https://redirect.github.com/rossng)! - Fix crash when sending circular state objects ([#2373](https://redirect.github.com/statelyai/xstate/issues/2373)).postcss/autoprefixer (autoprefixer)
### [`v10.4.20`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10420) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.19...10.4.20) - Fixed `fit-content` prefix for Firefox. ### [`v10.4.19`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10419) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.18...10.4.19) - Removed `end value has mixed support, consider using flex-end` warning since `end`/`start` now have good support. ### [`v10.4.18`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10418) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.17...10.4.18) - Fixed removing `-webkit-box-orient` on `-webkit-line-clamp` ([@Goodwine](https://redirect.github.com/Goodwine)). ### [`v10.4.17`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10417) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.16...10.4.17) - Fixed `user-select: contain` prefixes. ### [`v10.4.16`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10416) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.15...10.4.16) - Improved performance (by Romain Menke). - Fixed docs (by Christian Oliff). ### [`v10.4.15`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10415) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.14...10.4.15) - Fixed `::backdrop` prefixes (by 一丝). - Fixed docs (by Christian Oliff). ### [`v10.4.14`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10414) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.13...10.4.14) - Improved startup time and reduced JS bundle size (by Kārlis Gaņģis). ### [`v10.4.13`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10413) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.12...10.4.13) - Fixed missed prefixes on vendor prefixes in name of CSS Custom Property. ### [`v10.4.12`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10412) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.11...10.4.12) - Fixed support of unit-less zero angle in backgrounds (by 一丝). ### [`v10.4.11`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10411) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.10...10.4.11) - Fixed `text-decoration` prefixes by moving to MDN data (by Romain Menke). ### [`v10.4.10`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10410) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.9...10.4.10) - Fixed `unicode-bidi` prefixes by moving to MDN data. ### [`v10.4.9`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#1049) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.8...10.4.9) - Fixed `css-unicode-bidi` issue from latest Can I Use. ### [`v10.4.8`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#1048) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.7...10.4.8) - Do not print `color-adjust` warning if `print-color-adjust` also is in rule. ### [`v10.4.7`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#1047) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.6...10.4.7) - Fixed `print-color-adjust` support in Firefox. ### [`v10.4.6`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#1046) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.5...10.4.6) - Fixed `print-color-adjust` support.Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 using a curated preset maintained by . View repository job log here