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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@iconify-json/heroicons ^1.1.19 -> ^1.2.1 age adoption passing confidence dependencies minor
@iconify-json/simple-icons ^1.1.90 -> ^1.2.8 age adoption passing confidence dependencies minor
@nuxthq/studio (source) ^1.0.10 -> ^1.1.2 age adoption passing confidence devDependencies minor
@nuxtjs/fontaine ^0.4.1 -> ^0.4.3 age adoption passing confidence dependencies patch
@nuxtjs/google-fonts ^3.1.3 -> ^3.2.0 age adoption passing confidence dependencies minor
@types/node (source) ^20.11.10 -> ^20.16.11 age adoption passing confidence devDependencies minor
changelogen ^0.5.5 -> ^0.5.7 age adoption passing confidence devDependencies patch
eslint (source) ^8.56.0 -> ^8.57.1 age adoption passing confidence devDependencies minor
google-github-actions/release-please-action v4.0.2 -> v4.1.1 age adoption passing confidence action minor
nuxt-og-image (source) ^2.2.4 -> ^2.2.6 age adoption passing confidence dependencies patch
pnpm (source) 9.9.0 -> 9.12.1 age adoption passing confidence packageManager minor
vitest (source) ^2.0.5 -> ^2.1.3 age adoption passing confidence devDependencies minor

Release Notes

nuxtlabs/studio-module (@​nuxthq/studio)

v1.1.2

Compare Source

  • fix(mergeDraft): push file if it is missing in dbFiles (#​173) (5e75bfd)

v1.1.1

Compare Source

  • chore(package): set pnpm as pkg manager (22a9a96)
  • fix(preview): handle renamed new file (65b49e3)

v1.1.0

Compare Source

  • lint: fix (79435ce)
  • chore(deps): update all non-major dependencies (#​161) (7fe2cd9)
  • fix(useStudio): ignore non-markdown files on file-selected event (#​171) (5e062d6)
  • docs(readme): use new nuxi module add command in installation (#​168) (e5a103d)

v1.0.15

Compare Source

v1.0.14

Compare Source

  • chore(deps): eslint v9 with nuxt/eslint (1fd58d4)
  • chore(deps): upgrade (5ce0986)
  • chore(preview): limit memory usage (6fb6200)
  • fix(options): remove unused project field (#​167) (b9cde37)

v1.0.13

Compare Source

  • fix: get module version in module code instead (66fd6ee)
  • chore: update deps (9ffdf5d)

v1.0.12

Compare Source

  • fix(messaging): staging new origin (df3ee34)

v1.0.11

Compare Source

  • chore(origins): add new urls (2b56887)
  • feat(messaging): handle custom allowed origins (#​165) (7c0334c)
  • fix(meta): github repo detection in local (#​164) (dadb879)
  • feat(preview): add gitInfo in /__studio.json and support staging API for preview mode (#​163) (9b02f48)
  • chore(deps): update all non-major dependencies (#​159) (77b8020)
nuxt-modules/fontaine (@​nuxtjs/fontaine)

v0.4.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.4.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
nuxt-modules/google-fonts (@​nuxtjs/google-fonts)

v3.2.0

Compare Source

compare changes

🚀 Enhancements
  • Update google-fonts-helper (#​184)
🩹 Fixes
  • Update ModuleOptions interface in module.ts (#​179)
🏡 Chore
❤️ Contributors
unjs/changelogen (changelogen)

v0.5.7

Compare Source

compare changes

🩹 Fixes
  • bump: Avoid using + for canary suffix (#​224)
❤️ Contributors

v0.5.6

Compare Source

compare changes

🚀 Enhancements
  • Add option to sign git tags (#​117)
  • git: Support parse git messages that have prefix emoji (#​146)
🩹 Fixes
  • github: Use bearer token (#​180)
  • Handle repo name with multiple segments (#​219)
  • Lowercase scope when filtering (#​199)
💅 Refactors
  • Replace execa with execSync (#​222)
  • Use human readable date for canary versions (#​223)
  • Update execCommand (68127be)
🏡 Chore
❤️ Contributors
eslint/eslint (eslint)

v8.57.1

Compare Source

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

google-github-actions/release-please-action (google-github-actions/release-please-action)

v4.1.1

Compare Source

Bug Fixes

v4.1.0

Compare Source

Features

v4.0.3

Compare Source

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

v2.2.6

Compare Source

Bug Fixes
  • stop using 'terminate' package to avoid GPL (516def4)
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

v9.11.0

Compare Source

v9.10.0: pnpm 9.10

Compare Source

Minor Changes

  • Support for a new CLI flag, --exclude-peers, added to the list and why commands. When --exclude-peers is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned #​8506.

  • Added a new setting to package.json at pnpm.auditConfig.ignoreGhsas for ignoring vulnerabilities by their GHSA code #​6838.

    For instance:

    {
      "pnpm": {
        "auditConfig": {
          "ignoreGhsas": [
            "GHSA-42xw-2xvc-qx8m",
            "GHSA-4w2v-q235-vp99",
            "GHSA-cph5-m8f7-6c5x",
            "GHSA-vh95-rmgr-6w4m"
          ]
        }
      }
    }

Patch Changes

  • Throw an exception if pnpm switches to the same version of itself.
  • Reduce memory usage during peer dependencies resolution.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

vitest-dev/vitest (vitest)

v2.1.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.2

Compare Source

   🐞 Bug Fixes

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 changed the title chore(deps): update pnpm to v8.15.1 chore(deps): update all non-major dependencies Jan 30, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 081a4d8 to 9d5d151 Compare February 5, 2024 19:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from f499917 to 274366d Compare February 15, 2024 18:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 58e9b73 to 1558ae0 Compare February 22, 2024 19:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 4797dd4 to d51b38b Compare February 29, 2024 18:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b31bfe4 to aa9c88e Compare March 6, 2024 17:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from cce5f3d to a133052 Compare September 4, 2024 01:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c98a77e to 84143c0 Compare September 9, 2024 16:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 62c174c to 3912586 Compare September 19, 2024 14:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 49870c5 to 3f03110 Compare September 25, 2024 22:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d1f1545 to 4506c1e Compare October 2, 2024 18:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 39fc41c to 1686dd1 Compare October 14, 2024 06:03
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