Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/simple-icons ^1.2.30 -> ^1.2.33 age adoption passing confidence
@nuxt/fonts ^0.11.0 -> ^0.11.2 age adoption passing confidence
@nuxt/ui-pro (source) ^1.7.1 -> ^1.8.0 age adoption passing confidence
eslint (source) ^9.23.0 -> ^9.25.1 age adoption passing confidence
nuxt-og-image (source) ^5.1.1 -> ^5.1.2 age adoption passing confidence
pnpm (source) 10.7.0 -> 10.9.0 age adoption passing confidence

Release Notes

nuxt/fonts (@​nuxt/fonts)

v0.11.2

Compare Source

👉 Changelog

compare changes

🩹 Fixes
  • Deduplicate default weights, styles and subsets (#​604)
📖 Documentation
  • Add config for use with UnoCSS Wind4 preset (#​589)
  • Use tailwind v3 url (#​596)
🏡 Chore
  • Add better-sqlite3 (e52c330)
  • Remove release script (2633ad8)
  • Use latest specifier for nuxt/fonts within repo (e6d716d)
✅ Tests
  • Update poppins snapshots (#​605)
🤖 CI
  • Run pkg.pr.new on prs too (df3636f)
❤️ Contributors

v0.11.1

Compare Source

👉 Changelog

compare changes

🩹 Fixes
  • Hash cached font file name (#​564)
  • Trim font filename segment to 50 chars (#​583)
📖 Documentation
  • Updates for processCSSVariables (#​563)
🏡 Chore
  • Bump @nuxtjs/tailwindcss (30d4514)
  • Upgrade all deps, enable tailwind v4 tests + update snapshots (#​584)
❤️ Contributors
nuxt/ui-pro (@​nuxt/ui-pro)

v1.8.0

Compare Source

eslint/eslint (eslint)

v9.25.1

Compare Source

v9.25.0

Compare Source

v9.24.0

Compare Source

nuxt-modules/og-image (nuxt-og-image)

v5.1.2

Compare Source

   🐞 Bug Fixes

⚠️ Please verify your OG Image are being correctly rendered in this patch as the config algorithm has been updated. If you rely on setting custom defaults or configuring OG Images using route rules you may be effected, although tests are passing.

    View changes on GitHub
pnpm/pnpm (pnpm)

v10.9.0

Compare Source

Minor Changes
  • Added support for installing JSR packages. You can now install JSR packages using the following syntax:

    pnpm add jsr:<pkg_name>
    

    or with a version range:

    pnpm add jsr:<pkg_name>@&#8203;<range>
    

    For example, running:

    pnpm add jsr:@&#8203;foo/bar
    

    will add the following entry to your package.json:

    {
      "dependencies": {
        "@&#8203;foo/bar": "jsr:^0.1.2"
      }
    }

    When publishing, this entry will be transformed into a format compatible with npm, older versions of Yarn, and previous pnpm versions:

    {
      "dependencies": {
        "@&#8203;foo/bar": "npm:@&#8203;jsr/foo__bar@^0.1.2"
      }
    }

    Related issue: #​8941.

    Note: The @jsr scope defaults to https://npm.jsr.io/ if the @jsr:registry setting is not defined.

  • Added a new setting, dangerouslyAllowAllBuilds, for automatically running any scripts of dependencies without the need to approve any builds. It was already possible to allow all builds by adding this to pnpm-workspace.yaml:

    neverBuiltDependencies: []

    dangerouslyAllowAllBuilds has the same effect but also allows to be set globally via:

    pnpm config set dangerouslyAllowAllBuilds true
    

    It can also be set when running a command:

    pnpm install --dangerously-allow-all-builds
    
Patch Changes
  • Fix a false negative in verifyDepsBeforeRun when nodeLinker is hoisted and there is a workspace package without dependencies and node_modules directory #​9424.
  • Explicitly drop verifyDepsBeforeRun support for nodeLinker: pnp. Combining verifyDepsBeforeRun and nodeLinker: pnp will now print a warning.

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.

v10.7.1: pnpm 10.7.1

Compare Source

Patch Changes

  • pnpm config set should convert the settings to their correct type before adding them to pnpm-workspace.yaml #​9355.
  • pnpm config get should read auth related settings via npm CLI #​9345.
  • Replace leading ~/ in a path in .npmrc with the home directory #​9217.

Platinum Sponsors

Bit Bit Syntax

Gold Sponsors

Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), 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.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Apr 1, 2025

Deploying docs-template-3erl with  Cloudflare Pages  Cloudflare Pages

Latest commit: 34b1a17
Status: ✅  Deploy successful!
Preview URL: https://b6906923.docs-template-3erl.pages.dev
Branch Preview URL: https://renovate-v1-all-minor-patch.docs-template-3erl.pages.dev

View logs

@renovate renovate bot changed the title chore(deps): update pnpm to v10.7.1 (v1) chore(deps): update all non-major dependencies (v1) Apr 2, 2025
@renovate renovate bot force-pushed the renovate/v1-all-minor-patch branch 5 times, most recently from f86c65a to 9377497 Compare April 7, 2025 19:13
@renovate renovate bot force-pushed the renovate/v1-all-minor-patch branch 4 times, most recently from b84fd77 to 18cd1aa Compare April 18, 2025 18:58
@renovate renovate bot force-pushed the renovate/v1-all-minor-patch branch 4 times, most recently from 8b50f03 to 5d53f18 Compare April 22, 2025 23:31
@renovate renovate bot force-pushed the renovate/v1-all-minor-patch branch from 5d53f18 to 34b1a17 Compare April 25, 2025 00:11
@benjamincanac benjamincanac merged commit 57ef0dd into v1 Apr 25, 2025
2 checks passed
@benjamincanac benjamincanac deleted the renovate/v1-all-minor-patch branch April 25, 2025 09:56
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.

2 participants