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

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
@biomejs/biome (source) ^1.9.2 -> ^1.9.3 age adoption passing confidence
@hono/vite-dev-server ^0.15.2 -> ^0.16.0 age adoption passing confidence
vike ^0.4.197 -> ^0.4.198 age adoption passing confidence
wrangler (source) ^3.78.12 -> ^3.80.0 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

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
honojs/vite-plugins (@​hono/vite-dev-server)

v0.16.0

Compare Source

Minor Changes
vikejs/vike (vike)

v0.4.198

Compare Source

Bug Fixes
  • allow absolute URLs to be passed to navigate() and prefetch() (29ab56f)
  • assertUsage() import strings (vikejs/vike-solid#​127) (11810cf)
  • improve unknown config error message (c0b828b)
  • refactor pointer importer / externalization logic (828238d)
Features
cloudflare/workers-sdk (wrangler)

v3.80.0

Compare Source

Minor Changes
Patch Changes
  • #​6854 04a8fed Thanks @​penalosa! - chore: Include serialised FormData in debug logs

  • #​6879 b27d8cb Thanks @​petebacondarwin! - fix: the docs command should not crash if given search terms

    Fixes a regression accidentally introduced by #​3735.

  • #​6873 b123f43 Thanks @​zwily! - fix: reduce logging noise during wrangler dev with static assets

    Updates to static assets are accessible by passing in --log-level="debug" but otherwise hidden.

  • #​6881 7ca37bc Thanks @​RamIdeas! - fix: custom builds outputting files in assets watched directory no longer cause the custom build to run again in an infinite loop

  • #​6872 b2d094e Thanks @​petebacondarwin! - fix: render a helpful build error if a Service Worker mode Worker has imports

    A common mistake is to forget to export from the entry-point of a Worker, which causes
    Wrangler to infer that we are in "Service Worker" mode.

    In this mode, imports to external modules are not allowed.
    Currently this only fails at runtime, because our esbuild step converts these imports to an internal __require() call that throws an error.
    The error message is misleading and does not help the user identify the cause of the problem.
    This is particularly tricky where the external imports are added by a library or our own node.js polyfills.

    Fixes #​6648

  • #​6792 27e8385 Thanks @​penalosa! - fix: Handle more module declaration cases

  • #​6838 7dbd0c8 Thanks @​GregBrimble! - fix: Improve static asset upload messaging

v3.79.0

Compare Source

Minor Changes
  • #​6801 6009bb4 Thanks @​RamIdeas! - feat: implement retries within wrangler deploy and wrangler versions upload to workaround spotty network connections and service flakes
Patch Changes

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.

Copy link

cloudflare-workers-and-pages bot commented Oct 7, 2024

Deploying vike-cloudflare-hattip-demo with  Cloudflare Pages  Cloudflare Pages

Latest commit: e2d3672
Status: ✅  Deploy successful!
Preview URL: https://5dc116fc.vike-clouflare-hattip-demo.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.vike-clouflare-hattip-demo.pages.dev

View logs

Copy link

cloudflare-workers-and-pages bot commented Oct 7, 2024

Deploying vike-cloudflare-vike-demo with  Cloudflare Pages  Cloudflare Pages

Latest commit: e2d3672
Status: ✅  Deploy successful!
Preview URL: https://505f5942.vike-clouflare-vike-demo.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.vike-clouflare-vike-demo.pages.dev

View logs

Copy link

cloudflare-workers-and-pages bot commented Oct 7, 2024

Deploying vike-cloudflare-hono-demo with  Cloudflare Pages  Cloudflare Pages

Latest commit: e2d3672
Status: ✅  Deploy successful!
Preview URL: https://681b2b90.vike-clouflare-hono-demo.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.vike-clouflare-hono-demo.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 143a75e to c85f85f Compare October 7, 2024 08:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c85f85f to e2d3672 Compare October 7, 2024 08:30
@magne4000 magne4000 merged commit 364fd38 into main Oct 7, 2024
10 checks passed
@magne4000 magne4000 deleted the renovate/all-minor-patch branch October 7, 2024 08:37
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