Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all patch dependencies (patch) #337

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@floating-ui/react (source) 0.26.17 -> 0.26.25 age adoption passing confidence dependencies patch
@types/react (source) ^18.3.2 -> ^18.3.3 age adoption passing confidence devDependencies patch
@types/react-dom (source) ^18.2.19 -> ^18.3.0 age adoption passing confidence devDependencies patch
@vitejs/plugin-react-swc ^3.6.0 -> ^3.7.0 age adoption passing confidence devDependencies patch
autoprefixer ^10.4.17 -> ^10.4.19 age adoption passing confidence devDependencies patch
axios (source) 1.7.4 -> 1.7.7 age adoption passing confidence dependencies patch
docker.io/library/alpine 3.20.0 -> 3.20.3 age adoption passing confidence final patch
docker.io/library/golang 1.22.4 -> 1.22.8 age adoption passing confidence stage patch
eslint (source) ^8.56.0 -> ^8.57.0 age adoption passing confidence devDependencies patch
eslint-plugin-react-refresh ^0.4.5 -> ^0.4.7 age adoption passing confidence devDependencies patch
github.com/gruntwork-io/go-commons v0.17.1 -> v0.17.2 age adoption passing confidence require patch
go (source) 1.22.4 -> 1.22.8 age adoption passing confidence toolchain patch
k8s.io/api v0.30.2 -> v0.30.5 age adoption passing confidence require patch
k8s.io/apimachinery v0.30.2 -> v0.30.5 age adoption passing confidence require patch
k8s.io/client-go v0.30.2 -> v0.30.5 age adoption passing confidence require patch
postcss (source) ^8.4.35 -> ^8.4.38 age adoption passing confidence devDependencies patch
sigs.k8s.io/controller-runtime v0.18.4 -> v0.18.5 age adoption passing confidence require patch
tailwindcss (source) ^3.4.3 -> ^3.4.4 age adoption passing confidence devDependencies patch
vite (source) ^5.2.12 -> ^5.4.6 age adoption passing confidence devDependencies patch

Release Notes

floating-ui/floating-ui (@​floating-ui/react)

v0.26.25

Compare Source

Patch Changes
  • fix(useListNavigation): handle virtual nested Home/End key press
  • fix(useHover): ignore insignificant movement when resetting restMs
  • fix(useListNavigation): ignore duplicate arrow navigation when composing
  • feat(useDelayGroup): add enabled option
  • fix(useDismiss): handle IME keydown events on Escape
  • fix(inner): round max-height only if not scrollable

v0.26.24

Compare Source

Patch Changes
  • fix(FloatingOverlay): correct multiple locks behavior on iOS
  • fix(FloatingFocusManager): avoid returning focus to nearest tabbable element of the reference if it gets removed when the floating element closes to avoid unwanted focus effects of unrelated elements firing. Tab index context remains preserved if the floating element is portaled.
  • refactor: use React.JSX.Element types. Ensure you've upgraded to the latest @types/react patches (versions since May 6, 2023)
  • fix(FloatingArrow): avoid requiring leading space for manually specified transform style property
  • fix(inner): round maxHeight and apply minItemsVisible only when scrollable
  • Update dependencies: @floating-ui/react-dom@2.1.2, @floating-ui/utils@0.2.8

v0.26.23

Compare Source

Patch Changes
  • feat: add onOpenChange reason string for FloatingFocusManager's closeOnFocusOut handling
  • fix(inner): correctly handle borders
  • fix(FloatingArrow): ignore staticOffset prop if floating element is shifted. Fixes an issue where the arrow could potentially point to nothing if it was shifted enough from its reference element.
  • fix(useListNavigation, Composite): prevent onNavigate from potentially passing in an undefined value instead of null
  • fix(useHover): blockPointerEvents no longer adds pointer-events: none to unintended <body> elements.
  • fix: manage focus on element with floating props spread on it
  • fix(FloatingFocusManager): support keepMounted behavior with disabled prop

v0.26.22

Compare Source

Patch Changes
  • Update dependencies: @floating-ui/utils@0.2.7

v0.26.21

Compare Source

Patch Changes
  • Update dependencies: @floating-ui/utils@0.2.6

v0.26.20

Compare Source

Patch Changes
  • fix: wrap focus call in act in useFocus tests
  • fix: focus always mounted nested lists with listNavigation
  • fix(FloatingFocusManager): return focus to next tabbable after reference element if removed after floating element opens without other previously focused elements to use
  • fix(useListNavigation): avoid reading ref in render
  • Update dependencies: @floating-ui/utils@0.2.5

v0.26.19

Compare Source

Patch Changes
  • refactor: use scrollX/scrollY instead of deprecated pageXOffset/pageYOffset
  • chore: fix internal dependency versioning
  • Update dependencies: @floating-ui/utils@0.2.4

