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 #405

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@auth/core (source) ^0.35.3 -> ^0.36.0 age adoption passing confidence
@babel/core (source) ^7.25.2 -> ^7.25.7 age adoption passing confidence
@babel/plugin-syntax-flow (source) ^7.24.7 -> ^7.25.7 age adoption passing confidence
@babel/plugin-transform-react-jsx (source) ^7.25.2 -> ^7.25.7 age adoption passing confidence
@biomejs/biome (source) 1.9.2 -> 1.9.3 age adoption passing confidence
@cloudflare/workers-types ^4.20240925.0 -> ^4.20241004.0 age adoption passing confidence
@compiled/react (source) ^0.18.0 -> ^0.18.1 age adoption passing confidence
@eslint/js (source) ^9.11.1 -> ^9.12.0 age adoption passing confidence
@mantine/core (source) ^7.13.0 -> ^7.13.2 age adoption passing confidence
@mantine/hooks (source) ^7.13.0 -> ^7.13.2 age adoption passing confidence
@sentry/react (source) ^8.32.0 -> ^8.33.1 age adoption passing confidence
@sentry/solid (source) ^8.32.0 -> ^8.33.1 age adoption passing confidence
@sentry/vite-plugin (source) ^2.22.4 -> ^2.22.5 age adoption passing confidence
@sentry/vue (source) ^8.32.0 -> ^8.33.1 age adoption passing confidence
@types/react (source) ^18.3.10 -> ^18.3.11 age adoption passing confidence
@typescript-eslint/parser (source) ^8.7.0 -> ^8.8.0 age adoption passing confidence
@typescript-eslint/utils (source) ^8.7.0 -> ^8.8.0 age adoption passing confidence
@vue/compiler-sfc (source) ^3.5.10 -> ^3.5.11 age adoption passing confidence
@vue/server-renderer (source) ^3.5.10 -> ^3.5.11 age adoption passing confidence
aws-cdk (source) ^2.160.0 -> ^2.161.1 age adoption passing confidence
aws-cdk-lib (source) ^2.160.0 -> ^2.161.1 age adoption passing confidence
cdk (source) ^2.160.0 -> ^2.161.1 age adoption passing confidence
daisyui (source) ^4.12.10 -> ^4.12.12 age adoption passing confidence
eslint (source) ^9.11.1 -> ^9.12.0 age adoption passing confidence
eslint-plugin-react ^7.37.0 -> ^7.37.1 age adoption passing confidence
firebase (source, changelog) ^10.13.2 -> ^10.14.0 age adoption passing confidence
firebase-admin (source) ^12.5.0 -> ^12.6.0 age adoption passing confidence
globals ^15.9.0 -> ^15.10.0 age adoption passing confidence
h3 ~1.12.0 -> ~1.13.0 age adoption passing confidence
lucide-react (source) ^0.446.0 -> ^0.447.0 age adoption passing confidence
puppeteer (source) ^23.4.1 -> ^23.5.0 age adoption passing confidence
tailwind-merge ^2.5.2 -> ^2.5.3 age adoption passing confidence
turbo (source) ^2.1.2 -> ^2.1.3 age adoption passing confidence
typescript-eslint (source) ^8.7.0 -> ^8.8.0 age adoption passing confidence
vike ^0.4.197 -> ^0.4.198 age adoption passing confidence
vitest (source) ^2.1.1 -> ^2.1.2 age adoption passing confidence
vue (source) ^3.5.10 -> ^3.5.11 age adoption passing confidence
wrangler (source) ^3.78.12 -> ^3.80.0 age adoption passing confidence
zx (source) ^8.1.8 -> ^8.1.9 age adoption passing confidence

Release Notes

nextauthjs/next-auth (@​auth/core)

v0.36.0

Compare Source

Features

Bugfixes

  • correctly set isNewUser during account linking & user creation

Other

babel/babel (@​babel/core)

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
biomejs/biome (@​biomejs/biome)

v1.9.3

Compare Source

CLI
New features
  • GritQL queries that match functions or methods will now match async functions or methods as well.

    If this is not what you want, you can capture the async keyword (or its absence) in a metavariable and assert its emptiness:

    $async function foo() {} where $async <: .
    

    Contributed by @​arendjr

