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): pin dependencies #3024

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
@eslint/compat devDependencies pin ~1.1.1 -> 1.1.1 age adoption passing confidence
@types/node (source) devDependencies patch 20.14.10 -> 20.14.11 age adoption passing confidence
cypress (source) devDependencies patch 13.13.0 -> 13.13.1 age adoption passing confidence
semver devDependencies patch 7.6.2 -> 7.6.3 age adoption passing confidence
tsup (source) devDependencies minor 8.1.0 -> 8.2.2 age adoption passing confidence
typescript-eslint (source) devDependencies minor 7.16.1 -> 7.17.0 age adoption passing confidence
vue (source) devDependencies patch 3.4.31 -> 3.4.33 age adoption passing confidence
vue-tsc (source) devDependencies patch 2.0.26 -> 2.0.28 age adoption passing confidence

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Release Notes

cypress-io/cypress (cypress)

v13.13.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-1

npm/node-semver (semver)

v7.6.3

Compare Source

Bug Fixes
Documentation
egoist/tsup (tsup)

v8.2.2

Compare Source

v8.2.1

Compare Source

v8.2.0

Compare Source

v8.1.2

Compare Source

v8.1.1

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v7.17.0

Compare Source

🚀 Features
  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7
❤️ Thank You
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

You can read about our versioning strategy and releases on our website.

vuejs/core (vue)

v3.4.33

Compare Source

Bug Fixes

v3.4.32

Compare Source

Bug Fixes
Performance Improvements
  • server-renderer: avoid unnecessary checks in createBuffer (#​11364) (fc205bf)
  • server-renderer: optimize unrollBuffer by avoiding promises (#​11340) (05779a7)
vuejs/language-tools (vue-tsc)

v2.0.28

Compare Source

Features
  • vscode: focus mode Insiders
  • language-core: Plugin API 2.1
    • Added plugin hooks: getLanguageId, isValidFile, parseSFC2
    • Improve backward compatibility (#​4585) - Thanks @​zhiyuanzmj
  • language-core: support default prop when using __typeProps (#​4602) - Thanks @​zhiyuanzmj
  • language-core: improve nested plugins (#​4581) - Thanks @​zhiyuanzmj
  • language-service: remove v-bind code action (#​4601)
  • vscode: add empty pattern to codeblock attributes scope (#​4590) - Thanks @​KermanX
Fixes
  • tsc: errors should be thrown instead of being console.log printed
  • language-server: observe named pipes changes when server startup (#​4292)
  • language-core: infer define model type from options type (#​4545) - Thanks @​davidmatter
  • language-core: type-checking not working with hyphen in slot name with JS (#​4478) - Thanks @​KermanX
  • language-core: add type check for v-model without argument (#​4598) - Thanks @​zhiyuanzmj
  • language-service: filter special tags (#​4596) - Thanks @​so1ve
  • typescript-plugin: improve named pipes reliability (#​4603)
  • language-core property access is incorrectly identified as compound expression (#​4600)
  • language-core fix compatibility of generic component virtual code with TS 5.5 (#​4577)
  • tsc TS4082 not reported for functional component (#​4569)
Other Changes
  • Upgraded Volar from v2.4.0-alpha.15 to v2.4.0-alpha.18:
    • Fix VS Code IntelliSense will be lost in new created files (#​4424)
    • Add workspace symbols support in Hybrid Mode (#​4595)
    • Add workspace addMissingImports action support in Hybrid Mode (#​4586)
  • Fix yarn 4 compatibility (#​4587)
  • Add vue vine to hybrid mode compatible list (#​4543) - Thanks @​so1ve
  • Add global components prop validation test (#​4542) - Thanks @​davidmatter

Configuration

📅 Schedule: Branch creation - "before 4am 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 is behind base branch, 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 added c: dependencies Pull requests that adds/updates a dependency p: 1-normal Nothing urgent labels Jul 22, 2024
@renovate renovate bot requested a review from a team as a code owner July 22, 2024 01:42
@renovate renovate bot added this to the vAnytime milestone Jul 22, 2024
Copy link

netlify bot commented Jul 22, 2024

Deploy Preview for fakerjs ready!

Name Link
🔨 Latest commit 5724c3d
🔍 Latest deploy log https://app.netlify.com/sites/fakerjs/deploys/669ed0ae453c6e000877d9a1
😎 Deploy Preview https://deploy-preview-3024.fakerjs.dev
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Jul 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (next@045ed77). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             next    #3024   +/-   ##
=======================================
  Coverage        ?   99.96%           
=======================================
  Files           ?     2747           
  Lines           ?   226148           
  Branches        ?      943           
=======================================
  Hits            ?   226074           
  Misses          ?       74           
  Partials        ?        0           

@renovate renovate bot force-pushed the renovate/devdependencies branch from 8718c64 to 9dbd296 Compare July 22, 2024 08:06
ST-DDT
ST-DDT previously approved these changes Jul 22, 2024
@renovate renovate bot force-pushed the renovate/devdependencies branch from 4395ba0 to 5724c3d Compare July 22, 2024 21:35
@ST-DDT ST-DDT requested a review from a team July 22, 2024 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: dependencies Pull requests that adds/updates a dependency p: 1-normal Nothing urgent
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants