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

Merged
merged 3 commits into from Aug 22, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 18, 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.8.0 -> ^6.9.0 age adoption passing confidence
@mermaid-js/mermaid-cli devDependencies patch ^10.3.0 -> ^10.3.1 age adoption passing confidence
@rollup/plugin-commonjs (source) devDependencies patch ^25.0.3 -> ^25.0.4 age adoption passing confidence
@rollup/plugin-node-resolve (source) devDependencies minor ^15.1.0 -> ^15.2.0 age adoption passing confidence
@rollup/pluginutils (source) devDependencies patch ^5.0.2 -> ^5.0.3 age adoption passing confidence
@typescript-eslint/eslint-plugin devDependencies minor ^6.3.0 -> ^6.4.0 6.4.1 age adoption passing confidence
@typescript-eslint/parser devDependencies minor ^6.3.0 -> ^6.4.0 6.4.1 age adoption passing confidence
core-js devDependencies patch ^3.32.0 -> ^3.32.1 age adoption passing confidence
eslint (source) devDependencies patch ^8.46.0 -> ^8.47.0 age adoption passing confidence
eslint-plugin-import devDependencies patch ^2.28.0 -> ^2.28.1 age adoption passing confidence
prettier (source) devDependencies patch ^3.0.1 -> ^3.0.2 age adoption passing confidence
systemjs devDependencies patch ^6.14.1 -> ^6.14.2 age adoption passing confidence
tslib (source) devDependencies patch ^2.6.1 -> ^2.6.2 age adoption passing confidence
vitepress (source) devDependencies patch ^1.0.0-beta.7 -> ^1.0.0-rc.4 age adoption passing confidence

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


Release Notes

codemirror/language (@​codemirror/language)

v6.9.0

Compare Source

Bug fixes

Make getIndentation return null, rather than 0, when there is no syntax tree available.

New features

The new preparePlaceholder option to codeFolding makes it possible to display contextual information in a folded range placeholder widget.

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

v10.3.1

Compare Source

Changes

🚀 Features

🧰 Maintenance

📦 Dependency updates

rollup/plugins (@​rollup/plugin-node-resolve)

v15.2.0

Compare Source

2023-08-17

Features
  • feat: pass original importee to secondary resolve #​1557
rollup/plugins (@​rollup/pluginutils)

v5.0.3

Compare Source

2023-08-13

Bugfixes
  • fix: add current working dirctory when pattern starts with one * #​1547
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.4.0

Compare Source

Bug Fixes
  • eslint-plugin: [non-nullable-type-assertion-style] consider operator precedence when fixing (#​7289) (bad37a2)
  • eslint-plugin: [strict-boolean-expressions] replace dangerous fixer with suggestions (#​7394) (ad8401a)

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

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

v6.4.0

Compare Source

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

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

zloirock/core-js (core-js)

v3.32.1

Compare Source

  • Fixed some cases of IEEE754 rounding, #​1279, thanks @​petamoriken
  • Prevented injection process polyfill to core-js via some bundlers or esm.sh, #​1277
  • Some minor fixes and stylistic changes
  • Compat data improvements:
import-js/eslint-plugin-import (eslint-plugin-import)

v2.28.1

Compare Source

Fixed
Changed
prettier/prettier (prettier)

v3.0.2

Compare Source

diff

Break after = of assignment if RHS is poorly breakable AwaitExpression or YieldExpression (#​15204 by @​seiyab)
// Input
const { section, rubric, authors, tags } = await utils.upsertCommonData(mainData);

// Prettier 3.0.1
const { section, rubric, authors, tags } = await utils.upsertCommonData(
  mainData,
);

// Prettier 3.0.2
const { section, rubric, authors, tags } =
  await utils.upsertCommonData(mainData);
Do not add trailing comma for grouped scss comments (#​15217 by @​auvred)
/* Input */
$foo: (
	'property': (),
	// comment 1
	// comment 2
)

/* Prettier 3.0.1 */
$foo: (
  "property": (),
  // comment 1
  // comment 2,
);

/* Prettier 3.0.2 */
$foo: (
  "property": (),
  // comment 1
  // comment 2
);
Print declare and export keywords for nested namespace (#​15249 by @​sosukesuzuki)
// Input
declare namespace abc1.def {}
export namespace abc2.def {}

// Prettier 3.0.1
namespace abc1.def {}
namespace abc2.def {}

// Prettier 3.0.2
declare namespace abc1.def {}
export namespace abc2.def {}
systemjs/systemjs (systemjs)

v6.14.2

Compare Source

What's Changed

New Contributors

Full Changelog: systemjs/systemjs@6.14.1...6.14.2

Microsoft/tslib (tslib)

v2.6.2: tslib 2.6.2

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.6.1...v2.6.2

vuejs/vitepress (vitepress)

v1.0.0-rc.4

Compare Source

Bug Fixes
  • cli: generate mjs file on init if "type": "module" is not present (23d7511)
  • theme: language menu undefined text (#​2755) (c9d4655)

v1.0.0-rc.3

Compare Source

Bug Fixes

v1.0.0-rc.2

Compare Source

v1.0.0-rc.1

Bug Fixes
Features
Reverts
BREAKING CHANGES
  • Node v18+ is now required to run VitePress.
  • VitePress now only provides ESM API. Refer #​2703 for details.

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 Aug 18, 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 Aug 22, 2023 4:46am

@github-actions
Copy link

github-actions bot commented Aug 18, 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-g2nfiq4cw-rollup-js.vercel.app/repl/?pr=5102

@renovate
Copy link
Contributor Author

renovate bot commented Aug 22, 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 merged commit 5cf1f9f into master Aug 22, 2023
10 checks passed
@lukastaegert lukastaegert deleted the renovate/minorpatch-updates branch August 22, 2023 04:55
@rollup-bot
Copy link
Collaborator

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