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

Update all non-major dependencies #99

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/workers-types 4.20240821.1 -> 4.20240919.0 age adoption passing confidence
@playwright/test (source) 1.46.1 -> 1.47.2 age adoption passing confidence
@sveltejs/kit (source) 2.5.24 -> 2.5.28 age adoption passing confidence
@unocss/reset 0.62.2 -> 0.62.4 age adoption passing confidence
better-sqlite3 11.2.1 -> 11.3.0 age adoption passing confidence
drizzle-kit (source) 0.24.1 -> 0.24.2 age adoption passing confidence
pnpm (source) 9.8.0 -> 9.11.0 age adoption passing confidence
prettier-plugin-organize-imports 4.0.0 -> 4.1.0 age adoption passing confidence
svelte (source) 5.0.0-next.235 -> 5.0.0-next.257 age adoption passing confidence
tslib (source) 2.6.3 -> 2.7.0 age adoption passing confidence
typescript (source) 5.5.4 -> 5.6.2 age adoption passing confidence
unocss 0.62.2 -> 0.62.4 age adoption passing confidence
vite (source) 5.4.2 -> 5.4.7 age adoption passing confidence
vitest (source) 2.0.5 -> 2.1.1 age adoption passing confidence
wrangler (source) 3.72.2 -> 3.78.7 age adoption passing confidence

Release Notes

cloudflare/workerd (@​cloudflare/workers-types)

v4.20240919.0

Compare Source

v4.20240909.0

Compare Source

v4.20240903.0

Compare Source

microsoft/playwright (@​playwright/test)

v1.47.2

Compare Source

Highlights

https://github.com/microsoft/playwright/pull/32699- [REGRESSION]: fix(codegen): use content_frame property in python/.NEThttps://github.com/microsoft/playwright/issues/327066- [REGRESSION]: page.pause() does not pause test timeout after 1.4https://github.com/microsoft/playwright/pull/3266161 - fix(trace-viewer): time delta between local and remote actions

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128

v1.47.1

Compare Source

v1.47.0

Compare Source

sveltejs/kit (@​sveltejs/kit)

v2.5.28

Compare Source

Patch Changes
  • fix: import node:process instead of using globals (#​12641)

v2.5.27

Compare Source

Patch Changes
  • fix: asynchronously instantiate components when using Svelte 5 (#​12613)

  • fix: use {@​render ...} tag when generating default fallback page for svelte 5 apps (#​12653)

  • fix: emulate event.platform even when the route does not exist (#​12513)

v2.5.26

Compare Source

Patch Changes
  • fix: exclude service worker directory from tsconfig (#​12196)

v2.5.25

Compare Source

Patch Changes
unocss/unocss (@​unocss/reset)

v0.62.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.62.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
WiseLibs/better-sqlite3 (better-sqlite3)

v11.3.0

Compare Source

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v11.2.1...v11.3.0

drizzle-team/drizzle-orm (drizzle-kit)

v0.24.2

Compare Source

New Features

🎉 Support for pglite driver

You can now use pglite with all drizzle-kit commands, including Drizzle Studio!

import { defineConfig } from "drizzle-kit";

export default defineConfig({
  dialect: "postgresql",
  driver: "pglite",
  schema: "./schema.ts",
  dbCredentials: {
    url: "local-pg.db",
  },
  verbose: true,
  strict: true,
});

Bug fixes

  • mysql-kit: fix GENERATED ALWAYS AS ... NOT NULL - #​2824
pnpm/pnpm (pnpm)

v9.11.0

Compare Source

v9.10.0: pnpm 9.10

Compare Source

Minor Changes

  • Support for a new CLI flag, --exclude-peers, added to the list and why commands. When --exclude-peers is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned #​8506.

  • Added a new setting to package.json at pnpm.auditConfig.ignoreGhsas for ignoring vulnerabilities by their GHSA code #​6838.

    For instance:

    {
      "pnpm": {
        "auditConfig": {
          "ignoreGhsas": [
            "GHSA-42xw-2xvc-qx8m",
            "GHSA-4w2v-q235-vp99",
            "GHSA-cph5-m8f7-6c5x",
            "GHSA-vh95-rmgr-6w4m"
          ]
        }
      }
    }

Patch Changes

  • Throw an exception if pnpm switches to the same version of itself.
  • Reduce memory usage during peer dependencies resolution.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.9.0

Compare Source

simonhaenisch/prettier-plugin-organize-imports (prettier-plugin-organize-imports)

v4.1.0: 4.1.0

Compare Source

Bumped the peer dependency range for vue-tsc to ^2.1.0 because there was a breaking change in its API. If you're using Vue support, upgrade both packages simultaneously, e.g. npm i -D prettier-plugin-organize-imports vue-tsc.

sveltejs/svelte (svelte)

v5.0.0-next.257

Compare Source

Patch Changes
  • fix: only set attribute as property if element has setter (#​13341)

v5.0.0-next.256

Compare Source

Patch Changes
  • fix: only warn on context="module" in runes mode (#​13332)

  • feat: deprecate <svelte:self> in runes mode (#​13333)

  • fix: set strings as attributes, non-strings as properties if property exists (#​13327)

v5.0.0-next.255

Compare Source

Patch Changes
  • fix: keep bound inputs in sync in runes mode (#​13328)

  • fix: silence snapshot warnings inside $inspect (#​13334)

v5.0.0-next.254

Compare Source

Patch Changes
  • feat: account for zoom when calculating animation transforms (#​13317)

v5.0.0-next.253

Compare Source

Patch Changes
  • fix: delete transformers shadowed by unreassigned state (#​13316)

  • fix: don't make wheel events passive by default (#​13322)

v5.0.0-next.252

Compare Source

Patch Changes
  • fix: handle $Props interface during migration (#​13305)

  • fix: attach effects-inside-deriveds to the parent of the derived (#​13309)

  • fix: simplify and robustify appending styles (#​13303)

v5.0.0-next.251

Compare Source

Patch Changes
  • fix: improve performance of scheduling effects (#​13300)

v5.0.0-next.250

Compare Source

Patch Changes
  • fix: correctly migrate sequence expressions (#​13291)

  • fix: avoid disconnecting deriveds that are still active (#​13292)

  • feat: Add accessibility warnings for buttons and anchors without explicit labels and content (#​13130)

v5.0.0-next.249

Compare Source

Patch Changes
  • fix: ensure snapshot logs don't affect dependency graph (#​13286)

  • fix: allow custom element styles to be updated in HMR mode (#​13225)

  • fix: inject styles correctly when mounting inside an iframe (#​13225)

v5.0.0-next.248

Compare Source

Patch Changes
  • feat: provide guidance in browser console when logging $state objects (#​13142)

  • fix: ensure correct parent effect is associated with render effects (#​13274)

  • feat: unwrap function expressions where possible, and optimise bindings (#​13269)

v5.0.0-next.247

Compare Source

Patch Changes
  • fix: wait until template strings are complete before sanitizing (#​13262)

  • fix: avoid flushing sync with $inspect (#​13239)

  • fix: separate template_effect for dynamic class/style directive with dynamic attributes (#​13171)

  • fix: treat pure call expressions as potentially reactive if they reference local bindings (#​13264)

  • fix: follow spec for customElement option (#​13247)

  • fix: tighten up `# svelte prefix validation (#​13261)

v5.0.0-next.246

Compare Source

Patch Changes
  • perf: inline module variables into template (#​13075)

  • fix: allow custom element events on slot to bubble inside custom element (#​13222)

  • fix: add missing autocomplete attribute tokens (#​13229)

  • feat: add infinite loop effect callstack (#​13231)

v5.0.0-next.245

Compare Source

Patch Changes
  • fix: visit expression for svelte:component references (#​13151)

  • fix: ensure signal graph is consistent before triggering $inspect signals (#​13153)

  • feat: better types for the autocomplete attribute (#​13201)

  • fix: widen ownership upon property access if necessary (#​13175)

  • fix: don't show state_referenced_locally warning on types (#​13177)

  • fix: ensure locally mutated bindable props persist with spreading props (#​13190)

  • fix: try catch strict_equals to avoid error accessing STATE_SYMBOL (#​13216)

  • fix: ensure types are easier to follow for TypeScript (#​13140)

  • fix: ensure $inspect effects are fine-grain (#​13199)

  • fix: ensure unowned derived signals correctly re-connect to graph (#​13184)

  • fix: ensure inner script tags are properly removed (#​13152)

  • chore: improve ssr parent validation (#​13158)

  • fix: prevent nullish snippet for rendering empty content (#​13083)

  • fix: allow more characters in the unicode range as component identifiers (#​13198)

  • fix: allow for nesting selector in pseudoclasses (#​13209)

  • fix: ensure StyleDirective and ClassDirective are marked as dynamic (#​13205)

v5.0.0-next.244

Compare Source

Patch Changes
  • fix: error on duplicate style and class directive (#​13097)

  • fix: ensure $host rune correctly compiles in variable declarations (#​13127)

  • fix: remove unnecessary update assignments (#​13113)

  • fix: error at compile time on unsupported TypeScript language features (#​12982)

  • fix: Ensure imports are above other statements (#​13132)

v5.0.0-next.243

Compare Source

Patch Changes
  • fix: ensure reactive graph is fully traversed in the marking phase for non-runes mode (#​13059)

  • fix: ensure reactivity system remains consistent with removals (#​13087)

  • fix: render undefined html as the empty string (#​13092)

  • fix: error on incorrect attributes for svelte:body (#​13084)

  • feat: provide AST node types with internal types stripped out (#​12968)

v5.0.0-next.242

Compare Source

Patch Changes
  • fix: insert comment before text in an each block, to prevent glued nodes (#​13073)

  • feat: better generated each block code in SSR mode (#​13060)

v5.0.0-next.241

Compare Source

Patch Changes
  • fix: prevent div/0 when generating transition keyframes (#​13058)

  • fix: error on invalid element name (#​13057)

  • fix: better compile errors for invalid tag names/placement (#​13045)

  • fix: ensure event currentTarget is reset after propagation logic (#​13042)

v5.0.0-next.240

Compare Source

Patch Changes
  • fix: use WAAPI to control timing of JS-based animations (#​13018)

  • fix: prevent binding to imports (#​13035)

  • fix: never abort bidirectional transitions (#​13018)

v5.0.0-next.239

Compare Source

Patch Changes
  • fix: properly handle proxied array length mutations (#​13026)

  • fix: repair href attribute mismatches (#​13032)

v5.0.0-next.238

Compare Source

Patch Changes
  • fix: always return true from deleteProperty trap (#​13008)

  • fix: handle deletions of previously-unread state proxy properties (#​13008)

  • fix: make internal sources ownerless (#​13013)

  • fix: join text nodes separated by comments (#​13009)

v5.0.0-next.237

Compare Source

Patch Changes
  • breaking: throw error if derived creates state and then depends on it (#​12985)

  • fix: ensure assignments to state field inside constructor trigger effects (#​12985)

  • fix: ensure $inspect works with SvelteMap and SvelteSet (#​12994)

  • chore: default options.filename to "(unknown)" (#​12997)

  • feat: allow non-synchronous legacy component instantiation (#​12970)

v5.0.0-next.236

Compare Source

Patch Changes
  • fix: properly transform destructured $derived.by declarations (#​12984)
Microsoft/tslib (tslib)

v2.7.0

Compare Source

microsoft/TypeScript (typescript)

v5.6.2

Compare Source

vitejs/vite (vite)

v5.4.7

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.6

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.5

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.4

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.3

Compare Source

Copy link

cloudflare-workers-and-pages bot commented Aug 23, 2024

Deploying ez-share with  Cloudflare Pages  Cloudflare Pages

Latest commit: 481d966
Status: ✅  Deploy successful!
Preview URL: https://bd323146.ez-share.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.ez-share.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ab2230c to 07dfba3 Compare August 23, 2024 22:44
@renovate renovate bot changed the title Update devDependency svelte to v5.0.0-next.236 Update all non-major dependencies Aug 23, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 3922c49 to 32f7320 Compare August 30, 2024 16:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 2488358 to 4fda505 Compare September 9, 2024 14:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from ebb34e6 to f6d1c01 Compare September 12, 2024 21:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 19 times, most recently from 4742441 to 94572fe Compare September 20, 2024 03:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f47d74a to 13b79ca Compare September 20, 2024 19:31
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