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

Merged
merged 2 commits into from Jul 23, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 21, 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/view devDependencies minor ^6.14.0 -> ^6.15.3 age adoption passing confidence
@mermaid-js/mermaid-cli devDependencies patch ^10.2.2 -> ^10.2.4 age adoption passing confidence
@rollup/plugin-commonjs (source) devDependencies patch ^25.0.2 -> ^25.0.3 age adoption passing confidence
@typescript-eslint/eslint-plugin devDependencies minor ^6.0.0 -> ^6.1.0 age adoption passing confidence
@typescript-eslint/parser devDependencies minor ^6.0.0 -> ^6.1.0 age adoption passing confidence
acorn devDependencies patch ^8.9.0 -> ^8.10.0 age adoption passing confidence
core-js devDependencies patch ^3.31.0 -> ^3.31.1 age adoption passing confidence
inquirer (source) devDependencies patch ^9.2.7 -> ^9.2.8 age adoption passing confidence
pretty-bytes devDependencies patch ^6.1.0 -> ^6.1.1 age adoption passing confidence
rollup (source) devDependencies patch ^3.26.0 -> ^3.26.3 age adoption passing confidence
semver overrides patch ^7.5.3 -> ^7.5.4 age adoption passing confidence
semver devDependencies patch ^7.5.3 -> ^7.5.4 age adoption passing confidence
terser (source) devDependencies minor ^5.18.2 -> ^5.19.1 5.19.2 age adoption passing confidence
vite (source) devDependencies patch ^4.4.2 -> ^4.4.5 4.4.6 age adoption passing confidence

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


Release Notes

codemirror/view (@​codemirror/view)

v6.15.3

Compare Source

Bug fixes

Fix another crash regression for compositions before line breaks.

v6.15.2

Compare Source

Bug fixes

Fix the check that made sure compositions are dropped when the selection is moved.

v6.15.1

Compare Source

Bug fixes

Fix a regression that could cause the composition content to be drawn incorrectly.

v6.15.0

Compare Source

Bug fixes

Fix dragging a selection from inside the current selection on macOS.

Fix an issue that could cause the scroll position to jump wildly

Don't try to scroll fixed-positioned elements into view by scrolling their parent elements.

Fix a bug that caused the cursor to be hidden when showing a placeholder that consisted of the empty string.

Resolve some issues where composition could incorrectly affect nearby replaced content.

New features

Key bindings can now set a stopPropagation field to cause the view to stop the key event propagation when it considers the event handled.

mermaid-js/mermaid-cli (@​mermaid-js/mermaid-cli)

v10.2.4

Compare Source

Changes

🐛 Bug Fixes

📦 Dependency updates

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

v25.0.3

Compare Source

2023-07-15

Bugfixes
  • fix: preserve this reference in the child class #​1537
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.1.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-dangle] fixed crash from undefined predicate.ignore (#​7223) (d368164)
  • eslint-plugin: [no-floating-promises] false negative calling .then with second argument undefined (#​6881) (606a52c), closes #​6850
  • eslint-plugin: [no-floating-promises] finally should be transparent to unhandled promises (#​7092) (2a4421c)
  • eslint-plugin: [no-unnecessary-type-constraint] correctly fix in cts/mts files (#​6795) (1404796)
  • eslint-plugin: [no-unused-vars] check if any variable definition is exported (#​6873) (587ac30), closes #​6188
  • eslint-plugin: fix schemas across several rules and add schema tests (#​6947) (dd31bed)
  • eslint-plugin: include the rules types in the package (#​7215) (a3da11d)
Features
  • typescript-estree: add EXPERIMENTAL_useProjectService option to use TypeScript project service (#​6754) (6d3d162)

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

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

v6.1.0

Compare Source

Features
  • typescript-estree: add EXPERIMENTAL_useProjectService option to use TypeScript project service (#​6754) (6d3d162)

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

SBoudrias/Inquirer.js (inquirer)

v9.2.8

Compare Source

sindresorhus/pretty-bytes (pretty-bytes)

v6.1.1

Compare Source

rollup/rollup (rollup)

v3.26.3

Compare Source

2023-07-17

Bug Fixes
  • Do not pass external modules to manualChunks to avoid breaking existing configs (#​5068)
Pull Requests
npm/node-semver (semver)

v7.5.4

Compare Source

Bug Fixes
terser/terser (terser)

v5.19.1

Compare Source

  • Better avoid outputting </script> and HTML comments.
  • Fix unused variables in class static blocks not being dropped correctly.
  • Fix sourcemap names of methods that are async or static

v5.19.0

Compare Source

  • Allow /*@&#8203;__MANGLE_PROP__*/ annotation in object.property, in addition to property declarations.
vitejs/vite (vite)

v4.4.5

Compare Source

v4.4.4

Compare Source

v4.4.3

Compare Source


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 Jul 21, 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 Jul 23, 2023 7:52pm

@codecov
Copy link

codecov bot commented Jul 21, 2023

Codecov Report

Merging #5070 (6cf33d6) into master (766da86) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #5070   +/-   ##
=======================================
  Coverage   98.97%   98.97%           
=======================================
  Files         226      226           
  Lines        8357     8357           
  Branches     2293     2293           
=======================================
  Hits         8271     8271           
  Misses         31       31           
  Partials       55       55           

@renovate
Copy link
Contributor Author

renovate bot commented Jul 23, 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.

@github-actions
Copy link

github-actions bot commented Jul 23, 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-92p4b7zwo-rollup-js.vercel.app/repl/?pr=5070

@lukastaegert lukastaegert added this pull request to the merge queue Jul 23, 2023
Merged via the queue into master with commit dc89523 Jul 23, 2023
12 checks passed
@lukastaegert lukastaegert deleted the renovate/minorpatch-updates branch July 23, 2023 20:06
@rollup-bot
Copy link
Collaborator

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