Bug fixes
  • Fix #​4077: Grit queries no longer need to match the statement's trailing semicolon. Contributed by @​arendjr

  • Fix #​4102. Now the CLI command lint doesn't exit with an error code when using --write/--fix. Contributed by @​ematipico

Configuration
Bug fixes
  • Fix #​4125, where noLabelWithoutControl options where incorrectly marked as mandatory. Contributed by @​ematipico
Editors
  • Fix a case where CSS files weren't correctly linted using the default configuration. Contributed by @​ematipico
Formatter
Bug fixes
  • Fix #​3924 where GraphQL formatter panics in block comments with empty line. Contributed by @​vohoanglong0107

  • Fix a case where raw values inside url() functions weren't properly trimmed.

    .value {
    -  background: url(
    -   whitespace-around-string
    -  );
    + background: url(whitespace-around-string);
    }

    Contributed by @​ematipico

  • Fixed #​4076, where a media query wasn't correctly formatted:

    .class {
    -  @&#8203;media (1024px <= width <=1280px) {
    +  @&#8203;media (1024px <= width <= 1280px) {
       color: red;
       }
    }

    Contributed by @​blaze-d83

JavaScript API
Bug fixes
Linter
New features
Enhancements
Bug fixes
Parser
Bug fixes
  • Forbid undefined as type name for typescript parser. Contributed by @​fireairforce
cloudflare/workerd (@​cloudflare/workers-types)

v4.20241004.0

Compare Source

atlassian-labs/compiled (@​compiled/react)

v0.18.1

Compare Source

Patch Changes
  • 1d2054c: Protect @​compiled/react/dist/browser/runtime in environments without a document defined.
eslint/eslint (@​eslint/js)

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

mantinedev/mantine (@​mantine/core)

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

v7.13.1

Compare Source

What's Changed
  • [@mantine/chart] PieChart: Remove unused CSS (#​6903)
  • [@mantine/core] Menu: Fix onKeyDown not working when passed to Menu.Item (#​6906)
  • [@mantine/core] TagsInput: Fix duplicated tags being deleted when one of tags with the same value is deleted (#​6907)
  • [@mantine/dates] Fix hidden input value not respecting specified timezone (#​6881)
  • [@mantine/hooks] use-hover: Fix events not being reattached when the target node changes (#​6782)
  • [@mantine/colors-generator] Update chroma-js version to support the latest version (#​6879)
  • [@mantine/core] PinInput: Fix incorrect Backspace key handling on the first input (#​6880)
  • [@mantine/hooks] use-state-history: Add reset handler support (#​6769)
  • [@mantine/core] ScrollArea: Fix onTopReached prop not being passed down in ScrollArea.Autosize component (#​6747)
  • [@mantine/chart] Fix incorrect types for props passed down to recharts components (#​6820)
  • [@mantine/form] Fix indices over 9 not working in form paths in some cases (#​6794)
  • [@mantine/chart] BarChart: Fix BarLabel logging errors in the console (#​6810)
  • [@mantine/chart] Fix error when chart tooltip label contains period (#​6826)
  • [@mantine/core] Title: Add option to use Text font-size and line-height values with size prop (#​6833)
  • [@mantine/date] Calendar: Fix nextLabel and previousLabel props not working (#​6847)
  • [@mantine/core] Fix 2xl and other similar values being treated as CSS value instead of theme value (#​6855)
  • [@mantine/core] Breadcrumbs: Fix component with large number of values not wrapping on small screens (#​6863)
  • [@mantine/core] Table: Fix thead being overlayed to td in some cases (#​6860)
New Contributors

Configuration

📅 Schedule: Branch creation - "before 4am 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.


  • 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 force-pushed the renovate/all-minor-patch branch from 94c2022 to 2796b9a Compare October 7, 2024 08:38
@magne4000 magne4000 merged commit 9acec3f into main Oct 7, 2024
13 checks passed
@magne4000 magne4000 deleted the renovate/all-minor-patch branch October 7, 2024 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant