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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/workers-types ^4.20241011.0 -> ^4.20241112.0 age adoption passing confidence
@types/bun (source) ^1.1.11 -> ^1.1.13 age adoption passing confidence
@types/node (source) ^22.7.6 -> ^22.9.0 age adoption passing confidence
@types/web ^0.0.173 -> ^0.0.179 age adoption passing confidence
@types/ws (source) ^8.5.12 -> ^8.5.13 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.1.3 -> ^2.1.5 age adoption passing confidence
eslint (source) ^9.12.0 -> ^9.15.0 age adoption passing confidence
execa ^9.4.1 -> ^9.5.1 age adoption passing confidence
jiti ^2.3.3 -> ^2.4.0 age adoption passing confidence
pnpm (source) 9.12.2 -> 9.13.2 age adoption passing confidence
undici (source) ^6.20.1 -> ^6.21.0 age adoption passing confidence
vitest (source) ^2.1.3 -> ^2.1.5 age adoption passing confidence
wrangler (source) ^3.81.0 -> ^3.87.0 age adoption passing confidence

Release Notes

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

v4.20241112.0

Compare Source

v4.20241106.0

Compare Source

v4.20241022.0

Compare Source

v4.20241018.0

Compare Source

microsoft/TypeScript-DOM-Lib-Generator (@​types/web)

v0.0.179

Compare Source

index.d.ts

Non-value types
  • WindowEventHandlersEventMap
    • Added: "pagereveal", "pageswap"
  • WindowEventHandlers
    • Added: onpagereveal, onpageswap

iterable.d.ts

No changes

v0.0.178

Compare Source

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.177

Compare Source

index.d.ts

New interfaces

  • CSSViewTransitionRule
  • NavigationActivation
  • NavigationHistoryEntry
  • PageRevealEvent
  • PageSwapEvent
  • ViewTransitionTypeSet

Modified

  • CSSStyleDeclaration
    • Added: viewTransitionClass
  • HTMLLinkElement
    • Added: blocking
  • HTMLScriptElement
    • Added: blocking
  • HTMLStyleElement
    • Added: blocking
  • ViewTransition
    • Added: types

iterable.d.ts

No changes

v0.0.176

Compare Source

index.d.ts

New interfaces

  • ImageDecoder
  • ImageTrack
  • ImageTrackList

iterable.d.ts

No changes

v0.0.175

Compare Source

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.174

Compare Source

index.d.ts

No changes

iterable.d.ts

No changes

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.5

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
eslint/eslint (eslint)

v9.15.0

Compare Source

v9.14.0

Compare Source

v9.13.0

Compare Source

sindresorhus/execa (execa)

v9.5.1

Compare Source

Bug fixes

v9.5.0

Compare Source

Features

await execa({stdout: {file: 'output.txt', append: true}})`npm run build`;
unjs/jiti (jiti)

v2.4.0

Compare Source

compare changes

🚀 Enhancements
  • Support generic type for jiti.import<T> (#​331)
🩹 Fixes
  • Try to resolve .ts files with .js extension from js files (#​337)
🏡 Chore
🤖 CI
❤️ Contributors
pnpm/pnpm (pnpm)

v9.13.2

Compare Source

v9.13.1

Compare Source

v9.13.0: pnpm 9.13

Compare Source

Minor Changes
  • The self-update now accepts a version specifier to install a specific version of pnpm. E.g.:

    pnpm self-update 9.5.0
    

    or

    pnpm self-update next-10
    
Patch Changes
  • Fix Cannot read properties of undefined (reading 'name') that is printed while trying to render the missing peer dependencies warning message #​8538.
Platinum Sponsors
Bit Figma
Gold Sponsors
Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me
Silver Sponsors
Leniolabs_ Vercel
Depot moonrepo
devowl.io Cerbos
vlt Vite

v9.12.3

Compare Source

Patch Changes
  • Don't purge node_modules, when typing "n" in the prompt that asks whether to remove node_modules before installation #​8655.
  • Fix a bug causing pnpm to infinitely spawn itself when manage-package-manager-versions=true is set and the .tools directory is corrupt.
  • Use crypto.hash, when available, for improved performance #​8629.
  • Fixed a race condition in temporary file creation in the store by including worker thread ID in filename. Previously, multiple worker threads could attempt to use the same temporary file. Temporary files now include both process ID and thread ID for uniqueness #​8703.
  • All commands should read settings from the package.json at the root of the workspace #​8667.
  • When manage-package-manager-versions is set to true, errors spawning a self-managed version of pnpm will now be shown (instead of being silent).
  • Pass the find command to npm, it is an alias for npm search
nodejs/undici (undici)

v6.21.0

Compare Source

What's Changed

Full Changelog: nodejs/undici@v6.20.1...v6.21.0

cloudflare/workers-sdk (wrangler)

v3.87.0

Compare Source

Minor Changes
Patch Changes

v3.86.1

Compare Source

Patch Changes

v3.86.0

Compare Source

Minor Changes
Patch Changes

v3.85.0

Compare Source

Minor Changes
  • #​7105 a5f1779 Thanks @​jonesphillip! - Added the ability to list, add, remove, and update R2 bucket custom domains.

  • #​7132 89f6274 Thanks @​gabivlj! - Event messages are capitalized, images of wrong architectures properly show the error in cloudchamber create
    When a new "health" enum is introduced, wrangler cloudchamber list won't crash anymore.
    Update Cloudchamber schemas.

  • #​7121 2278616 Thanks @​bruxodasilva! - Added pause and resume commands to manage Workflows and hidded unimplemented delete command

Patch Changes

v3.84.1

Compare Source

Patch Changes

v3.84.0

Compare Source

Minor Changes
Patch Changes
  • #​7091 68a2a84 Thanks @​taylorlee! - fix: synchronize observability settings during wrangler versions deploy

    When running wrangler versions deploy, Wrangler will now update observability settings in addition to logpush and tail_consumers. Unlike wrangler deploy, it will not disable observability when observability is undefined in wrangler.toml.

  • #​7080 924ec18 Thanks @​vicb! - chore(wrangler): update unenv dependency version

  • #​7097 8ca4b32 Thanks @​emily-shen! - fix: remove deprecation warnings for wrangler init

    We will not be removing wrangler init (it just delegates to create-cloudflare now). These warnings were causing confusion for users as it wrangler init is still recommended in many places.

  • #​7073 656a444 Thanks @​penalosa! - Internal refactor to remove es-module-lexer and support wrangler types for Workers with Durable Objects & JSX

  • #​7024 bd66d51 Thanks @​xortive! - fix: make individual parameters work for wrangler hyperdrive create when not using HoA

    wrangler hyperdrive create individual parameters were not setting the database name correctly when calling the api.

  • #​7024 bd66d51 Thanks @​xortive! - refactor: use same param parsing code for wrangler hyperdrive create and wrangler hyperdrive update

    ensures that going forward, both commands support the same features and have the same names for config flags

v3.83.0

Compare Source

Minor Changes
  • #​7000 1de309b Thanks @​jkoe-cf! - feature: allowing users to specify a description when creating an event notification rule
Patch Changes

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Nov 11, 2024

Deploying crossws with  Cloudflare Pages  Cloudflare Pages

Latest commit: f373cfc
Status: ✅  Deploy successful!
Preview URL: https://57625746.crossws.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.crossws.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from ec3ef6f to 3edee29 Compare November 15, 2024 03:48
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