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 patch updates #272

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^2.13.0 -> ^2.13.3 age adoption passing confidence
@ionic/core (source) ^7.8.3 -> ^7.8.4 age adoption passing confidence
@nuxt/kit (source) ^3.11.1 -> ^3.11.2 age adoption passing confidence
@nuxt/schema (source) ^3.11.1 -> ^3.11.2 age adoption passing confidence
@revenuecat/purchases-capacitor ^7.5.6 -> ^7.5.7 age adoption passing confidence
@types/node (source) ^20.12.4 -> ^20.12.7 age adoption passing confidence
@urql/exchange-graphcache (source) ^7.0.0 -> ^7.0.1 age adoption passing confidence
bullmq (source) ^5.7.0 -> ^5.7.1 age adoption passing confidence
drizzle-orm (source) ^0.30.7 -> ^0.30.8 age adoption passing confidence
gql.tada (source) ^1.4.2 -> ^1.4.3 age adoption passing confidence
happy-dom ^14.7.0 -> ^14.7.1 age adoption passing confidence
json-editor-vue ^0.13.0 -> ^0.13.2 age adoption passing confidence
nanoid ^5.0.6 -> ^5.0.7 age adoption passing confidence
notivue (source) ^2.3.0 -> ^2.3.2 age adoption passing confidence
nuxt (source) ^3.11.1 -> ^3.11.2 age adoption passing confidence
nx (source) ^18.2.2 -> ^18.2.4 age adoption passing confidence
playwright-core (source) ^1.43.0 -> ^1.43.1 age adoption passing confidence
typescript (source) ^5.4.3 -> ^5.4.5 age adoption passing confidence
com.android.tools.build:gradle (source) 8.3.1 -> 8.3.2 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v2.13.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.13.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.13.1

Compare Source

   🚀 Features
    View changes on GitHub
ionic-team/ionic-framework (@​ionic/core)

v7.8.4

Compare Source

Performance Improvements
nuxt/nuxt (@​nuxt/kit)

v3.11.2

Compare Source

