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

chore(deps): update all non-major dependencies #3908

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2024

This PR contains the following updates:

Package Type Update Change
@babel/types (source) devDependencies patch 7.25.6 -> 7.25.7
@mantine/carousel (source) devDependencies patch 7.13.1 -> 7.13.2
@mantine/code-highlight (source) dependencies patch 7.13.1 -> 7.13.2
@mantine/code-highlight (source) devDependencies patch 7.13.1 -> 7.13.2
@mantine/core (source) dependencies patch 7.13.1 -> 7.13.2
@mantine/core (source) devDependencies patch 7.13.1 -> 7.13.2
@mantine/dates (source) dependencies patch 7.13.1 -> 7.13.2
@mantine/dates (source) devDependencies patch 7.13.1 -> 7.13.2
@mantine/form (source) dependencies patch 7.13.1 -> 7.13.2
@mantine/form (source) devDependencies patch 7.13.1 -> 7.13.2
@mantine/hooks (source) dependencies patch 7.13.1 -> 7.13.2
@mantine/hooks (source) devDependencies patch 7.13.1 -> 7.13.2
@mantine/modals (source) dependencies patch 7.13.1 -> 7.13.2
@mantine/modals (source) devDependencies patch 7.13.1 -> 7.13.2
@mantine/notifications (source) dependencies patch 7.13.1 -> 7.13.2
@mantine/notifications (source) devDependencies patch 7.13.1 -> 7.13.2
@stencil/core (source) dependencies minor 4.21.0 -> 4.22.0
@tanstack/react-query (source) dependencies minor 5.56.2 -> 5.59.0
@types/lodash (source) devDependencies patch 4.17.9 -> 4.17.10
@types/react (source) devDependencies patch 18.3.10 -> 18.3.11
@vitest/eslint-plugin devDependencies minor 1.0.1 -> 1.1.5
eslint-plugin-jsdoc devDependencies patch 50.3.0 -> 50.3.1
eslint-plugin-react devDependencies patch 7.37.0 -> 7.37.1
github/codeql-action action patch v3.26.9 -> v3.26.10
globals devDependencies minor 15.9.0 -> 15.10.0
pnpm (source) packageManager minor 9.11.0 -> 9.12.0
turbo (source) devDependencies patch 2.1.2 -> 2.1.3
typescript-eslint (source) devDependencies minor 8.7.0 -> 8.8.0
vitest (source) devDependencies patch 2.1.1 -> 2.1.2

Release Notes

babel/babel (@​babel/types)

v7.25.7

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator
🏃‍♀️ Performance
mantinedev/mantine (@​mantine/carousel)

v7.13.2

Compare Source

