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

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/vitest-pool-workers (source) 0.4.27 -> 0.5.13 age adoption passing confidence
@cloudflare/workers-types 4.20240821.1 -> 4.20240925.0 age adoption passing confidence
@dotenvx/dotenvx 1.11.5 -> 1.14.2 age adoption passing confidence
@playwright/test (source) 1.46.1 -> 1.47.2 age adoption passing confidence
@sveltejs/kit (source) 2.5.25 -> 2.6.1 age adoption passing confidence
@sveltejs/vite-plugin-svelte (source) 4.0.0-next.6 -> 4.0.0-next.7 age adoption passing confidence
@unocss/reset 0.62.3 -> 0.63.2 age adoption passing confidence
better-sqlite3 11.2.1 -> 11.3.0 age adoption passing confidence
h3-nightly 2.0.0-1724947117.af4b22c -> 2.0.0-1726229610.45cd3cc age adoption passing confidence
pnpm (source) 9.9.0 -> 9.12.0 age adoption passing confidence
prettier-plugin-organize-imports 4.0.0 -> 4.1.0 age adoption passing confidence
prettier-plugin-svelte 3.2.6 -> 3.2.7 age adoption passing confidence
prettier-plugin-tailwindcss 0.6.6 -> 0.6.8 age adoption passing confidence
sass-embedded 1.77.8 -> 1.79.4 age adoption passing confidence
svelte (source) 5.0.0-next.242 -> 5.0.0-next.260 age adoption passing confidence
typescript (source) 5.5.4 -> 5.6.2 age adoption passing confidence
unocss 0.62.3 -> 0.63.2 age adoption passing confidence
vite (source) 5.4.2 -> 5.4.8 age adoption passing confidence
vitest (source) 2.0.5 -> 2.1.2 age adoption passing confidence
wrangler (source) 3.73.0 -> 3.79.0 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (@​cloudflare/vitest-pool-workers)

v0.5.13

Compare Source

Patch Changes

v0.5.12

Compare Source

Patch Changes
  • Updated dependencies [5bfb75d]:
    • wrangler@3.78.12

v0.5.11

Compare Source

Patch Changes
  • Updated dependencies [7ede181]:
    • wrangler@3.78.11

v0.5.10

Compare Source

Patch Changes

v0.5.9

Compare Source

Patch Changes

v0.5.8

Compare Source

Patch Changes

v0.5.7

Compare Source

Patch Changes

v0.5.6

Compare Source

Patch Changes

v0.5.5

Compare Source

Patch Changes

v0.5.4

Patch Changes

v0.5.3

Patch Changes

v0.5.2

Compare Source

Patch Changes
  • Updated dependencies []:
    • miniflare@3.20240909.1
    • wrangler@3.78.2

v0.5.1

Compare Source

Patch Changes
  • Updated dependencies []:
    • miniflare@3.20240909.1
    • wrangler@3.78.1

v0.5.0

Compare Source

Minor Changes
Patch Changes

v0.4.31

Compare Source

Patch Changes

v0.4.30

Compare Source

Patch Changes

v0.4.29

Compare Source

Patch Changes

v0.4.28

Compare Source

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

v4.20240925.0

Compare Source

v4.20240924.0

Compare Source

v4.20240919.0

Compare Source

v4.20240909.0

Compare Source

v4.20240903.0

Compare Source

dotenvx/dotenvx (@​dotenvx/dotenvx)

v1.14.2

Compare Source

Changed
  • swap process.stdout.write for console.log to patch up npx edge case (#​387)

v1.14.1

Compare Source

Changed
  • run precommit hook only on staged files (#​380)

v1.14.0

Compare Source

Added
  • add dotenvx keypair command for printing your public/private keypairs (#​375)

v1.13.3

Compare Source

Changed
  • exit code 1 when decrypt fails in any way (#​374)

v1.13.2

Compare Source

Added
  • expose getColor and bold to lib/main.js (#​369)

v1.13.1

Compare Source

Added
  • expose logger and setLogLevel to lib/main.js - const = { logger, setLogLevel } = require('@​dotenvx/dotenvx') (#​368)

v1.13.0

Compare Source

Changed
  • move ls to core commands (#​367)

v1.12.1

Compare Source

Changed
  • return without quotations for dotenvx get --format shell (#​366)

v1.12.0

Compare Source

Added
  • add dotenvx get --format shell option (#​363)
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.6.1

Compare Source

Patch Changes
  • fix: better error message when calling push/replaceState before router is initialized (#​11968)

v2.6.0

Compare Source

Minor Changes
  • feat: support typed arrays in load functions (#​12716)
Patch Changes
  • fix: open a new tab for <form target="_blank"> and ` submissions (#​11936)

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 {@&#8203;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)
sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v4.0.0-next.7

Compare Source

Patch Changes
  • export PluginOptions interface (#​976)
unocss/unocss (@​unocss/reset)

v0.63.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.63.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.63.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.62.4

Compare Source

   🚀 Features
   🐞 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

unjs/h3 (h3-nightly)

v2.0.0-1726229610.45cd3cc

Compare Source

v2.0.0-1726228673.b86c1e6

Compare Source

v2.0.0-1725475522.2d941d3

Compare Source

v2.0.0-1725365628.e34d50a

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
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 2463b33 to 001f0ec Compare August 31, 2024 22:26
@renovate renovate bot changed the title Update devDependency @yannicel/typed-api to v0.2.12 Update all non-major dependencies Aug 31, 2024
@renovate renovate bot changed the title Update all non-major dependencies Update devDependency @dotenvx/dotenvx to v1.12.1 Sep 1, 2024
@renovate renovate bot changed the title Update devDependency @dotenvx/dotenvx to v1.12.1 Update all non-major dependencies Sep 2, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2e40c23 to 249ff7e Compare October 1, 2024 16:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 249ff7e to 740deda Compare October 2, 2024 04:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 740deda to 5fd56f4 Compare October 2, 2024 13:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5fd56f4 to e24edb4 Compare October 2, 2024 16:33
@YannicEl YannicEl merged commit ccdd61b into dev Oct 3, 2024
2 checks passed
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