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): lock file maintenance minor/patch updates #5684

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2024

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@codemirror/commands devDependencies patch ^6.6.1 -> ^6.6.2 age adoption passing confidence
@codemirror/language devDependencies patch ^6.10.2 -> ^6.10.3 age adoption passing confidence
@eslint/js (source) devDependencies minor ^9.10.0 -> ^9.11.1 age adoption passing confidence
@rollup/plugin-alias (source) devDependencies patch ^5.1.0 -> ^5.1.1 age adoption passing confidence
@rollup/plugin-node-resolve (source) devDependencies minor ^15.2.3 -> ^15.3.0 age adoption passing confidence
@rollup/pluginutils (source) devDependencies patch ^5.1.0 -> ^5.1.2 age adoption passing confidence
@shikijs/vitepress-twoslash (source) devDependencies patch ^1.17.7 -> ^1.18.0 1.20.0 (+1) age adoption passing confidence
@types/estree (source) dependencies patch 1.0.5 -> 1.0.6 age adoption passing confidence
eslint (source) devDependencies minor ^9.10.0 -> ^9.11.1 age adoption passing confidence
nodemon (source) devDependencies patch ^3.1.4 -> ^3.1.7 age adoption passing confidence
nyc (source) devDependencies patch ^17.0.0 -> ^17.1.0 age adoption passing confidence
prettier-plugin-organize-imports devDependencies minor ^4.0.0 -> ^4.1.0 age adoption passing confidence
rollup (source) devDependencies patch ^4.21.3 -> ^4.22.4 age adoption passing confidence
rollup-plugin-license devDependencies patch ^3.5.2 -> ^3.5.3 age adoption passing confidence
swc_common dependencies minor 0.39.0 -> 0.40.0 age adoption passing confidence
swc_compiler_base dependencies minor 0.22.0 -> 0.23.0 age adoption passing confidence
swc_ecma_ast dependencies minor 0.120.0 -> 0.121.0 age adoption passing confidence
swc_ecma_parser dependencies minor 0.151.0 -> 0.152.0 age adoption passing confidence
terser (source) devDependencies patch ^5.32.0 -> ^5.33.0 5.34.0 age adoption passing confidence
typescript-eslint (source) devDependencies minor ^8.6.0 -> ^8.7.0 age adoption passing confidence
vite (source) devDependencies patch ^5.4.6 -> ^5.4.7 5.4.8 age adoption passing confidence
vue (source) devDependencies patch ^3.5.6 -> ^3.5.8 3.5.9 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

eslint/eslint (@​eslint/js)

v9.11.1

Compare Source

v9.11.0

Compare Source

rollup/plugins (@​rollup/plugin-alias)

v5.1.1

2024-09-22