3.11.2 is the next regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Don't tree-shake useServerHead in dev (#​26421)
  • nuxt: Reduce nuxt island payload (#​26569)
  • nuxt: Unsubscribe from watch when scope is disposed (#​26554)
  • nuxt: Reduce router resolutions (#​26519)
🩹 Fixes
  • nuxt: Handle underscores in island names (#​26370)
  • nuxt: Don't append new route for redirect if one exists (#​26368)
  • nuxt: Ignore navigateTo open option on server side (#​26392)
  • nuxt: Print errors when compiling templates (#​26410)
  • nuxt: Don't warn about definePageMeta in server pages (#​26422)
  • nuxt: Pass joinRelativeURL + share paths on server (#​26407)
  • nuxt: Exclude <srcDir>/index.html from import protection (#​26430)
  • nuxt: Early return from refreshCookie on server (22ada37b4)
  • nuxt: Move v-if to wrapper in islands transform (#​26386)
  • nuxt: Move directives to client component island wrapper (#​26387)
  • nuxt: Ignore fetch errors in getLatestManifest (#​26486)
  • nuxt: Check island element instead of hydration state (#​26480)
  • nuxt: Add build id to rendered payload url (#​26504)
  • nuxt: Support serialising rich server logs (#​26503)
  • nuxt: Handle errors parsing/stringifying logs (4a87c35df)
  • nuxt: Augment GlobalComponents in multiple vue modules (#​26541)
  • nuxt: Suppress warning about resolve cache-driver (#​26595)
  • nuxt: Handle auto-importing named components (#​26556)
  • schema: Update webpack transformAssetUrls + pass hoistStatic to vite plugin (#​26563)
  • schema: Document use case for typescript.shim (#​26607)
  • nuxt: Normalise rollup opts in island transform w/o nuxt (#​26589)
  • nuxt: Handle missing Nuxt context in useRoute (#​26633)
💅 Refactors
  • nuxt: Remove duplicated check (#​26544)
  • nuxt: Simplify check in navigateTo for server (#​26546)
  • nuxt: Simplify runtimeConfig initialization of client side (#​26558)
📖 Documentation
  • Update information about playwright test runner (8e635fd23)
  • Add info about dependencies to install (a258bfc34)
  • Add missing end block (f55f74798)
  • Migration page typo (#​26389)
  • Advise installing nuxi for debugging with pnpm (#​26447)
  • Warn about single root element for server components (#​26462)
  • Adjust grammar (#​26482)
  • Add contents of the layout in examples (#​26532)
  • Add note about prerenderRoutes in dynamic routes (#​26547)
  • Clarify app-config merging strategy note (#​26564)
  • Update core modules roadmap (#​26553)
  • Replace process.* with import.meta.* (#​26611)
  • Correct grammar in typescript.shim JSDoc (#​26626)
  • Add missing comma (#​26644)
🏡 Chore
❤️ Contributors
RevenueCat/purchases-capacitor (@​revenuecat/purchases-capacitor)

v7.5.7

Compare Source

Dependency Updates
urql-graphql/urql (@​urql/exchange-graphcache)

v7.0.1

Compare Source

Patch Changes
  • When invoking the automatic creation updater ignore the entity we are currently on in the mutation
    Submitted by @​JoviDeCroock (See #​3560)
taskforcesh/bullmq (bullmq)

v5.7.1

Compare Source

Bug Fixes
drizzle-team/drizzle-orm (drizzle-orm)

v0.30.8

Compare Source

  • 🎉 Added custom schema support to enums in Postgres (fixes #​669 via #​2048):

⚠️ Only available in drizzle-orm for now, drizzle-kit support will arrive soon

import { pgSchema } from 'drizzle-orm/pg-core';

const mySchema = pgSchema('mySchema');
const colors = mySchema.enum('colors', ['red', 'green', 'blue']);
  • 🎉 Changed D1 migrate() function to use batch API (#​2137)
  • 🐛 Split where clause in Postgres .onConflictDoUpdate method into setWhere and targetWhere clauses, to support both where cases in on conflict ... clause (fixes #​1628, #​1302 via #​2056)
  • 🐛 Fixed query generation for where clause in Postgres .onConflictDoNothing method, as it was placed in a wrong spot (fixes #​1628 via #​2056)
  • 🐛 Fixed multiple issues with AWS Data API driver (fixes #​1931, #​1932, #​1934, #​1936 via #​2119)
  • 🐛 Fix inserting and updating array values in AWS Data API (fixes #​1912 via #​1911)

Thanks @​hugo082 and @​livingforjesus!

0no-co/gql.tada (gql.tada)

v1.4.3

Compare Source

Patch Changes
capricorn86/happy-dom (happy-dom)

v14.7.1

Compare Source

👷‍♂️ Patch fixes
cloydlau/json-editor-vue (json-editor-vue)

v0.13.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.13.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
ai/nanoid (nanoid)

v5.0.7

Compare Source

nrwl/nx (nx)

v18.2.4

Compare Source

18.2.4 (2024-04-09)

🩹 Fixes
  • angular: fix dynamic module federation generation (#​22724)
  • core: update pty version to add windows specific flags (#​22711)
  • nextjs: Adding tailwind should work when creating an app OOTB (#​22709)
❤️ Thank You

v18.2.3

Compare Source

18.2.3 (2024-04-05)

🚀 Features
  • core: list crystal plugins with nx report (#​22649)
🩹 Fixes
  • bundling: print errors from rollup build (#​22707)
  • core: write terminal output to cache folder (#​22673)
  • core: errors from create dependencies should show properly (#​22695)
  • core: not passing props of run-commands to underlying command (#​22595)
  • js: update jest snapshot after vite-plugin-dts bump (#​22621)
  • js: append target when generating tmp tsconfig to prevent conflicts #​21396 (#​22671, #​21396)
  • js: propagate error from child process to @​nx/js:node executor (#​22705)
  • misc: fix optional branch tracking on ci pipeline (#​22652)
  • module-federation: serve dynamic remotes statically in their own processes (#​22688)
  • nx-dev: Update urls that are 404 (#​22653)
  • release: respect root .npmrc registry settings for publishing (9dd97c43a1)
  • testing: fix playwright executor uiPort option schema (#​22610)
  • testing: app generators should create correct e2e config at generation time (#​22565)
  • vite: ensure cache is created correctly for separate vite and vitest config files #​22244 (#​22618, #​22244)
  • webpack: bring back previous SVG and SVGR behavior for React projects (#​22628)
  • webpack: support standard webpack config with @​nx/webpack:dev-server (#​22660)
  • webpack: remove url-loader from dependencies since it is replaced by asset modules (#​22698)
❤️ Thank You
microsoft/playwright (playwright-core)

v1.43.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/30300 - [REGRESSION]: UI mode restarts if keep storage statehttps://github.com/microsoft/playwright/issues/303399 - [REGRESSION]: Brand new install of playwright, unable to run chromium with show browser using vscode

Browser Versions
  • Chromium 124.0.6367.29
  • Mozilla Firefox 124.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 123
  • Microsoft Edge 123
Microsoft/TypeScript (typescript)

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "every 1 month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 7e9b1f7 to 89d6e3d Compare April 5, 2024 22:20
@renovate renovate bot changed the title fix(deps): update all patch updates chore(deps): update all patch updates Apr 5, 2024
@renovate renovate bot force-pushed the renovate/all-patch branch 10 times, most recently from c57caeb to 7824a40 Compare April 8, 2024 01:08
@renovate renovate bot changed the title chore(deps): update all patch updates fix(deps): update all patch updates Apr 8, 2024
@renovate renovate bot force-pushed the renovate/all-patch branch 5 times, most recently from 94c9dd3 to db62d15 Compare April 9, 2024 12:48
@renovate renovate bot changed the title fix(deps): update all patch updates chore(deps): update all patch updates Apr 9, 2024
Copy link
Contributor Author

renovate bot commented Apr 13, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

0 participants