What's Changed
  • [@mantine/dates] DateInput: Fix onClick handler passed to getDayProps not being called
  • [@mantine/core] Badge: Fix incorrect cursor styles
  • [@mantine/core] FileInput: Add resetRef prop support
  • [@mantine/core] Popover: Fix onClose function being called twice with controlled state
  • [@mantine/spotlight] Fix selected index not being reset when the spotlight is closed (#​6842)
  • [@mantine/core] Popover: Improve performance of scrolling when large number of closed Popovers are rendered on the same page (#​6771)
  • [@mantine/core] Pagination: Fix getItemProps not being able to override control children prop (#​6789)
  • [@mantine/core] ScrollArea: Fix onBottomReached not being called if the viewport has decimal px height value (#​6792)
  • [@mantine/hooks] use-in-viewport: Fix hook not reacting to node changes (#​6926)
  • [@mantine/core] NumberInput: Fix incorrect handling of decimal numbers with more than 15 decimal places (#​6823)
  • [@mantine/core] Slider: Fix marks not being aligned correctly (#​6909)
  • [@mantine/hooks] use-fullscreen: Fix target node changes being ignored (#​6923)
  • [@mantine/core] Badge: Fix incorrect sections alignment for variant="dot"
  • [@mantine/core] TagsInput: Fix incorrect logic of removing duplicate tags (#​6922)
  • [@mantine/core] AppShell: Fix error when Suspense is rendered inside AppShell (#​6927)
  • [@mantine/core] Menu: Fix onKeyDown prop not working in Menu.Dropdown component (#​6910)
New Contributors

Full Changelog: mantinedev/mantine@7.13.1...7.13.2

ionic-team/stencil (@​stencil/core)

v4.22.0

Compare Source

Bug Fixes
Features
TanStack/query (@​tanstack/react-query)

v5.59.0

Compare Source

Version 5.59.0 - 10/1/24, 3:45 PM

Changes

Feat
Docs
  • react-query: Fix broken route on eslint-plugin-query.md (#​8113) (55a6155) by Gaurav Kumar
  • react-query: fix a typo in guides/ssr.md (#​8086) (9227fd3) by Morteza
  • angular-query: add rxjs example (#​8108) (68ca717) by Arnoud
Other

Packages

vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.1.5

Compare Source

Bug Fixes

v1.1.4

Compare Source

Bug Fixes
  • add 'assertType' to 'expect-expect' allowed assertions (#​534) (fa377d7)

v1.1.3

Compare Source

v1.1.2

Compare Source

Bug Fixes

v1.1.1

Compare Source

Bug Fixes
  • correct the message when required to be all lowercase (#​528) (fccefaa)

v1.1.0

Compare Source

introducing formatting rules

v1.0.5

Compare Source

Bug Fixes

v1.0.4

Compare Source

Bug Fixes
  • valid-describe-callback: remove noAsyncDescribeCallback (#​517) (117312f)

v1.0.3

Compare Source

Bug Fixes
  • expect-expect: make assert work well with expect-expect (#​508) (ffefeae)

v1.0.2

Compare Source

Bug Fixes
  • expect-expect: make sure rules doesn't break when assert is used (#​504) (65cc22c)

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.0.1...v1.0.2

gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v50.3.1

Compare Source

Bug Fixes
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.1

Compare Source

Fixed
Changed
github/codeql-action (github/codeql-action)

v3.26.10

Compare Source

sindresorhus/globals (globals)

v15.10.0

Compare Source

pnpm/pnpm (pnpm)

v9.12.0: pnpm 9.12

Compare Source

Minor Changes

  • Fix peer dependency resolution dead lock #​8570. This change might change some of the keys in the snapshots field inside pnpm-lock.yaml but it should happen very rarely.

  • pnpm outdated command supports now a --sort-by=name option for sorting outdated dependencies by package name #​8523.

  • Added the ability for overrides to remove dependencies by specifying "-" as the field value #​8572. For example, to remove lodash from the dependencies, use this configuration in package.json:

    {
      "pnpm": {
        "overrides": {
          "lodash": "-"
        }
      }
    }

Patch Changes

  • Fixed an issue where pnpm list --json pkg showed "private": false for a private package #​8519.
  • Packages with libc that differ from pnpm.supportedArchitectures.libc are not downloaded #​7362.
  • Prevent ENOENT errors caused by running store prune in parallel #​8586.
  • Add issues alias to pnpm bugs #​8596.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

vercel/turborepo (turbo)

v2.1.3: Turborepo v2.1.3

Compare Source

What's Changed

Docs
create-turbo
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.1.2...v2.1.3

typescript-eslint/typescript-eslint (typescript-eslint)

v8.8.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vitest-dev/vitest (vitest)

v2.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

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 has been generated by Renovate Bot.

@renovate renovate bot requested a review from a team as a code owner September 30, 2024 16:34
@renovate renovate bot requested review from gdostie and removed request for a team September 30, 2024 16:34
@renovate renovate bot enabled auto-merge (rebase) September 30, 2024 16:34
@renovate renovate bot requested a review from dmgauthier September 30, 2024 16:34
Copy link

@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.26.10 chore(deps): update all non-major dependencies Sep 30, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 67dea60 to f177600 Compare October 3, 2024 09:51
@GermainBergeron GermainBergeron merged commit f56f664 into master Oct 3, 2024
6 checks passed
@GermainBergeron GermainBergeron deleted the renovate/all-minor-patch branch October 3, 2024 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant