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

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 15, 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 patch ^6.17.1 -> ^6.18.1 6.19.0 age adoption passing confidence
@types/node (source) devDependencies patch ~14.18.58 -> ~14.18.59 age adoption passing confidence
@typescript-eslint/eslint-plugin devDependencies minor ^6.6.0 -> ^6.7.0 age adoption passing confidence
@typescript-eslint/parser devDependencies minor ^6.6.0 -> ^6.7.0 age adoption passing confidence
core-js devDependencies patch ^3.32.1 -> ^3.32.2 age adoption passing confidence
eslint (source) devDependencies minor ^8.48.0 -> ^8.49.0 age adoption passing confidence
inquirer (source) devDependencies patch ^9.2.10 -> ^9.2.11 age adoption passing confidence
is-reference devDependencies patch ^3.0.1 -> ^3.0.2 age adoption passing confidence
rollup (source) devDependencies patch ^3.28.1 -> ^3.29.1 age adoption passing confidence
vitepress (source) devDependencies patch ^1.0.0-rc.10 -> ^1.0.0-rc.12 1.0.0-rc.13 age adoption passing confidence

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


Release Notes

codemirror/view (@​codemirror/view)

v6.18.1

Compare Source

Bug fixes

Fix an issue where the editor duplicated text when the browser moved content into the focused text node on composition.

Make sure widgetMarker is called for gutters on lines covered by a block replace decoration.

Fix an issue where the cursor could be shown in a position that doesn't allow a cursor when the selection is in a block widget.

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

v6.7.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#​7560) (4908905)
Features
  • eslint-plugin: [await-thenable] added suggestion fixer (#​7437) (b284370)

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

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

v6.7.0

Compare Source

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

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

eslint/eslint (eslint)

v8.49.0

Compare Source

Features

  • da09f4e feat: Implement onUnreachableCodePathStart/End (#​17511) (Nicholas C. Zakas)
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#​17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#​17462) (Nitin Kumar)

Documentation

  • ecfb54f docs: Update README (GitHub Actions Bot)
  • de86b3b docs: update no-promise-executor-return examples (#​17529) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#​17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)

Chores

SBoudrias/Inquirer.js (inquirer)

v9.2.11

Compare Source

Rich-Harris/is-reference (is-reference)

v3.0.2

Compare Source

  • Generate types with dts-buddy
rollup/rollup (rollup)

v3.29.1

Compare Source

2023-09-10

Bug Fixes
  • Fix time measurement of plugin hooks in watch mode (#​5114)
  • Ensure accessing document.currentScript in import.meta.url returns correct results (#​5118)
Pull Requests
vuejs/vitepress (vitepress)

v1.0.0-rc.12

Compare Source

Bug Fixes
Features
  • highlight nav by default when one of the items is matched (#​2893) (b1fbece)
  • process md includes before building local search index (#​2906) (c6ff5c7)
  • support for customizing the starting line number in a code block (#​2917) (c0ce7f7)
  • theme: allow setting target in home features (#​2897) (cb49673)
  • theme: use inert to avoid traverse menus and content with keyboard (#​2932) (070fc0a)

v1.0.0-rc.11

Compare Source

Bug Fixes
  • init: missing mts extension on windows (195ebe9), closes #​2886
  • respect attrs on custom containers (8b76167)
  • temp workaround for broken navigation from 404 to home (a18d544), closes #​2891
  • theme: dropdown menu partially hidden by the homepage footer when it is too long (#​2904) (a60f079)
  • theme: improve contrast of search highlight text (#​2887) (20f9770)
  • theme: link hover color inside a custom block (#​2876) (39784ca)
  • theme: prevent layout shift in search button key (#​2889) (0088434)
  • theme: search button key misplaced on safari (18adc07)
  • types: NavItem can only have either link or items (#​2880) (12ef12d)
Features

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 Sep 15, 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 Sep 15, 2023 0:24am

@github-actions
Copy link

github-actions bot commented Sep 15, 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-evcq7cncv-rollup-js.vercel.app/repl/?pr=5137

@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Merging #5137 (88ee441) into master (846e1bd) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #5137   +/-   ##
=======================================
  Coverage   98.93%   98.93%           
=======================================
  Files         226      226           
  Lines        8444     8444           
  Branches     2319     2319           
=======================================
  Hits         8354     8354           
  Misses         32       32           
  Partials       58       58           

@lukastaegert lukastaegert added this pull request to the merge queue Sep 15, 2023
Merged via the queue into master with commit be3b25c Sep 15, 2023
13 checks passed
@lukastaegert lukastaegert deleted the renovate/minorpatch-updates branch September 15, 2023 04:48
@github-actions
Copy link

This PR has been released as part of rollup@4.0.0-19. Note that this is a pre-release, so to test it, you need to install Rollup via npm install rollup@4.0.0-19 or npm install rollup@beta. It will likely become part of a regular release later.

@rollup-bot
Copy link
Collaborator

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