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

Merged
merged 2 commits into from May 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 20, 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/lang-javascript devDependencies patch ^6.1.7 -> ^6.1.8 age adoption passing confidence
@codemirror/view devDependencies patch ^6.11.0 -> ^6.11.3 6.12.0 age adoption passing confidence
@rollup/plugin-terser (source) devDependencies patch ^0.4.1 -> ^0.4.3 age adoption passing confidence
@rollup/plugin-typescript (source) devDependencies patch ^11.1.0 -> ^11.1.1 age adoption passing confidence
@types/node (source) devDependencies patch ~14.18.43 -> ~14.18.47 age adoption passing confidence
@typescript-eslint/eslint-plugin devDependencies patch ^5.59.2 -> ^5.59.6 age adoption passing confidence
@typescript-eslint/parser devDependencies patch ^5.59.2 -> ^5.59.6 age adoption passing confidence
acorn-import-assertions devDependencies minor ^1.8.0 -> ^1.9.0 age adoption passing confidence
core-js devDependencies patch ^3.30.1 -> ^3.30.2 age adoption passing confidence
eslint (source) devDependencies patch ^8.39.0 -> ^8.40.0 8.41.0 age adoption passing confidence
eslint-plugin-vue (source) devDependencies minor ^9.11.0 -> ^9.13.0 age adoption passing confidence
inquirer (source) devDependencies patch ^9.2.0 -> ^9.2.3 9.2.5 (+1) age adoption passing confidence
pinia devDependencies minor ^2.0.35 -> ^2.1.1 2.1.3 (+1) age adoption passing confidence
rollup (source) devDependencies minor ^3.21.3 -> ^3.22.0 age adoption passing confidence
semver devDependencies patch ^7.5.0 -> ^7.5.1 age adoption passing confidence
signal-exit devDependencies patch ^4.0.1 -> ^4.0.2 age adoption passing confidence
terser (source) devDependencies patch ^5.17.1 -> ^5.17.4 age adoption passing confidence
vue (source) devDependencies minor ^3.2.47 -> ^3.3.2 3.3.4 (+1) age adoption passing confidence

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


Release Notes

codemirror/lang-javascript

v6.1.8

Compare Source

Bug fixes

Stop completing keywords after . tokens.

codemirror/view

v6.11.3

Compare Source

Bug fixes

Make sure pointer selection respects EditorView.atomicRanges.

Preserve DOM widgets when their decoration type changes but they otherwise stay in the same place.

Fix a bug in drawSelection that could lead to invisible or incorrect selections for a blank line below a block widget.

v6.11.2

Compare Source

Bug fixes

Fix a bug where the crosshairCursor extension could, when non-native key events were fired, trigger disruptive and needless view updates.

Fix an Android issue where backspacing at the front of a line with widget decorations could replace those decorations with their text content.

Respect scroll margins when scrolling the target of drag-selection into view.

Validate selection offsets reported by the browser, to work around Safari giving us invalid values in some cases.

v6.11.1

Compare Source

Bug fixes

Don't preserve the DOM around a composition that spans multiple lines.

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

v0.4.3

Compare Source

2023-05-17

Bugfixes

v0.4.2

Compare Source

2023-05-16

Bugfixes
  • fix: don't assume code is running in worker created by the worker pool #​1483
rollup/plugins (@​rollup/plugin-typescript)

v11.1.1

Compare Source

2023-05-12

Bugfixes
  • fix: Allow for using compilerOptions.moduleResolution #​1453
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.59.6

Compare Source

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

v5.59.5

Compare Source

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

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

v5.59.6

Compare Source

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

v5.59.5

Compare Source

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

xtuc/acorn-import-assertions

v1.9.0

Compare Source

zloirock/core-js

v3.30.2

Compare Source

  • Added a fix for a NodeJS 20.0.0 bug with cloning File via structuredClone
  • Added protection from Terser unsafe String optimization, #​1242
  • Added a workaround for getting proper global object in Figma plugins, #​1231
  • Compat data improvements:
vuejs/eslint-plugin-vue

v9.13.0

Compare Source

Support for Vue 3.3 "Rurouni Kenshin" 🎉
see https://blog.vuejs.org/posts/vue-3-3

✨ Enhancements

New Rules
Other Changes

⚙️ Updates

Full Changelog: vuejs/eslint-plugin-vue@v9.12.0...v9.13.0

v9.12.0

Compare Source

✨ Enhancements

⚙️ Updates

  • #​2145 Added meta object to the processor.
  • #​2149 Added meta object to the plugin.

Full Changelog: vuejs/eslint-plugin-vue@v9.11.1...v9.12.0

v9.11.1

Compare Source

