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

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 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@cloudflare/workers-types 4.20241218.0 -> 4.20250109.0 age adoption passing confidence devDependencies minor
@floating-ui/react (source) 0.27.2 -> 0.27.3 age adoption passing confidence dependencies patch
@fontsource/dm-sans (source) 5.1.0 -> 5.1.1 age adoption passing confidence devDependencies patch
@fontsource/lobster (source) 5.1.0 -> 5.1.1 age adoption passing confidence devDependencies patch
@fontsource/noto-sans-jp (source) 5.1.0 -> 5.1.1 age adoption passing confidence devDependencies patch
@iconify-json/tabler 1.2.13 -> 1.2.14 age adoption passing confidence devDependencies patch
@types/chrome (source) ^0.0.287 -> ^0.0.297 age adoption passing confidence devDependencies patch
@types/node (source) 22.10.2 -> 22.10.7 age adoption passing confidence devDependencies patch
@webext-core/messaging (source) 2.1.0 -> 2.2.0 age adoption passing confidence dependencies minor
i18next (source) 24.1.2 -> 24.2.1 age adoption passing confidence dependencies minor
isbot (source) 5.1.18 -> 5.1.21 age adoption passing confidence dependencies patch
lycheeverse/lychee-action v2.1.0 -> v2.2.0 age adoption passing confidence action minor
node (source) 22.12.0 -> 22.13.0 age adoption passing confidence minor
pnpm (source) 9.15.1 -> 9.15.4 age adoption passing confidence packageManager patch
react-i18next 15.2.0 -> 15.4.0 age adoption passing confidence dependencies minor
react-markdown 9.0.1 -> 9.0.3 age adoption passing confidence dependencies patch
react-share 5.1.1 -> 5.1.2 age adoption passing confidence dependencies patch
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence devDependencies patch
vitest (source) 3.0.0 -> 3.0.2 age adoption passing confidence devDependencies patch
wrangler (source) 3.99.0 -> 3.103.2 age adoption passing confidence devDependencies minor
wxt (source) 0.19.22 -> 0.19.24 age adoption passing confidence devDependencies patch

Release Notes

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

v4.20250109.0

Compare Source

v4.20241230.0

Compare Source

v4.20241224.0

Compare Source

floating-ui/floating-ui (@​floating-ui/react)

v0.27.3

Compare Source

Patch Changes
  • feat(FloatingFocusManager): accept FloatingRootContext as the context prop
  • fix(useListNavigation): check for virtual pointer on pointerenter
  • refactor: use jsx runtime
  • Update dependencies: @floating-ui/[email protected]
fontsource/font-files (@​fontsource/dm-sans)

v5.1.1

Compare Source

fontsource/font-files (@​fontsource/lobster)

v5.1.1

Compare Source

fontsource/font-files (@​fontsource/noto-sans-jp)

v5.1.1

Compare Source

aklinker1/webext-core (@​webext-core/messaging)

v2.2.0

Compare Source

i18next/i18next (i18next)

v24.2.1

Compare Source

  • Standardize null/undefined checks across codebase 2275
  • fix(typescript): make TFunction augmentable again 2279, fixes 2278

v24.2.0

Compare Source

  • feat(typescript): Add strictKeyChecks option to enforce checking key existence when defaultValue is used 2274, fixes 2043
omrilotan/isbot (isbot)

v5.1.21

Compare Source

  • [Pattern] Pattern updates

v5.1.20

Compare Source

  • [Pattern] Pattern updates

v5.1.19

Compare Source

  • [Pattern] Pattern updates
lycheeverse/lychee-action (lycheeverse/lychee-action)

v2.2.0: Version 2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2...v2.2.0

nodejs/node (node)

v22.13.0

Compare Source

pnpm/pnpm (pnpm)

v9.15.4

Compare Source

v9.15.3

Compare Source

v9.15.2: pnpm 9.15.2

Compare Source

Patch Changes

  • Fixed publish/pack error with workspace dependencies with relative paths #​8904. It was broken in v9.4.0 (398472c).
  • Use double quotes in the command suggestion by pnpm patch on Windows #​7546.
  • Do not fall back to SSH, when resolving a git-hosted package if git ls-remote works via HTTPS #​8906.
  • Improve how packages with blocked lifecycle scripts are reported during installation. Always print the list of ignored scripts at the end of the output. Include a hint about how to allow the execution of those packages.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva
i18next/react-i18next (react-i18next)

v15.4.0

Compare Source

feat: add meta with codes on warnings to allow conditional logging 1826

v15.3.0

Compare Source

Uses the i18next logger instead of the default console logger, if there is a valid i18next instance. Now the debug i18next option is respected, and you can also inject your own logger module: https://www.i18next.com/misc/creating-own-plugins#logger

remarkjs/react-markdown (react-markdown)

v9.0.3

Compare Source

(same as 9.0.2 but now with d.ts files)

Full Changelog: remarkjs/react-markdown@9.0.2...9.0.3

v9.0.2

Compare Source

Types
Miscellaneous

Full Changelog: remarkjs/react-markdown@9.0.1...9.0.2

nygardk/react-share (react-share)

v5.1.2

Compare Source

Patch Changes
  • e5f3488: Support React 19 in peerDependencies
microsoft/TypeScript (typescript)

v5.7.3

Compare Source

vitest-dev/vitest (vitest)

v3.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
cloudflare/workers-sdk (wrangler)

v3.103.2

Compare Source

Patch Changes

v3.103.1

Compare Source

Patch Changes

v3.103.0

Compare Source

Minor Changes
  • #​5086 8faf2c0 Thanks @​dario-piotrowicz! - add --strict-vars option to wrangler types

    add a new --strict-vars option to wrangler types that developers can (by setting the
    flag to false) use to disable the default strict/literal types generation for their variables

    opting out of strict variables can be useful when developers change often their vars values,
    even more so when multiple environments are involved

v3.102.0

Compare Source

Minor Changes
Patch Changes

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

v3.100.0

Compare Source

Minor Changes
  • #​7604 6c2f173 Thanks @​CarmenPopoviciu! - feat: Capture Workers with static assets in the telemetry data

    We want to measure accurately what this number of Workers + Assets projects running in remote mode is, as this number will be a very helpful data point down the road, when more decisions around remote mode will have to be taken.

    These changes add this kind of insight to our telemetry data, by capturing whether the command running is in the context of a Workers + Assets project.

    N.B. With these changes in place we will be capturing the Workers + Assets context for all commands, not just wrangler dev --remote.

Patch Changes
  • #​7581 cac7fa6 Thanks @​vicb! - chore(wrangler): update unenv dependency version

    unenv now uses the workerd implementation on node:dns
    See the unjs/unenv#376

  • #​7625 d8fb032 Thanks @​vicb! - feat(wrangler): use unenv builtin dependency resolution

    Moving away from require.resolve() to handle unenv aliased packages.
    Using the unenv builtin resolution will allow us to drop the .cjs file from the preset
    and to override the base path so that we can test the dev version of the preset.

  • #​7533 755a27c Thanks @​danielgek! - Add warning about the browser rendering not available on local

  • #​7614 8abb43f Thanks @​vicb! - chore(wrangler): update unenv dependency version

    The updated unenv contains a fix for the module resolution,
    see unjs/unenv#378.
    That bug prevented us from using unenv module resolution,
    see #​7583.

  • Updated dependencies [b4e0af1]:

wxt-dev/wxt (wxt)

v0.19.24: wxt v0.19.24

Compare Source

compare changes

🩹 Fixes
  • init: Remove "experimental" from bun package manager (b150a52)
  • web-ext: Correctly pass browserConsole option to open devtools in Firefox (#​1308)
  • autoMount not working if anchor is already present (#​1350)
🏡 Chore
❤️ Contributors

v0.19.23: wxt v0.19.23

Compare Source

compare changes

🚀 Enhancements
  • hooks: Move entrypoints:resolved before debug logs and add entrypoints:found (#​1292)
🩹 Fixes
  • Allow runtime registered content scripts to not have matches (#​1306)
  • Properly close readline instance on close (#​1278)
📖 Documentation
🏡 Chore
  • Simplify keyboard shortcuts (#​1284)
❤️ Contributors

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.

Copy link

cloudflare-workers-and-pages bot commented Nov 24, 2024

Deploying furiganamaker with  Cloudflare Pages  Cloudflare Pages

Latest commit: 856211e
Status: ✅  Deploy successful!
Preview URL: https://251612da.furiganamaker.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.furiganamaker.pages.dev

View logs

@renovate renovate bot changed the title chore(deps): update dependency @types/chrome to ^0.0.284 chore(deps): update all non-major dependencies Nov 25, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from a2478bb to 2da4d0b Compare November 29, 2024 12:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 2185209 to c689e0d Compare December 7, 2024 09:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b3a041a to 7d5116a Compare December 10, 2024 02:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 42151db to a571a18 Compare January 3, 2025 07:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from a67d901 to cd964d1 Compare January 13, 2025 00:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 33e696f to 6065943 Compare January 17, 2025 12:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6065943 to 085aff0 Compare January 17, 2025 17:17
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