Skip to content

fix(deps): update all non-major dependencies #107

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

Merged
merged 1 commit into from
Apr 19, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@cloudflare/workers-types ^4.20250405.0 -> ^4.20250419.0 age adoption passing confidence devDependencies minor
actions/setup-node v4.3.0 -> v4.4.0 age adoption passing confidence action minor
discord-api-types (source) ^0.37.119 -> ^0.37.120 age adoption passing confidence dependencies patch
pnpm (source) 10.7.1 -> 10.8.1 age adoption passing confidence packageManager minor
wrangler (source) ^4.7.2 -> ^4.12.0 age adoption passing confidence devDependencies minor

Release Notes

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

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

actions/setup-node (actions/setup-node)

v4.4.0

Compare Source

discordjs/discord-api-types (discord-api-types)

v0.37.120

Compare Source

Bug Fixes
  • Ensure autocomplete option values resolve to string for numerical types (#​1198) (cfac62e)
Features
pnpm/pnpm (pnpm)

v10.8.1

Compare Source

Patch Changes
  • Removed bright white highlighting, which didn't look good on some light themes #​9389.
  • If there is no pnpm related configuration in package.json, onlyBuiltDependencies will be written to pnpm-workspace.yaml file #​9404.

v10.8.0

Compare Source

Minor Changes
  • Experimental. A new hook is supported for updating configuration settings. The hook can be provided via .pnpmfile.cjs. For example:

    module.exports = {
      hooks: {
        updateConfig: (config) => ({
          ...config,
          nodeLinker: "hoisted",
        }),
      },
    };
  • Now you can use the pnpm add command with the --config flag to install new configurational dependencies #​9377.

Patch Changes
  • Do not hang indefinitely, when there is a glob that starts with !/ in pnpm-workspace.yaml. This fixes a regression introduced by #​9169.
  • pnpm audit --fix should update the overrides in pnpm-workspace.yaml.
  • pnpm link should update overrides in pnpm-workspace.yaml, not in package.json #​9365.
cloudflare/workers-sdk (wrangler)

v4.12.0

Compare Source

Minor Changes
Patch Changes

v4.11.1

Compare Source

Patch Changes

v4.11.0

Compare Source

Minor Changes
Patch Changes
  • #​8885 f2802f9 Thanks @​CarmenPopoviciu! - Disambiguate the "No files to upload. Proceeding with deployment..." message

  • #​8924 d2b44a2 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

  • Updated dependencies [f5413c5]:

v4.10.0

Compare Source

Minor Changes
Patch Changes

v4.9.1

Compare Source

Patch Changes

v4.9.0

Compare Source

Minor Changes
Patch Changes
  • #​8809 09464a6 Thanks @​dario-piotrowicz! - 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
  • #​8829 62df08a Thanks @​cmackenzie1! - Add option --cors-origin none to remove CORS settings on a pipeline

  • Updated dependencies [afd93b9, 930ebb2]:

v4.8.0

Compare Source

Minor Changes
Patch Changes
  • #​8780 4e69fb6 Thanks @​cmackenzie1! - - Rename wrangler pipelines show to wrangler pipelines get

    • Replace --enable-worker-binding and --enable-http with --source worker and --source http (or
      --source http worker for both)
    • Remove --file-template and --partition-template flags from wrangler pipelines create|update
    • Add pretty output for wrangler pipelines get <pipeline>. Existing output is available using --format=json.
    • Clarify the minimums, maximums, and defaults (if unset) for wrangler pipelines create commands.
  • #​8596 75b454c Thanks @​dario-piotrowicz! - 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
  • #​8795 d4c1171 Thanks @​GregBrimble! - feat: Unhide wrangler pages functions build command.

    This is already documented for Pages Plugins and by officially documenting it, we can ease the transition to Workers Assets for users of Pages Functions.

  • Updated dependencies [93267cf, ec7e621]:


Configuration

📅 Schedule: Branch creation - "before 9am on monday" in timezone Europe/Gibraltar, 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 force-pushed the renovate/all-minor-patch branch from 3888e1a to 6e92c3d Compare April 7, 2025 02:31
@renovate renovate bot changed the title chore(deps): update dependency @cloudflare/workers-types to ^4.20250406.0 chore(deps): update dependency @cloudflare/workers-types to ^4.20250407.0 Apr 7, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6e92c3d to 8355464 Compare April 7, 2025 13:09
@renovate renovate bot changed the title chore(deps): update dependency @cloudflare/workers-types to ^4.20250407.0 chore(deps): update all non-major dependencies Apr 7, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f037e87 to 7b92c6d Compare April 10, 2025 22:49
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Apr 10, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from aee13cf to 3e5a427 Compare April 18, 2025 03:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3e5a427 to 6007160 Compare April 19, 2025 02:57
@ematipico ematipico merged commit f5b1fc6 into main Apr 19, 2025
2 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch April 19, 2025 05:39
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