Skip to content

chore: bump up all non-major dependencies#49

Merged
Brooooooklyn merged 1 commit into
mainfrom
renovate/all-minor-patch
May 9, 2025
Merged

chore: bump up all non-major dependencies#49
Brooooooklyn merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/workers-types 4.20250303.0 -> 4.20250509.0 age adoption passing confidence
@​customerio/cdp-analytics-node 0.3.1 -> 0.3.3 age adoption passing confidence
@oxc-node/core ^0.0.20 -> ^0.0.27 age adoption passing confidence
@types/node (source) 22.13.10 -> 22.15.17 age adoption passing confidence
pnpm (source) 9.15.7 -> 9.15.9 age adoption passing confidence
tldts 6.1.83 -> 6.1.86 age adoption passing confidence
typescript (source) 5.8.2 -> 5.8.3 age adoption passing confidence
wrangler (source) 3.114.0 -> 3.114.8 age adoption passing confidence

Release Notes

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

v4.20250509.0

Compare Source

v4.20250508.0

Compare Source

v4.20250507.0

Compare Source

v4.20250506.0

Compare Source

v4.20250505.0

Compare Source

v4.20250504.0

Compare Source

v4.20250503.0

Compare Source

v4.20250502.0

Compare Source

v4.20250430.0

Compare Source

v4.20250429.0

Compare Source

v4.20250428.0

Compare Source

v4.20250427.0

Compare Source

v4.20250426.0

Compare Source

v4.20250425.0

Compare Source

v4.20250424.0

Compare Source

v4.20250423.0

Compare Source

v4.20250422.0

Compare Source

v4.20250421.0

Compare Source

v4.20250420.0

Compare Source

v4.20250419.0

Compare Source

v4.20250418.0

Compare Source

v4.20250417.0

Compare Source

v4.20250416.0

Compare Source

v4.20250415.0

Compare Source

v4.20250414.0

Compare Source

v4.20250413.0

Compare Source

v4.20250412.0

Compare Source

v4.20250410.0

Compare Source

v4.20250409.0

Compare Source

v4.20250408.0

Compare Source

v4.20250407.0

Compare Source

v4.20250406.0

Compare Source

v4.20250405.0

Compare Source

v4.20250404.0

Compare Source

v4.20250403.0

Compare Source

v4.20250402.0

Compare Source

v4.20250401.0

Compare Source

v4.20250327.0

Compare Source

v4.20250321.0

Compare Source

v4.20250320.0

Compare Source

v4.20250319.0

Compare Source

v4.20250317.0

Compare Source

v4.20250313.0

Compare Source

v4.20250312.0

Compare Source

v4.20250311.0

Compare Source

v4.20250310.0

Compare Source

oxc-project/oxc-node (@​oxc-node/core)

v0.0.27

Compare Source

Note: Version bump only for package oxc-node

v0.0.26

Compare Source

Note: Version bump only for package oxc-node

v0.0.25

Compare Source

Bug Fixes

v0.0.24

Compare Source

Bug Fixes
Performance Improvements

v0.0.23

Compare Source

Bug Fixes
Features
  • allow read useDefineForClassFields compiler option in tsconfig.json (#​97) (55830b3)

v0.0.22

Compare Source

Bug Fixes
  • core: pass tsconfig: None to Resolver if tsconfig not exists (#​84) (9b46f48)
Features

v0.0.21

Compare Source

Note: Version bump only for package oxc-node

pnpm/pnpm (pnpm)

v9.15.9: pnpm 9.15.9

Compare Source

Patch Changes
  • Fix running pnpm CLI from pnpm CLI on Windows when the CLI is bundled to an executable #​8971.
Platinum Sponsors
Bit Bit Syntax
Gold Sponsors
Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v9.15.8: pnpm 9.15.8

Compare Source

Patch Changes
  • pnpm self-update should always update the version in the packageManager field of package.json.
  • The pnpm CLI process should not stay hanging, when --silent reporting is used.
  • When --loglevel is set to error, don't show installation summary, execution time, and big tarball download progress.
  • Don't show info output when --loglevel=error is used.
Platinum Sponsors
Bit Bit Syntax
Gold Sponsors
Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz
remusao/tldts (tldts)

v6.1.86

Compare Source

📜 Update Public Suffix List
  • tldts-experimental, tldts-icann, tldts
🔩 Dependencies
Authors: 2

v6.1.85

Compare Source

📜 Update Public Suffix List
  • tldts-experimental, tldts-icann, tldts
Authors: 1

v6.1.84

Compare Source

📜 Update Public Suffix List
Authors: 1

microsoft/TypeScript (typescript)

v5.8.3

Compare Source

cloudflare/workers-sdk (wrangler)

v3.114.8

Compare Source

Patch Changes
  • #​9086 a2a56c8 Thanks @​petebacondarwin! - Do not include .wrangler and Wrangler config files in additional modules

    Previously, if you added modules rules such as **/*.js or **/*.json, specified no_bundle: true, and the entry-point to the Worker was in the project root directory, Wrangler could include files that were not intended, such as .wrangler/tmp/xxx.js or the Wrangler config file itself. Now these files are automatically skipped when trying to find additional modules by searching the file tree.

  • #​9037 d0d0025 Thanks @​CarmenPopoviciu! - fix: When generating Env types, set type of version metadata binding to WorkerVersionMetadata. This means it now correctly includes the timestamp field.

  • #​9093 2f2f7ba Thanks @​CarmenPopoviciu! - fix: Validate input file for Vectorize inserts

  • Updated dependencies [fc04292, a01adca]:

    • miniflare@3.20250408.1

v3.114.7

Compare Source

Patch Changes
  • #​8955 b7eba92 Thanks @​workers-devprod! - When Wrangler encounters an error, if the Bun runtime is detected it will now warn users that Wrangler does not officially support Bun.

  • #​8928 8bcb257 Thanks @​dario-piotrowicz! - fix redirected config env validation breaking wrangler pages commands

    a validation check has recently been introduced to make wrangler error on
    deploy commands when an environment is specified and a redirected configuration
    is in use (the reason being that redirected configurations should not include
    any environment), this check is problematic with pages commands where the
    "production" environment is anyways set by default, to address this the validation
    check is being relaxed here on pages commands

v3.114.6

Compare Source

Patch Changes
  • #​8783 7bcf352 Thanks @​petebacondarwin! - Improve error message when request to obtain membership info fails

    Wrangler now informs user that specific permission might be not granted when fails to obtain membership info. The same information is provided when Wrangler is unable to fetch user's email.

  • #​8866 db673d6 Thanks @​edmundhung! - improve error message when redirected config contains environments

    this change improves that validation error message that users see
    when a redirected config file contains environments, by:

    • cleaning the message formatting and displaying the
      offending environments in a list
    • prompting the user to report the issue to the author
      of the tool which has generated the config
  • #​8600 91cf028 Thanks @​workers-devprod! - add validation to redirected configs in regards to environments

    add the following validation behaviors to wrangler deploy commands, that relate
    to redirected configs (i.e. config files specified by .wrangler/deploy/config.json files):

    • redirected configs are supposed to be already flattened configurations without any
      environment (i.e. a build tool should generate redirected configs already targeting specific
      environments), so if wrangler encounters a redirected config with some environments defined
      it should error
    • given the point above, specifying an environment (--env=my-env) when using redirected
      configs is incorrect, so these environments should be ignored and a warning should be
      presented to the user

v3.114.5

Compare Source

Patch Changes

v3.114.4

Compare Source

Patch Changes

v3.114.3

Compare Source

Patch Changes

v3.114.2

Compare Source

Patch Changes

v3.114.1

Compare Source

Patch Changes
  • #​8383 8d6d722 Thanks @​matthewdavidrodgers! - Make kv bulk put --local respect base64:true

    The bulk put api has an optional "base64" boolean property for each key.
    Before storing the key, the value should be decoded from base64.

    For real (remote) kv, this is handled by the rest api. For local kv, it
    seems the base64 field was ignored, meaning encoded base64 content was
    stored locally rather than the raw values.

    To fix, we need to decode each value before putting to the local
    miniflare namespace when base64 is true.

  • #​8273 e3efd68 Thanks @​penalosa! - Support AI, Vectorize, and Images bindings when using @cloudflare/vite-plugin

  • #​8427 a352798 Thanks @​vicb! - update unenv-preset dependency to fix bug with Performance global

    Fixes #​8407
    Fixes #​8409
    Fixes #​8411

  • #​8390 53e6323 Thanks @​GregBrimble! - Parse and apply metafiles (_headers and _redirects) in wrangler dev for Workers Assets

  • #​8392 4d9d9e6 Thanks @​jahands! - fix: retry zone and route lookup API calls

    In rare cases, looking up Zone or Route API calls may fail due to transient errors. This change improves the reliability of wrangler deploy when these errors occur.

    Also fixes a rare issue where concurrent API requests may fail without correctly throwing an error which may cause a deployment to incorrectly appear successful.

  • Updated dependencies [8242e07, 53e6323]:

    • miniflare@3.20250310.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate Bot added the dependencies label Mar 9, 2025
@renovate renovate Bot changed the title chore: bump up pnpm to v9.15.8 chore: bump up pnpm to v9.15.9 Mar 10, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 146f6fa to 18c583f Compare March 10, 2025 12:12
@renovate renovate Bot changed the title chore: bump up pnpm to v9.15.9 chore: bump up all non-major dependencies Mar 10, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 5427414 to 6885d79 Compare March 17, 2025 17:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from bac5b0a to 70532ba Compare March 24, 2025 13:54
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from a4fc428 to 86dac79 Compare April 2, 2025 15:52
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 0b86c80 to c66b0ba Compare April 16, 2025 03:09
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 3f70427 to 08f6f62 Compare April 24, 2025 03:09
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 1e2f699 to 014544e Compare April 28, 2025 07:38
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