Bugfixes
  • fix: remove unused slash dependency (#​1763)
rollup/plugins (@​rollup/plugin-node-resolve)

v15.3.0

2024-09-23

Features
  • feat: allow preferBuiltins to be a function (#​1694)

v15.2.4

2024-09-22

Updates
  • chore: remove is-builtin-module (#​1735)
rollup/plugins (@​rollup/pluginutils)

v5.1.2

2024-09-23

Bugfixes
  • fix: optimize createFilter and normalizePath (#​1750)

v5.1.1

2024-09-22

Bugfixes
  • fix: improve regex performance (#​1753)
eslint/eslint (eslint)

v9.11.1

Compare Source

v9.11.0

Compare Source

Features

  • ec30c73 feat: add "eslint/universal" to export Linter (#​18883) (唯然)
  • c591da6 feat: Add language to types (#​18917) (Nicholas C. Zakas)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#​18861) (Tanuj Kanti)
  • 19c6856 feat: Add no-useless-constructor suggestion (#​18799) (Jordan Thomson)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#​18872) (Francesco Trotta)

Bug Fixes

  • 5e5f39b fix: add missing types for no-restricted-exports rule (#​18914) (Kristóf Poduszló)
  • 8f630eb fix: add missing types for no-param-reassign options (#​18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#​18902) (Kristóf Poduszló)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#​18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#​18903) (Kristóf Poduszló)
  • fa11b2e fix: add missing types for no-empty-function options (#​18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#​18897) (Kristóf Poduszló)

Documentation

  • e4e5709 docs: correct prefer-object-has-own type definition comment (#​18924) (Nitin Kumar)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#​18894) (Alix Royere)
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#​18881) (Milos Djermanovic)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

Build Related

  • 959d360 build: Support updates to previous major versions (#​18871) (Milos Djermanovic)

Chores

remy/nodemon (nodemon)

v3.1.7

Compare Source

simonhaenisch/prettier-plugin-organize-imports (prettier-plugin-organize-imports)

v4.1.0: 4.1.0

Compare Source

Bumped the peer dependency range for vue-tsc to ^2.1.0 because there was a breaking change in its API. If you're using Vue support, upgrade both packages simultaneously, e.g. npm i -D prettier-plugin-organize-imports vue-tsc.

mjeanroy/rollup-plugin-license (rollup-plugin-license)

v3.5.3

Compare Source

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

v8.7.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

vitejs/vite (vite)

v5.4.7

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/core (vue)

v3.5.8

Compare Source

Bug Fixes
  • reactivity: do not remove dep from depsMap when cleaning up deps of computed (#​11995) (0267a58)

v3.5.7

Compare Source

Bug Fixes
Performance Improvements

Configuration

📅 Schedule: Branch creation - "before 4am on Friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 enabled auto-merge September 27, 2024 01:44
Copy link

vercel bot commented Sep 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rollup ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 27, 2024 7:21am

Copy link

github-actions bot commented Sep 27, 2024

Thank you for your contribution! ❤️

You can try out this pull request locally by installing Rollup via

npm install rollup/rollup#renovate/minorpatch-updates

Notice: Ensure you have installed the latest stable Rust toolchain. If you haven't installed it yet, please see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust.

or load it into the REPL:
https://rollup-evcidz58l-rollup-js.vercel.app/repl/?pr=5684

Copy link

github-actions bot commented Sep 27, 2024

Performance report!

Rough benchmark

Command Mean [s] Min [s] Max [s] Relative
node _benchmark/previous/bin/rollup -i ./perf/entry.js -o _benchmark/result/previous.js 9.323 ± 0.051 9.274 9.377 1.00
node _benchmark/current/bin/rollup -i ./perf/entry.js -o _benchmark/result/current.js 9.465 ± 0.048 9.410 9.502 1.02 ± 0.01

Internal benchmark

  • BUILD: 8461ms, 748 MB
    • initialize: 0ms, 26 MB
    • generate module graph: 3250ms, 574 MB
      • generate ast: 1558ms, 567 MB
    • sort and bind modules: 462ms, 619 MB
    • mark included statements: 4749ms, 748 MB
      • treeshaking pass 1: 1637ms, 714 MB
      • treeshaking pass 2: 783ms, 744 MB
      • treeshaking pass 3: 305ms, 745 MB
      • treeshaking pass 4: 279ms, 742 MB
      • treeshaking pass 5: 324ms, 747 MB
      • treeshaking pass 6: 268ms, 754 MB
      • treeshaking pass 7: 247ms, 755 MB
      • treeshaking pass 8: 239ms, 756 MB
      • treeshaking pass 9: 217ms, 755 MB
      • treeshaking pass 10: 220ms, 752 MB
      • treeshaking pass 11: 218ms, 748 MB
  • GENERATE: 917ms, 1.02 GB
    • initialize render: 0ms, 914 MB
    • generate chunks: 90ms, 917 MB
      • optimize chunks: 0ms, 917 MB
    • render chunks: 798ms, 1 GB
    • transform chunks: 21ms, 1.02 GB
    • generate bundle: 0ms, 1.02 GB

Copy link

codecov bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.04%. Comparing base (2d59dbc) to head (8a00938).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5684   +/-   ##
=======================================
  Coverage   99.04%   99.04%           
=======================================
  Files         242      242           
  Lines        9352     9352           
  Branches     2473     2473           
=======================================
  Hits         9263     9263           
  Misses         58       58           
  Partials       31       31           

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

@lukastaegert lukastaegert force-pushed the renovate/minorpatch-updates branch from 22afac6 to 8a00938 Compare September 27, 2024 07:20
@renovate renovate bot added this pull request to the merge queue Sep 27, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 27, 2024
@renovate renovate bot added this pull request to the merge queue Sep 27, 2024
Merged via the queue into master with commit ee138d1 Sep 27, 2024
40 checks passed
@renovate renovate bot deleted the renovate/minorpatch-updates branch September 27, 2024 10:00
Copy link

This PR has been released as part of rollup@4.22.5. You can test it via npm install rollup.

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