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

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.8.7 -> 20.16.1 age adoption passing confidence
@vue/tsconfig 0.4.0 -> 0.5.1 age adoption passing confidence
eslint (source) 9.8.0 -> 9.9.0 age adoption passing confidence
eslint-plugin-unused-imports 4.0.1 -> 4.1.3 age adoption passing confidence
nodemon (source) 3.0.1 -> 3.1.4 age adoption passing confidence
pnpm (source) 9.6.0 -> 9.7.1 age adoption passing confidence
rollup (source) 4.20.0 -> 4.21.0 age adoption passing confidence
typescript (source) 5.2.2 -> 5.5.4 age adoption passing confidence
unplugin 1.12.0 -> 1.12.2 age adoption passing confidence
vite (source) 5.3.5 -> 5.4.2 age adoption passing confidence
vite-plugin-inspect 0.8.5 -> 0.8.6 age adoption passing confidence
vue (source) 3.3.4 -> 3.4.38 age adoption passing confidence
vue-loader 17.3.0 -> 17.4.2 age adoption passing confidence

Release Notes

vuejs/tsconfig (@​vue/tsconfig)

v0.5.1

Compare Source

v0.5.0

Compare Source

eslint/eslint (eslint)

v9.9.0

Compare Source

Features

  • 41d0206 feat: Add support for TS config files (#​18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#​18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#​18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#​18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#​18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#​18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#​18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

sweepline/eslint-plugin-unused-imports (eslint-plugin-unused-imports)

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

remy/nodemon (nodemon)

v3.1.4

Compare Source

v3.1.3

Compare Source

Bug Fixes

v3.1.2

Compare Source

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Features

v3.0.3

Compare Source

Bug Fixes

v3.0.2

Compare Source

Bug Fixes
pnpm/pnpm (pnpm)

v9.7.1

Compare Source

v9.7.0: pnpm 9.7

Compare Source

Minor Changes

  • Added pnpm version management. If the manage-package-manager-versions setting is set to true, pnpm will switch to the version specified in the packageManager field of package.json #​8363. This is the same field used by Corepack. Example:

    {
      "packageManager": "[email protected]"
    }
  • Added the ability to apply patch to all versions #​8337.

    If the key of pnpm.patchedDependencies is a package name without a version (e.g. pkg), pnpm will attempt to apply the patch to all versions of the package. Failures will be skipped. If there's only one version of pkg installed, pnpm patch pkg and subsequent pnpm patch-commit $edit_dir will create an entry named pkg in pnpm.patchedDependencies. And pnpm will attempt to apply this patch to other versions of pkg in the future.

  • Change the default edit dir location when running pnpm patch from a temporary directory to node_modules/.pnpm_patches/pkg[@​version] to allow the code editor to open the edit dir in the same file tree as the main project #​8379.

  • Substitute environment variables in config keys #​6679.

Patch Changes

  • pnpm install should run node-gyp rebuild if the project has a binding.gyp file even if the project doesn't have an install script #​8293.
  • Print warnings to stderr #​8342.
  • Peer dependencies of optional peer dependencies should be automatically installed #​8323.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

rollup/rollup (rollup)

v4.21.0

Compare Source

2024-08-18

Features
  • Add option to configure directory for virtual modules when preserving modules (#​5602)
Pull Requests
Microsoft/TypeScript (typescript)

v5.5.4

Compare Source

v5.5.3

Compare Source

v5.5.2

Compare Source

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.3: TypeScript 5.4.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.2: TypeScript 5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.3.3: TypeScript 5.3.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.3.2: TypeScript 5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

unjs/unplugin (unplugin)

v1.12.2

Compare Source

Bug Fixes
  • esbuild: object sourcemap by overriding Object.prototype.toString (#​399) (5d91695)

v1.12.1

Compare Source

Bug Fixes
  • esbuild: execute both unplugin and esbuild-specific hooks (3e2fa72)
vitejs/vite (vite)

v5.4.2

Compare Source

v5.4.1

v5.4.0

antfu/vite-plugin-inspect (vite-plugin-inspect)

v0.8.6

Compare Source

   🚀 Features
    View changes on GitHub
vuejs/core (vue)

v3.4.38

Compare Source

For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.37

Compare Source

Bug Fixes

v3.4.36

Compare Source

v3.4.35

Compare Source

Bug Fixes
  • teleport/ssr: fix Teleport hydration regression due to targetStart anchor addition (7b18cdb)
  • teleport/ssr: ensure targetAnchor and targetStart not null during hydration (#​11456) (12667da), closes #​11400
  • types/ref: allow getter and setter types to be unrelated (#​11442) (e0b2975)
Performance Improvements

v3.4.34

Compare Source

Bug Fixes

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)

v3.4.31

Compare Source

Bug Fixes
Reverts
  • Revert "fix(reactivity): avoid infinite loop when render access a side effect computed (#​11135)" (e0df985)
  • Revert "fix(reactivity): fix side effect computed dirty level (#​11183)" (6c303ea), closes #​11183

v3.4.30

Compare Source

Bug Fixes
  • compiler-core: should not remove slot node with v-else (#​11150) (e102670)
  • hydration: fix css vars hydration mismatch false positive on attr-fallthrough (#​11190) (7ad67ce), closes #​11188
  • hydration:

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.

@codecov
Copy link

codecov bot commented Oct 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.62%. Comparing base (8f1ec5b) to head (d5c77f1).
Report is 1 commits behind head on main.

Current head d5c77f1 differs from pull request most recent head 7e4df88

Please upload reports for the commit 7e4df88 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #80   +/-   ##
=======================================
  Coverage   93.62%   93.62%           
=======================================
  Files           3        3           
  Lines         345      345           
  Branches       55       55           
=======================================
  Hits          323      323           
  Misses         22       22           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update devdependency webpack to ^5.89.0 chore(deps): update all non-major dependencies Oct 14, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 90d2959 to abfca12 Compare October 20, 2023 23:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 8a0a5d0 to db34ae4 Compare October 30, 2023 12:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from ea72f8c to ae22bc9 Compare November 6, 2023 11:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from daa7986 to 0f25594 Compare August 10, 2024 17:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 8b1be99 to 9766581 Compare August 20, 2024 12:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9766581 to bcb5000 Compare August 20, 2024 16:32
@tobiasdiez tobiasdiez merged commit f37cd86 into main Aug 21, 2024
12 checks passed
@tobiasdiez tobiasdiez deleted the renovate/all-minor-patch branch August 21, 2024 09:36
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