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

Merged
merged 3 commits into from Jun 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 16, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed age adoption passing confidence
@codemirror/language devDependencies minor ^6.7.0 -> ^6.8.0 age adoption passing confidence
@codemirror/view devDependencies patch ^6.13.0 -> ^6.13.2 6.14.0 age adoption passing confidence
@mermaid-js/mermaid-cli devDependencies patch ^10.1.0 -> ^10.2.2 age adoption passing confidence
@rollup/plugin-commonjs (source) devDependencies patch ^25.0.0 -> ^25.0.2 age adoption passing confidence
@types/node (source) devDependencies patch ~14.18.48 -> ~14.18.51 age adoption passing confidence
@typescript-eslint/eslint-plugin devDependencies minor ^5.59.9 -> ^5.60.0 age adoption passing confidence
@typescript-eslint/parser devDependencies minor ^5.59.9 -> ^5.60.0 age adoption passing confidence
acorn devDependencies minor ^8.8.2 -> ^8.9.0 age adoption passing confidence
concurrently devDependencies minor ^8.1.0 -> ^8.2.0 age adoption passing confidence
core-js devDependencies minor ^3.30.2 -> ^3.31.0 age adoption passing confidence
eslint (source) devDependencies minor ^8.42.0 -> ^8.43.0 age adoption passing confidence
eslint-plugin-vue (source) devDependencies minor ^9.14.1 -> ^9.15.0 age adoption passing confidence
pinia devDependencies patch ^2.1.3 -> ^2.1.4 age adoption passing confidence
rollup (source) devDependencies minor ^3.23.1 -> ^3.25.1 age adoption passing confidence
semver devDependencies patch ^7.5.1 -> ^7.5.2 7.5.3 age adoption passing confidence
terser (source) devDependencies minor ^5.17.7 -> ^5.18.1 age adoption passing confidence
vitepress (source) devDependencies patch ^1.0.0-beta.1 -> ^1.0.0-beta.3 age adoption passing confidence

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


Release Notes

codemirror/language

v6.8.0

Compare Source

New features

The new baseIndentFor method in TreeIndentContext can be used to find the base indentation for an arbitrary node.

codemirror/view

v6.13.2

Compare Source

Bug fixes

Fix an issue in scroll position stabilization for changes above the visible, where Chrome already does this natively and we ended up compensating twice.

v6.13.1

Compare Source

Bug fixes

Fix a bug where the cursor would in some circumstances be drawn on the wrong side of an inline widget.

Fix an issue where scrollPastEnd could cause the scroll position of editors that weren't in view to be changed unnecessarily.

rollup/plugins

v25.0.2

Compare Source

2023-06-19

Bugfixes

v25.0.1

Compare Source

2023-06-10

Bugfixes
  • fix: change dynamicRequireRoot to normalizedDynamicRequireRoot && tweak related tests #​1508
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.60.0

Compare Source

