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: bump up all non-major dependencies #9598

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@aws-sdk/client-s3 (source) 3.723.0 -> 3.726.0 age adoption passing confidence dependencies minor
@clack/core (source) 0.4.0 -> 0.4.1 age adoption passing confidence dependencies patch
@clack/prompts (source) 0.9.0 -> 0.9.1 age adoption passing confidence dependencies patch
@sentry/esbuild-plugin (source) 2.22.7 -> 2.23.0 age adoption passing confidence devDependencies minor
@sentry/webpack-plugin (source) 2.22.7 -> 2.23.0 age adoption passing confidence dependencies minor
@swc/core (source) 1.10.6 -> 1.10.7 age adoption passing confidence devDependencies patch
apollographql/apollo-ios from: "1.15.3" -> from: "1.16.0" age adoption passing confidence minor
glob 11.0.0 -> 11.0.1 age adoption passing confidence devDependencies patch
happy-dom 16.5.2 -> 16.5.3 age adoption passing confidence devDependencies patch
html-validate (source) 9.1.1 -> 9.1.3 age adoption passing confidence dependencies patch
lucide-react (source) ^0.469.0 -> ^0.471.0 age adoption passing confidence dependencies minor
openai 4.77.4 -> 4.78.0 age adoption passing confidence dependencies minor
undici (source) 7.2.0 -> 7.2.1 age adoption passing confidence dependencies patch
uuid 11.0.4 -> 11.0.5 age adoption passing confidence devDependencies patch
wrangler (source) 3.100.0 -> 3.101.0 age adoption passing confidence devDependencies minor
com.android.tools.build:gradle (source) 8.7.3 -> 8.8.0 age adoption passing confidence dependencies minor

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)

v3.726.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

natemoo-re/clack (@​clack/core)

v0.4.1

Compare Source

Patch Changes
  • 8093f3c: Adds Error support to the validate function
  • e5ba09a: Fixes a cursor display bug in terminals that do not support the "hidden" escape sequence. See Issue #​127.
  • 8cba8e3: Fixes a rendering bug with cursor positions for TextPrompt
natemoo-re/clack (@​clack/prompts)

v0.9.1

Compare Source

Patch Changes
getsentry/sentry-javascript-bundler-plugins (@​sentry/esbuild-plugin)

v2.23.0

Compare Source

  • chore(deps): bump nanoid from 3.3.6 to 3.3.8 (#​641)
  • feat(core): Detect Railway release name (#​639)
  • feat(core): Write module injections to globalThis (#​636)
  • feat(react-component-annotate): Allow skipping annotations on specified components (#​617)
  • ref(core): Rename release management plugin name (#​647)

Work in this release contributed by @​conor-ob. Thank you for your contribution!

swc-project/swc (@​swc/core)

v1.10.7

Compare Source

Bug Fixes
Documentation
  • Update the link to the team (0fcdc31)
Features
Testing
  • (parallel) Add test to debug segfault on windows x64 (#​9857) (ae53a35)
Build
apollographql/apollo-ios (apollographql/apollo-ios)

v1.16.0

Compare Source

New
  • Added codegen config support for spm module type versions (#​539): There is a new codegen config option for supplying a version to the SPM module type to allow for pointing to specific branches or local versions of Apollo iOS.
  • @oneOf input object support (#​537): Adding support for @OneOf Input Objects, more info can be found in the official RFC.
Improvements
  • URLRequest cache policy default changed (#​550): The updated default closer matches the original behaviour before the introduction of setting URLRequest.CachePolicy. Thank you to @​marksvend for raising the issue.
Fixed
  • DataDict initialization of deferredFragments property (#​557): Generated selection set initializers were not correctly setting deferred fragment identifiers. This only affected selection sets that were instantiated with the generated selection set initializers, response-based results are unaffected.
  • Multipart chunk content type (#​572): Multipart response parsing would produce an error when the chunk content type contained more than one directive. Thank you to @​brettephillips for raising the issue.
isaacs/node-glob (glob)

v11.0.1

Compare Source

capricorn86/happy-dom (happy-dom)

v16.5.3

Compare Source

👷‍♂️ Patch fixes
html-validate/html-validate (html-validate)

v9.1.3

Compare Source

Bug Fixes
  • nodejs 18.19 or later is required (69ec7e2)

v9.1.2

Compare Source

Bug Fixes
  • fix ERR_UNSUPPORTED_ESM_URL_SCHEME on windows (6b193f3)
lucide-icons/lucide (lucide-react)

v0.471.0: Dynamic Icon component Lucide React and new icons 0.471.0

Compare Source

New Dynamic Icon Component (lucide-react)

This is an easier approach than the previous dynamicIconImports we exported in the library. This one supports all environments.
We removed the examples in the docs of how you can make a dynamic icon yourself with a dedicated DynamicIcon component.
This one fetches the icon data itself and renders it instead of fetching the Icon component from the library.
This makes it more flexible with all the frontend frameworks and libraries that exist for React.

🚨
Not recommended for regular applications that work fine with the regular static icon components.
Using the dynamic icon component increases build time, separate bundles, and separate network requests for each icon.

How to use

DynamicIcon is useful for applications that want to show icons dynamically by icon name, for example when using a content management system where icon names are stored in a database.

const App = () => (
  <DynamicIcon name="camera" color="red" size={48} />
);
Possible Breaking changes

We have switched to the "exports" property in package.json. This can cause issues if you have directly imported scripts from the package. Please open an issue if we need to refine this export map.

New icons 🎨

v0.470.0: New icons 0.470.0

Compare Source

New icons 🎨

Modified Icons 🔨

openai/openai-node (openai)

v4.78.0

Compare Source

Full Changelog: v4.77.4...v4.78.0

Features
nodejs/undici (undici)

v7.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.2.0...v7.2.1

uuidjs/uuid (uuid)

v11.0.5

Compare Source

Bug Fixes
cloudflare/workers-sdk (wrangler)

v3.101.0

Compare Source

Minor Changes
  • #​7534 7c8ae1c Thanks @​cmackenzie1! - feat: Use OAuth flow to generate R2 tokens for Pipelines

  • #​7674 45d1d1e Thanks @​Ankcorn! - Add support for env files to wrangler secret bulk i.e. .dev.vars

    Run wrangler secret bulk .dev.vars to add the env file

    //.dev.vars
    KEY=VALUE
    KEY_2=VALUE

    This will upload the secrets KEY and KEY_2 to your worker

  • #​7442 e4716cc Thanks @​petebacondarwin! - feat: add support for redirecting Wrangler to a generated config when running deploy-related commands

    This new feature is designed for build tools and frameworks to provide a deploy-specific configuration,
    which Wrangler can use instead of user configuration when running deploy-related commands.
    It is not expected that developers of Workers will need to use this feature directly.

Affected commands

The commands that use this feature are:

  • wrangler deploy
  • wrangler dev
  • wrangler versions upload
  • wrangler versions deploy
  • wrangler pages deploy
  • wrangler pages build
  • wrangler pages build-env
Config redirect file

When running these commands, Wrangler will look up the directory tree from the current working directory for a file at the path .wrangler/deploy/config.json. This file must contain only a single JSON object of the form:

{ "configPath": "../../path/to/wrangler.json" }

When this file exists Wrangler will follow the configPath (relative to the .wrangler/deploy/config.json file) to find an alternative Wrangler configuration file to load and use as part of this command.

When this happens Wrangler will display a warning to the user to indicate that the configuration has been redirected to a different file than the user's configuration file.

Custom build tool example

A common approach that a build tool might choose to implement.

  • The user writes code that uses Cloudflare Workers resources, configured via a user wrangler.toml file.

    name = "my-worker"
    main = "src/index.ts"
    [[kv_namespaces]]
    binding = "<BINDING_NAME1>"
    id = "<NAMESPACE_ID1>"

    Note that this configuration points main at user code entry-point.

  • The user runs a custom build, which might read the wrangler.toml to find the entry-point:

    > my-tool build
  • This tool generates a dist directory that contains both compiled code and a new deployment configuration file, but also a .wrangler/deploy/config.json file that redirects Wrangler to this new deployment configuration file:

    - dist
      - index.js
    	- wrangler.json
    - .wrangler
      - deploy
    	  - config.json
    

    The dist/wrangler.json will contain:

    {
      "name": "my-worker",
      "main": "./index.js",
      "kv_namespaces": [
        { "binding": "<BINDING_NAME1>", "id": "<NAMESPACE_ID1>" }
      ]
    }

    And the .wrangler/deploy/config.json will contain:

    {
      "configPath": "../../dist/wrangler.json"
    }
  • #​7685 9d2740a Thanks @​vicb! - allow overriding the unenv preset.

    By default wrangler uses the bundled unenv preset.

    Setting WRANGLER_UNENV_RESOLVE_PATHS allow to use another version of the preset.
    Those paths are used when resolving the unenv module identifiers to absolute paths.
    This can be used to test a development version.

  • #​7694 f3c2f69 Thanks @​joshthoward! - Default wrangler d1 export to --local rather than failing

Patch Changes

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 Pull requests that update a dependency file label Jan 9, 2025
@graphite-app graphite-app bot requested review from forehalo, pengx17, EYHN, JimmFly and CatsJuice and removed request for pengx17 January 9, 2025 03:26
Copy link

graphite-app bot commented Jan 9, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.81%. Comparing base (7d2ee8d) to head (0fe039c).
Report is 1 commits behind head on canary.

Additional details and impacted files
@@            Coverage Diff             @@
##           canary    #9598      +/-   ##
==========================================
- Coverage   52.83%   52.81%   -0.02%     
==========================================
  Files        2180     2180              
  Lines       98469    98469              
  Branches    16717    16717              
==========================================
- Hits        52026    52008      -18     
- Misses      45031    45054      +23     
+ Partials     1412     1407       -5     
Flag Coverage Δ
server-test 77.83% <ø> (+0.05%) ⬆️
unittest 32.28% <ø> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 74f925f to 0c63ec6 Compare January 10, 2025 07:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0c63ec6 to 0fe039c Compare January 10, 2025 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants