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

Merged
merged 1 commit into from
Sep 26, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
listhen ^1.4.4 -> ^1.5.5 age adoption passing confidence
pnpm (source) 8.7.1 -> 8.8.0 age adoption passing confidence

Release Notes

unjs/listhen (listhen)

v1.5.5

Compare Source

compare changes

🩹 Fixes
  • Apply default localhost in internal generateURL util (6c76d31)
❤️ Contributors

v1.5.4

Compare Source

compare changes

🩹 Fixes
  • Use localhost when host is empty for getURL (9ec7d77)
📖 Documentation
🏡 Chore
❤️ Contributors
  • Pooya Parsa (@​pi0)
  • Tech Genius

v1.5.3

Compare Source

compare changes

🩹 Fixes
  • Correct private host warning message (df5ff4d)
  • Prefer explicit hostname option over HOST env (0674d96)
🏡 Chore
  • release: V1.5.2 (1aab0dd)
  • Revert to codecov/codecov-action@v3 (c911a1f)
❤️ Contributors

v1.5.2

Compare Source

compare changes

🔥 Performance
  • Imprve default host for windows, docker and wsl (#​126)
💅 Refactors
  • Use std-env for stackblitz detection (933c0c3)
❤️ Contributors

v1.5.1

Compare Source

compare changes

🩹 Fixes
🏡 Chore
❤️ Contributors

v1.5.0

Compare Source

compare changes

🚀 Enhancements
  • Trap SIGINT, SIGTERM and SIGHUP for autoclosing (#​108)
🩹 Fixes
  • Allow valid ipv6 as hostnames (78dd4b7)
🏡 Chore
❤️ Contributors
  • Mastercuber <e4d33vb85@​mozmail.com>
  • Pooya Parsa (@​pi0)

v1.4.8

Compare Source

compare changes

🩹 Fixes
  • Type and provide listener.address (972fac7)
🏡 Chore
  • Update get-port-please and jiti (8be655c)
❤️ Contributors

v1.4.7

Compare Source

compare changes

🩹 Fixes
  • Validate hostname after applying defaults (e6c1b89)
❤️ Contributors

v1.4.6

Compare Source

compare changes

🩹 Fixes
  • Validate input hostname and warn (bfc8149)
🏡 Chore
❤️ Contributors

v1.4.5

Compare Source

compare changes

🩹 Fixes
  • Update get-port-please and pass public flag (3de5b10)
  • cli: Remove default: false for opt-in flag (180c685)
🏡 Chore
❤️ Contributors
pnpm/pnpm (pnpm)

v8.8.0

Compare Source

Minor Changes

  • Add --hide-reporter-prefix' option for run` command to hide project name as prefix for lifecycle log outputs of running scripts #​7061.

Patch Changes

  • Pass through the --ignore-scripts command to install, when running pnpm dedupe --ignore-scripts #​7102.
  • Throw meaningful error for config sub commands#​7106.
  • When the node-linker is set to hoisted, the package.json files of the existing dependencies inside node_modules will be checked to verify their actual versions. The data in the node_modules/.modules.yaml and node_modules/.pnpm/lock.yaml may not be fully reliable, as an installation may fail after changes to dependencies were made but before those state files were updated #​7107.
  • Don't update git-hosted dependencies when adding an unrelated dependency #​7008.

Our Gold Sponsors

Our Silver Sponsors

v8.7.6

Compare Source

Patch Changes

  • Don't run the prepublishOnly scripts of git-hosted dependencies #​7026.
  • Fix a bug in which use-node-version or node-version isn't passed down to checkEngine when using pnpm workspace, resulting in an error #​6981.
  • Don't print out each deprecated subdependency separately with its deprecation message. Just print out a summary of all the deprecated subdependencies #​6707.
  • Fixed an ENOENT error that was sometimes happening during install with "hoisted" node_modules #​6756.

Our Gold Sponsors

Our Silver Sponsors

v8.7.5

Compare Source

Patch Changes

  • Improve performance of installation by using a worker for creating the symlinks inside node_modules/.pnpm #​7069.
  • Tarballs that have hard links are now unpacked successfully. This fixes a regression introduced in v8.7.0, which was shipped with our new in-house tarball parser #​7062.

Our Gold Sponsors

Our Silver Sponsors

v8.7.4

Compare Source

Patch Changes

  • Fix a bug causing the pnpm server to hang if a tarball worker was requested while another worker was exiting #​7041.
  • Fixes a regression published with pnpm v8.7.3. Don't hang while reading package.json from the content-addressable store #​7051.
  • Allow create scoped package with preferred version. #​7053
  • Reverting a change shipped in v8.7 that caused issues with the pnpm deploy command and "injected dependencies" #​6943.

Our Gold Sponsors

Our Silver Sponsors

v8.7.3

Compare Source

Patch Changes

  • Fix a bug causing errors to be printed as "Cannot read properties of undefined (reading 'code')" instead of the underlying reason when using the pnpm store server #​7032

Our Gold Sponsors

Our Silver Sponsors

v8.7.2

Compare Source


Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

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.

@codecov
Copy link

codecov bot commented Sep 4, 2023

Codecov Report

Merging #528 (277fdfe) into main (12ccb81) will increase coverage by 0.00%.
Report is 7 commits behind head on main.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #528   +/-   ##
=======================================
  Coverage   83.73%   83.74%           
=======================================
  Files          31       31           
  Lines        3542     3544    +2     
  Branches      543      543           
=======================================
+ Hits         2966     2968    +2     
  Misses        576      576           
Files Coverage Δ
src/adapters/plain.ts 79.61% <100.00%> (+0.26%) ⬆️
src/utils/request.ts 92.70% <100.00%> (ø)

@renovate renovate bot changed the title chore(deps): update devdependency @types/node to ^20.5.9 chore(deps): update all non-major dependencies Sep 4, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 15c3e70 to 8524032 Compare September 11, 2023 14:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 65cba39 to 5b659b9 Compare September 20, 2023 16:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 3f702b8 to 284127d Compare September 26, 2023 17:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 284127d to 277fdfe Compare September 26, 2023 17:30
@pi0 pi0 merged commit 01fab41 into main Sep 26, 2023
6 checks passed
@pi0 pi0 deleted the renovate/all-minor-patch branch September 26, 2023 17:32
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