Features
  • eslint-plugin: [restrict-plus-operands] add allow* options (#​6161) (def09f8)

5.59.11 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.10 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.9 (2023-06-05)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.8 (2023-05-29)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.7 (2023-05-22)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.6 (2023-05-15)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.5 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.4 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.3 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.2 (2023-05-01)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.1 (2023-04-24)

Bug Fixes
  • eslint-plugin: [prefer-regexp-exec] skip malformed regexes (#​6935) (05ed60e)
  • eslint-plugin: [unified-signatures] no parameters function (#​6940) (2970861)

v5.59.11

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.10

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.60.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.59.11 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/parser

5.59.10 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/parser

5.59.9 (2023-06-05)

Note: Version bump only for package @​typescript-eslint/parser

5.59.8 (2023-05-29)

Note: Version bump only for package @​typescript-eslint/parser

5.59.7 (2023-05-22)

Note: Version bump only for package @​typescript-eslint/parser

5.59.6 (2023-05-15)

Note: Version bump only for package @​typescript-eslint/parser

5.59.5 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/parser

5.59.4 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/parser

5.59.3 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/parser

5.59.2 (2023-05-01)

Note: Version bump only for package @​typescript-eslint/parser

5.59.1 (2023-04-24)

Note: Version bump only for package @​typescript-eslint/parser

v5.59.11

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.10

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

acornjs/acorn

v8.9.0

Compare Source

open-cli-tools/concurrently

v8.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.1.0...v8.2.0

zloirock/core-js

v3.31.0

Compare Source

eslint/eslint

v8.43.0

Compare Source

Features

  • 14581ff feat: directive prologue detection and autofix condition in quotes (#​17284) (Francesco Trotta)
  • e50fac3 feat: add declaration loc to message in block-scoped-var (#​17252) (Milos Djermanovic)
  • 1b7faf0 feat: add skipJSXText option to no-irregular-whitespace rule (#​17182) (Azat S)

Bug Fixes

  • 5338b56 fix: normalize cwd passed to ESLint/FlatESLint constructor (#​17277) (Milos Djermanovic)
  • 54383e6 fix: Remove no-extra-parens autofix for potential directives (#​17022) (Francesco Trotta)

Documentation

Chores

vuejs/eslint-plugin-vue

v9.15.0

Compare Source

✨ Enhancements

Full Changelog: vuejs/eslint-plugin-vue@v9.14.1...v9.15.0

vuejs/pinia

v2.1.4

Compare Source

Please refer to CHANGELOG.md for details.

rollup/rollup

v3.25.1

Compare Source

2023-06-12

Bug Fixes
  • Respect __NO_SIDE_EFFECTS__ for async functions (#​5031)
Pull Requests

v3.25.0

Compare Source

2023-06-11

Features
  • Add this.info and this.debug plugin context logging functions (#​5026)
  • Add onLog option to read, map and filter logs (#​5026)
  • Add logLevel option to fully suppress logs by level (#​5026)
  • Support function logs in this.warn, this.info and this.debug to avoid heavy computations based on log level (#​5026)
  • Add onLog plugin hook to read, filter and map logs from plugins (#​5026)
Pull Requests

v3.24.1

Compare Source

2023-06-10

Bug Fixes
  • Fix an issue where bundles with @rollup/plugin-commonjs were missing internal dependencies when code-splitting (#​5029)
  • Do not use process.exit(0) in watch mode to avoid issues in embedded scenarios (#​5027)
Pull Requests
npm/node-semver

v7.5.2

Compare Source

Bug Fixes
terser/terser

v5.18.1

Compare Source

  • Fix major performance issue caused by hoisted defuns' scopes bugfix.

v5.18.0

Compare Source

  • Add new /*@​__MANGLE_PROP__*/ annotation, to mark properties that should be mangled.
vuejs/vitepress

v1.0.0-beta.3

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • reverts the breaking changes in beta-2. defineConfig and defineConfigWithTheme no longer accept functions as argument.

v1.0.0-beta.2

Compare Source

Bug Fixes
  • build: create markdown env for localSearchPlugin (#​2322) (c9a98ac)
  • build: use rimraf to handle temp folder deletion in windows (#​2483) (2f75769)
  • search: detailed view not working when page contains script setup (80e734d), closes #​2485
  • theme: adjust z-index for active code group marker (#​2413) (06c0fc5)
  • theme: properly show divider between navs (#​2481) (2bd55ec)
  • theme: use brand color in skip link in dark theme (#​2431) (62d1110)
  • theme: use document !== undefined check for browser (#​2417) (c869ea6)
  • types: sync defineConfig types with vite (b3ded34)
  • types: theme-without-fonts types for node (#​2416) (8e87c14)
Features
Performance Improvements
BREAKING CHANGES
  • types: defineConfig and defineConfigWithTheme can now accept functions that return the config object. This might break typings in some third-party plugins that rely on the type of these functions.

Configuration

📅 Schedule: Branch creation - "before 4am on Friday" (UTC), Automerge - "after 10am on Friday" (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.

@vercel
Copy link

vercel bot commented Jun 16, 2023

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 Jun 24, 2023 4:28pm

@github-actions
Copy link

github-actions bot commented Jun 16, 2023

Thank you for your contribution! ❤️

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

npm install rollup/rollup#renovate/minorpatch-updates

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

@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from 950ac26 to 4dd1ba1 Compare June 16, 2023 13:49
@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from 4dd1ba1 to 2488ec9 Compare June 17, 2023 15:12
@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from 2488ec9 to 4919878 Compare June 18, 2023 05:51
@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from 4919878 to 4b72fec Compare June 18, 2023 22:12
@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from 4b72fec to 633452c Compare June 19, 2023 10:13
@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from 633452c to 0ac94b0 Compare June 19, 2023 23:43
@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from 0ac94b0 to f2c3337 Compare June 21, 2023 14:59
@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from f2c3337 to 3767a63 Compare June 22, 2023 13:26
@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from 3767a63 to 464424e Compare June 22, 2023 15:03
@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from 464424e to 347eaf3 Compare June 22, 2023 19:42
@codecov
Copy link

codecov bot commented Jun 24, 2023

Codecov Report

Merging #5038 (b5f582c) into master (833314c) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #5038      +/-   ##
==========================================
- Coverage   98.97%   98.96%   -0.02%     
==========================================
  Files         225      225              
  Lines        8298     8298              
  Branches     2278     2278              
==========================================
- Hits         8213     8212       -1     
- Misses         30       31       +1     
  Partials       55       55              

see 1 file with indirect coverage changes

@renovate
Copy link
Contributor Author

renovate bot commented Jun 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@lukastaegert lukastaegert added this pull request to the merge queue Jun 24, 2023
Merged via the queue into master with commit a30161f Jun 24, 2023
11 of 12 checks passed
@lukastaegert lukastaegert deleted the renovate/minorpatch-updates branch June 24, 2023 16:42
@rollup-bot
Copy link
Collaborator

This PR has been released as part of rollup@3.25.2. 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.

None yet

2 participants