🐛 Bug Fixes

  • #​2147 Fixed rules incompatible with ESLint v8.40.

Full Changelog: vuejs/eslint-plugin-vue@v9.11.0...v9.11.1

SBoudrias/Inquirer.js

v9.2.3

Compare Source

v9.2.2

Compare Source

vuejs/pinia

v2.1.1

Compare Source

Please refer to CHANGELOG.md for details.

v2.1.0

Compare Source

Please refer to CHANGELOG.md for details.

v2.0.36

Compare Source

Please refer to CHANGELOG.md for details.

rollup/rollup

v3.22.0

Compare Source

2023-05-17

Features
  • Prevent empty non-facade chunks by merging them into other suitable chunks (#​4989)
  • Avoid facade chunks in some situations involving reexports (#​4989)
  • Improve algorithm for best merge target when using experimentalMinChunkSize to take tree-shaking into account (#​4989)
Bug Fixes
  • Take side effects of external dependencies into account when merging chunks for experimentalMinChunkSize (#​4989)
Pull Requests

v3.21.8

Compare Source

2023-05-16

Bug Fixes
  • Allow a namespace to properly contain itself as a named export (#​4991)
Pull Requests

v3.21.7

Compare Source

2023-05-13

Bug Fixes
  • Show correct error on uncaught exceptions in watch mode (#​4987)
Pull Requests

v3.21.6

Compare Source

2023-05-09

Bug Fixes
  • Ensure Rollup CLI prints everything to stdout before exiting (#​4980)
Pull Requests
npm/node-semver

v7.5.1

Compare Source

Bug Fixes
tapjs/signal-exit

v4.0.2

Compare Source

terser/terser

v5.17.4

Compare Source

  • Fix crash when trying to negate a class (!class{})
  • Avoid outputting comments between yield/await and its argument
  • Fix detection of left-hand-side of assignment, to avoid optimizing it like any other expression in some edge cases

v5.17.3

Compare Source

  • Fix issue with trimming a static class property's contents accessing the class as this.

v5.17.2

Compare Source

  • Be less conservative when detecting use-before-definition of var in hoisted functions.
  • Support unusual (but perfectly valid) initializers of for-in and for-of loops.
  • Fix issue where hoisted function would be dropped if it was after a continue statement
vuejs/core

v3.3.2

Compare Source

Bug Fixes
  • compiler-core: treat floating point numbers as constants (8dc8cf8), closes #​8295
  • compiler-dom: do not throw in production on side effect tags (c454b9d), closes #​8287 #​8292
  • compiler-sfc: fix regression on props destructure when transform is not enabled (f25bd37), closes #​8289
  • compiler-sfc: handle prop keys that need escaping (#​7803) (690ef29), closes #​8291
  • compiler-sfc: properly parse d.ts files when resolving types (aa1e77d), closes #​8285
  • compiler-sfc: raise specific warning for failed extends and allow ignoring extends (8235072), closes #​8286

v3.3.1

Compare Source

Bug Fixes
  • suspense: handle nested sync suspense for hydration (a3f5485)

v3.3.0

Compare Source

  • For a detailed walkthrough of the new features in 3.3, please read the release blog post.

  • Features and deprecations listed here are aggregated from the beta and alpha releases. For full chronological history, bug fixes, and other minor features, please consult the individual logs of the 3.3 beta and alpha releases.

Features

Deprecations

  • deprecation: deprecate @​vnode hooks in favor of vue: prefix (5f0394a)
  • deprecation: deprecate v-is directive (bbd8301)
  • deprecation: unwrap injected refs in Options API by default, deprecate app.config.unwrapInjectedRefs (526fa3b)

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 May 20, 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 May 20, 2023 8:07pm

@github-actions
Copy link

github-actions bot commented May 20, 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-bfmoo4qsn-rollup-js.vercel.app/repl/?pr=5003

@codecov
Copy link

codecov bot commented May 20, 2023

Codecov Report

Merging #5003 (470c5a9) into master (11f6082) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #5003   +/-   ##
=======================================
  Coverage   98.96%   98.96%           
=======================================
  Files         222      222           
  Lines        8155     8155           
  Branches     2241     2241           
=======================================
  Hits         8071     8071           
  Misses         30       30           
  Partials       54       54           

@lukastaegert lukastaegert added this pull request to the merge queue May 20, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch May 20, 2023
@renovate
Copy link
Contributor Author

renovate bot commented May 20, 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 May 20, 2023
Merged via the queue into master with commit a9a8359 May 20, 2023
12 checks passed
@lukastaegert lukastaegert deleted the renovate/minorpatch-updates branch May 20, 2023 20:23
@rollup-bot
Copy link
Collaborator

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