v0.26.18

Compare Source

Patch Changes
  • fix(useInteractions): split prop getter dependencies so that only the relevant element changes when necessary. Previously reference and floating prop getters had dependencies grouped.
  • fix(useFocus): prevent SyntheticEvent warning on React <17
  • fix(inner): allow to make Derivable
  • fix(FloatingFocusManager): correctly close floating element when tabbing out of a modal combobox reference
  • fix(types): export FloatingPortalProps, CompositeProps, CompositeItemProps
  • chore: fix internal deps
  • fix(FloatingArrow): allow close transitions to play on floating element when grouped in instant phase
  • fix(useHover): prevent unnecessary delayed opens to preserve potential click open events. Fixes an issue when combining useHover and useClick hooks and a click occurred before the floating element could open on hover, it would unexpectedly close on mouseleave despite being triggered by a click.
  • refactor: improve types and internal codebase consistency. All documented types are now exported.
  • Update dependencies: @floating-ui/utils@0.2.3
vitejs/vite-plugin-react-swc (@​vitejs/plugin-react-swc)

v3.7.1

Compare Source

Ignore directive sourcemap error #​231

postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.
axios/axios (axios)

v1.7.7

Compare Source

Bug Fixes
  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#​6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#​5731) (364993f)
Contributors to this release

v1.7.6

Compare Source

Bug Fixes
Contributors to this release

v1.7.5

Compare Source

Bug Fixes
  • adapter: fix undefined reference to hasBrowserEnv (#​6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#​6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#​6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#​6533) (550d885)
Contributors to this release
eslint/eslint (eslint)

v8.57.1

Compare Source

ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)

v0.4.12

Compare Source

  • Support type assertion on default export (fixes #​48)
  • Add default export to fix usage with jiti (fixes #​50)

v0.4.11

Compare Source

  • Ignore type exports (ex. export type foo = string;) (fixes #​47)

v0.4.10

Compare Source

  • Support function Foo() {}; export default React.memo(Foo) (#​46) (thanks @​SukkaW!)

v0.4.9

Compare Source

  • Support function Foo() {}; export default memo(Foo) (fixes #​44)

v0.4.8

Compare Source

  • Support export const foo = -1 with allowConstantExport (fixes #​43)
gruntwork-io/go-commons (github.com/gruntwork-io/go-commons)

v0.17.2

Compare Source

What's Changed

Full Changelog: gruntwork-io/go-commons@v0.17.1...v0.17.2

golang/go (go)

v1.22.8

v1.22.7

v1.22.6

v1.22.5

kubernetes/api (k8s.io/api)

v0.30.5

Compare Source

v0.30.4

Compare Source

v0.30.3

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.30.5

Compare Source

v0.30.4

Compare Source

v0.30.3

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.30.5

Compare Source

v0.30.4

Compare Source

v0.30.3

Compare Source

postcss/postcss (postcss)

v8.4.47

Compare Source

  • Removed debug code.

v8.4.46

Compare Source

  • Fixed Cannot read properties of undefined (reading 'before').

v8.4.45

Compare Source

  • Removed unnecessary fix which could lead to infinite loop.

v8.4.44

Compare Source

  • Another way to fix markClean is not a function error.

v8.4.43

Compare Source

  • Fixed markClean is not a function error.

v8.4.42

Compare Source

  • Fixed CSS syntax error on long minified files (by @​varpstar).

v8.4.41

Compare Source

v8.4.40

Compare Source

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).

v8.4.39

Compare Source

kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)

v0.18.5

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.18.4...v0.18.5

tailwindlabs/tailwindcss (tailwindcss)

v3.4.14

Compare Source

v3.4.13

Compare Source

Fixed
  • Improve source glob verification performance (#​14481)

v3.4.12

Compare Source

v3.4.11

Compare Source

v3.4.10

Compare Source

v3.4.9

Compare Source

Fixed
  • No longer warns when broad glob patterns are detecting vendor folders

v3.4.8

Compare Source

v3.4.7

Compare Source

v3.4.6

Compare Source

Fixed
  • Fix detection of some utilities in Slim/Pug templates (#​14006)
Changed
  • Loosen :is() wrapping rules when using an important selector (#​13900)

v3.4.5

Compare Source

vitejs/vite (vite)

v5.4.9

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.8

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.7

Compare Source

Please refer to CHANGELOG.md for details.


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Oct 18, 2024
@renovate renovate bot force-pushed the renovate/patch-all-patch branch from 0cf8bf7 to 17a1d8a Compare October 18, 2024 15:14
@DjinnS DjinnS merged commit fe0976a into main Oct 18, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant