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

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

Merged
merged 1 commit into from
Oct 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/heroicons 1.2.0 -> 1.2.1 age adoption passing confidence
@iconify-json/simple-icons 1.2.5 -> 1.2.7 age adoption passing confidence
@nuxt/fonts ^0.9.0 -> ^0.10.0 age adoption passing confidence
@nuxt/image (source) 1.8.0 -> 1.8.1 age adoption passing confidence
@nuxt/test-utils 3.14.2 -> 3.14.3 age adoption passing confidence
@nuxt/ui-pro 1.4.3 -> 1.4.4 age adoption passing confidence
@types/node (source) 20.16.10 -> 20.16.11 age adoption passing confidence
eslint (source) 9.11.1 -> 9.12.0 age adoption passing confidence
mlly 1.7.1 -> 1.7.2 age adoption passing confidence
nitro-applicationinsights ^0.13.0 -> ^0.14.0 age adoption passing confidence
pnpm (source) 9.11.0 -> 9.12.1 age adoption passing confidence

Release Notes

nuxt/fonts (@​nuxt/fonts)

v0.10.0

Compare Source

compare changes

🩹 Fixes
  • Scan font families declared in font: (#​299)
💅 Refactors
  • Use jiti.import to resolve custom providers (#​308)
  • ⚠️ Migrate to unifont to handle providers (#​315)
📖 Documentation
  • Update link to downloads count badge (0a5742f)
  • Update link to downloads count badge (1cbb70f)
🏡 Chore
  • Use pnpm to run release (dbbf438)
✅ Tests
⚠️ Breaking Changes
  • ⚠️ Migrate to unifont to handle providers (#​315)
❤️ Contributors
nuxt/image (@​nuxt/image)

v1.8.1

Compare Source

compare changes

🩹 Fixes
  • Suffix export of runtime utils with /index (#​1467)
  • vercel: Added missing formats config & improved documentation (#​1514)
📖 Documentation
  • Update link to downloads count badge (102d474)
🏡 Chore
  • Use tinyexec internally (3b9a4ea)
❤️ Contributors
nuxt/test-utils (@​nuxt/test-utils)

v3.14.3

Compare Source

compare changes

🩹 Fixes
  • vitest-environment: Respect custom url in setup (#​957)
  • runtime-utils: Pass global directives to mountSuspended (#​960)
  • runtime-utils: Pass global directives to renderSuspended (cf1b48ff)
  • runtime-utils: Support options api data, computed + methods (#​963)
🏡 Chore
✅ Tests
  • Bump playwright setup time for windows (21ade1f2)
❤️ Contributors
nuxt/ui-pro (@​nuxt/ui-pro)

v1.4.4

Compare Source

eslint/eslint (eslint)

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

unjs/mlly (mlly)

v1.7.2

Compare Source

compare changes

🩹 Fixes
  • resolver: Avoid double slashes when joining id with /index (#​278)
🏡 Chore
❤️ Contributors
huang-julien/nitro-applicationinsights (nitro-applicationinsights)

v0.14.0

Compare Source

compare changes

🚀 Enhancements
  • Add #applicationinsights to ts config paths (#​114)
💅 Refactors
🏡 Chore
🤖 CI
  • studio: Remove with constraint (e2b59f7)
❤️ Contributors
pnpm/pnpm (pnpm)

v9.12.1: pnpm 9.12.1

Compare Source

Patch Changes

  • pnpm update --latest should not update the automatically installed peer dependencies #​6657.
  • pnpm publish should be able to publish from a local tarball #​7950.
  • The pnpx command should work correctly on Windows, when pnpm is installed via the standalone installation script #​8608.
  • Prevent EBUSY errors caused by creating symlinks in parallel dlx processes #​8604.
  • Fix maximum call stack size exceeded error related to circular workspace dependencies #​8599.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.12.0: pnpm 9.12

Compare Source

Minor Changes
  • Fix peer dependency resolution dead lock #​8570. This change might change some of the keys in the snapshots field inside pnpm-lock.yaml but it should happen very rarely.

  • pnpm outdated command supports now a --sort-by=name option for sorting outdated dependencies by package name #​8523.

  • Added the ability for overrides to remove dependencies by specifying "-" as the field value #​8572. For example, to remove lodash from the dependencies, use this configuration in package.json:

    {
      "pnpm": {
        "overrides": {
          "lodash": "-"
        }
      }
    }
Patch Changes
  • Fixed an issue where pnpm list --json pkg showed "private": false for a private package #​8519.
  • Packages with libc that differ from pnpm.supportedArchitectures.libc are not downloaded #​7362.
  • Prevent ENOENT errors caused by running store prune in parallel #​8586.
  • Add issues alias to pnpm bugs #​8596.
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors

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 force-pushed the renovate/all-minor-patch branch from f9db24f to 213e8be Compare October 2, 2024 22:26
@renovate renovate bot changed the title chore(deps): update pnpm to v9.12.0 fix(deps): update all non-major dependencies Oct 2, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 1151f28 to 3704fd1 Compare October 10, 2024 21:44
Copy link
Contributor Author

renovate bot commented Oct 10, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@huang-julien huang-julien force-pushed the renovate/all-minor-patch branch from f16d366 to 3704fd1 Compare October 10, 2024 22:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3704fd1 to c87ab0e Compare October 10, 2024 22:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c87ab0e to 21f5ae3 Compare October 10, 2024 22:20
@huang-julien huang-julien merged commit 4df255a into master Oct 12, 2024
1 check passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 12, 2024 16:29
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