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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vue/devtools-api (source) ^6.2.1 -> ^6.6.3 age adoption passing confidence
pnpm (source) 7.8.0 -> 7.33.7 age adoption passing confidence

Release Notes

vuejs/vue-devtools (@​vue/devtools-api)

v6.6.3

Compare Source

🩹 Fixes
  • Reload only on page navigation event (f6b00623)
❀️ Contributors

v6.6.2

Compare Source

🩹 Fixes
πŸ“– Documentation
🏑 Chore
❀️ Contributors

v6.6.1

Compare Source

πŸš€ Enhancements
🩹 Fixes
🏑 Chore
  • Fix firefox manifest version not updated (a4e4598b)
  • Update firefox manifest version (b799e3db)
βœ… Tests
  • lint: Don't lint eof on auto edited json files (6f645b83)
❀️ Contributors

v6.5.1

Compare Source

πŸš€ Enhancements
🩹 Fixes
  • New tab style (6ad6ecfc)
  • Cannot set visible of null (1b1d1d0c)
  • vue3: Optimize the priority of calculating the displayed name of the component on the devtool (#​2050)
  • Disable screenshots by default (3444bdd8)
❀️ Contributors

v6.5.0

Compare Source

Bug Fixes
Features
  • apps: dim vue version (049abd8)
  • dim expand arrows color (808861c)
  • plugin: add source icon in custom inspector (3e0a9bf)
  • reduced toolbars height to the header height (3fa04ed)
  • remove plugin icon from header tabs (d5b4d60)
  • remove vue logo from header to save space (43eb6b0)
  • update Nuxt logo (#​2014) (a75f415)
  • vue3: inspect event listeners on components (01e7c21)

image
image

Performance Improvements
  • hook: cleanupBuffer performance + auto-cleanup of old events (60aeed2), closes #​1875

v6.4.5

Compare Source

Bug Fixes
Features
  • vue3: improved setup inspect (62d0aa7)
  • vue3: inspector: skip composables (key starts with 'use') (812410f)
  • vue3: inspector: skip composition APIs (f85bd25)

v6.4.4

Compare Source

Bug Fixes
  • check if page has title element (44620cc)

v6.4.3

Compare Source

Bug Fixes
  • hide "No root instance found for app" if debug mode isn't on (257d13b)
  • hide plugin error unless debug is on (30cea9f)
  • subTree is null (8dd0ef2)
Features

v6.4.2

Compare Source

Bug Fixes
Features
  • electron: upgrade to electron 21 (83851df)
  • electron: display page title in window title (72d00f1)

v6.4.1

Compare Source

Bug Fixes

v6.4.0

Compare Source

Bug Fixes
Features
  • header: new UX with merged tabs (b12fac2)

Before:
Screenshot from 2022-09-26 22-48-17

After:
Screenshot from 2022-09-26 22-48-52

  • hide welcome slideshow (8ea36db)
  • more visible collapse/expand pane buttons (668f11b)

Screenshot from 2022-09-26 22-49-04

Screenshot from 2022-09-26 22-49-17

Performance Improvements
  • cache app record (33e596b)
  • skip waiting for app record on hidden apps (37aa0a4)

v6.3.0

Compare Source

Bug Fixes
Features
pnpm/pnpm (pnpm)

v7.33.7

Compare Source

Patch Changes
  • Remove vulnerable "ip" package from the dependencies #​7652.

v7.33.6

Compare Source

Patch Changes

  • Authorization token should be found in the configuration, when the requested URL is explicitly specified with a default port (443 on HTTPS or 80 on HTTP) #​6863.

Our Gold Sponsors

Our Silver Sponsors

v7.33.5

Compare Source

Patch Changes

Our Gold Sponsors

Our Silver Sponsors

v7.33.4

Compare Source

Patch Changes

  • When the same file is appended multiple times into a tarball, the last occurrence is selected when unpacking the tarball.
  • Added support for publishConfig.registry in package.json for publishing #​6775.
  • Fixed a bug in which pnpm passed the wrong scheme to git ls-remote, causing a fallback to git+ssh and resulting in a 'host key verification failed' issue #​6805

Our Gold Sponsors

Our Silver Sponsors

v7.33.3

Compare Source

Patch Changes

  • Improve the performance of searching for auth tokens.
  • Installation of a git-hosted dependency without package.json should not fail, when the dependency is read from cache #​6721.
  • Local workspace bin files that should be compiled first are linked to dependent projects after compilation #​1801.
  • Prefer versions found in parent package dependencies only #​6737.

Our Gold Sponsors

Our Silver Sponsors

v7.33.2

Compare Source

Patch Changes

  • In cases where both aliased and non-aliased dependencies exist to the same package, non-aliased dependencies will be used for resolving peer dependencies, addressing issue #​6588.
  • Don't crash when the APPDATA env variable is not set on Windows #​6659.
  • Don't fail when a package is archived in a tarball with malformed tar headers #​5362.
  • Peer dependencies of subdependencies should be installed, when node-linker is set to hoisted #​6680.
  • Ignore the port in the URL, while searching for authentication token in the .npmrc file #​6354.
  • Throw a meaningful error when applying a patch to a dependency fails.
  • pnpm update --global --latest should work #​3779.

Our Gold Sponsors

Our Silver Sponsors

v7.33.1

Compare Source

Patch Changes

  • When dedupe-peer-dependents is enabled, use the path (not id) to determine compatibility.

    When multiple dependency groups can be deduplicated, the latter ones are sorted according to number of peers to allow them to benefit from deduplication.

    Resolves: #​6605

  • Change lockfile version back to 6.0 as previous versions of pnpm fail to parse the version correctly.

Our Gold Sponsors

Our Silver Sponsors

v7.33.0

Compare Source

Minor Changes

  • Some settings influence the structure of the lockfile, so we cannot reuse the lockfile if those settings change. As a result, we need to store such settings in the lockfile. This way we will know with which settings the lockfile has been created.

    A new field will now be present in the lockfile: settings. It will store the values of two settings: autoInstallPeers and excludeLinksFromLockfile. If someone tries to perform a frozen-lockfile installation and their active settings don't match the ones in the lockfile, then an error message will be thrown.

    The lockfile format version is bumped from v6.0 to v6.1.

    Related PR: #​6557
    Related issue: #​6312

Patch Changes

  • When updating dependencies, preserve the range prefix in aliased dependencies. So npm:[email protected] becomes npm:[email protected].
  • Print a meaningful error when a project referenced by the workspace: protocol is not found in the workspace #​4477.
  • Should respect ignore patterns in updateConfig.ignoreDependencies #​6548

Our Gold Sponsors

Our Silver Sponsors

v7.32.5

Compare Source

Patch Changes

  • pnpm rebuild should not fail when node-linker is set to hoisted and there are skipped optional dependencies #​6553.
  • Expanded missing command error, including 'did you mean' #​6492.
  • Normalize current working directory on Windows #​6524.
  • Build projects in a workspace in correct order #​6568.

Our Gold Sponsors

Our Silver Sponsors

v7.32.4

Compare Source

Patch Changes
  • pnpm link -g <pkg-name> should not modify the package.json file #​4341.
  • Node.js range specified through the engines field should match prerelease versions #​6509.
  • pnpm publish --otp should work #​6514.
Our Gold Sponsors
Our Silver Sponsors

v7.32.3

Compare Source

Patch Changes

  • Link the bin files of local workspace dependencies, when node-linker is set to hoisted 6486.
  • Show cyclic workspace dependency details #​5059.

Our Gold Sponsors

Our Silver Sponsors

v7.32.2

Compare Source

Patch Changes

  • Patch node-fetch to fix an error that happens on Node.js 20 #​6424.

Our Gold Sponsors

Our Silver Sponsors

v7.32.1

Compare Source

Patch Changes

  • Warn user when publishConfig.directory of an injected workspace dependency does not exist #​6396.
  • Use hard links to link the node executable on Windows machines #​4315.

Our Gold Sponsors

Our Silver Sponsors

v7.32.0

Compare Source

Minor Changes

  • Allow env variables to be specified with default values in .npmrc. This is a convention used by Yarn too.
    Using ${NAME-fallback} will return fallback if NAME isn't set. ${NAME:-fallback} will return fallback if NAME isn't set, or is an empty string #​6018.

Patch Changes

  • pnpm config get <key> returns empty when the value is a boolean
  • Don't print an info message about linked dependencies if they are real linked dependencies specified via the link: protocol in package.json.
  • Add -g to mismatch registries error info when original command has -g option [#​622

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2af8de0 to f00a30f Compare June 4, 2024 20:34
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.

None yet

0 participants