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

Merged
merged 2 commits into from Sep 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 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.0 -> ^6.17.1 6.18.0 age adoption passing confidence
@mermaid-js/mermaid-cli devDependencies minor ^10.3.1 -> ^10.4.0 age adoption passing confidence
@types/node (source) devDependencies patch ~14.18.56 -> ~14.18.58 age adoption passing confidence
@typescript-eslint/eslint-plugin devDependencies minor ^6.5.0 -> ^6.6.0 age adoption passing confidence
@typescript-eslint/parser devDependencies minor ^6.5.0 -> ^6.6.0 age adoption passing confidence
prettier (source) devDependencies patch ^3.0.2 -> ^3.0.3 age adoption passing confidence
rollup-plugin-license devDependencies minor ^3.0.1 -> ^3.1.0 age adoption passing confidence
terser (source) devDependencies patch ^5.19.2 -> ^5.19.4 age adoption passing confidence

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


Release Notes

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

v10.4.0

Compare Source

Changes

📦 Dependency updates

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

v6.6.0

Compare Source

Bug Fixes
  • eslint-plugin: [key-spacing] consider properties with parens and comments (#​7525) (7012279)

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

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

v6.6.0

Compare Source

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

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

prettier/prettier (prettier)

v3.0.3

Compare Source

diff

Add preferUnplugged: true to package.json (#​15169 by @​fisker and @​so1ve)

Prettier v3 uses dynamic imports, user will need to unplug Prettier when Yarn's PnP mode is enabled, add preferUnplugged: true to package.json, so Yarn will install Prettier as unplug by default.

Support shared config that forbids require() (#​15233 by @​fisker)

If an external shared config package is used, and the package exports don't have require or default export.

In Prettier 3.0.2 Prettier fails when attempt to require() the package, and throws an error.

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in <packageName>/package.json
Allow argument of require() to break (#​15256 by @​fisker)
// Input
const plugin = require(
  global.STANDALONE
    ? path.join(__dirname, "../standalone.js")
    : path.join(__dirname, "..")
);

// Prettier 3.0.2
const plugin = require(global.STANDALONE
  ? path.join(__dirname, "../standalone.js")
  : path.join(__dirname, ".."));

// Prettier 3.0.3
const plugin = require(
  global.STANDALONE
    ? path.join(__dirname, "../standalone.js")
    : path.join(__dirname, "..")
);
Do not print trailing commas in arrow function type parameter lists in ts code blocks (#​15286 by @​sosukesuzuki)
<!-- Input -->
```ts
const foo = <T>() => {}
```

<!-- Prettier 3.0.2 -->
```ts
const foo = <T,>() => {}
```

<!-- Prettier 3.0.3 -->
```ts
const foo = <T>() => {}
```
Support TypeScript 5.2 using / await using declaration (#​15321 by @​sosukesuzuki)

Support for the upcoming Explicit Resource Management feature in ECMAScript. using / await using declaration

{
   using foo = new Foo();
   await using bar = new Bar();
}
mjeanroy/rollup-plugin-license (rollup-plugin-license)

v3.1.0

Compare Source

terser/terser (terser)

v5.19.4

Compare Source

  • Prevent creating very deeply nested ternaries from a long list of if..return
  • Prevent inlining classes into other functions, to avoid constructors being compared.

v5.19.3

Compare Source

  • Fix side effect detection of optional?.chains.
  • Add roundRect to domprops.js (#​1426)

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 8, 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 8, 2023 8:05am

@github-actions
Copy link

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

@renovate
Copy link
Contributor Author

renovate bot commented Sep 8, 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.

@codecov
Copy link

codecov bot commented Sep 8, 2023

Codecov Report

Merging #5126 (067c4d8) into master (e871ad8) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #5126   +/-   ##
=======================================
  Coverage   98.94%   98.94%           
=======================================
  Files         226      226           
  Lines        8429     8429           
  Branches     2314     2314           
=======================================
  Hits         8340     8340           
  Misses         32       32           
  Partials       57       57           

📢 Have feedback on the report? Share it here.

@lukastaegert lukastaegert added this pull request to the merge queue Sep 8, 2023
Merged via the queue into master with commit 6cb637d Sep 8, 2023
12 checks passed
@lukastaegert lukastaegert deleted the renovate/minorpatch-updates branch September 8, 2023 09:41
@rollup-bot
Copy link
Collaborator

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