fix(deps): lock file maintenance minor/patch updates - #5767
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for your contribution! ❤️You can try out this pull request locally by installing Rollup via npm install rollup/rollup#renovate/minorpatch-updatesNotice: Ensure you have installed the latest stable Rust toolchain. If you haven't installed it yet, please see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust. or load it into the REPL: |
Performance report
|
98c3fc3 to
559330a
Compare
559330a to
fd160b5
Compare
fd160b5 to
f225626
Compare
f225626 to
d92b0a5
Compare
d92b0a5 to
3746821
Compare
|
This PR has been released as part of rollup@4.29.0. You can test it via |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5767 +/- ##
=======================================
Coverage 99.01% 99.01%
=======================================
Files 259 259
Lines 8085 8085
Branches 1362 1362
=======================================
Hits 8005 8005
Misses 53 53
Partials 27 27 ☔ View full report in Codecov by Sentry. |
This PR contains the following updates:
^6.10.6->^6.10.7^6.35.3->^6.36.06.36.1^9.16.0->^9.17.0^28.0.1->^28.0.2^6.0.1->^6.0.2^12.1.1->^12.1.2^5.1.3->^5.1.4^1.24.1->^1.24.21.24.3^18.19.67->^18.19.68^9.16.0->^9.17.0^15.2.10->^15.2.11^0.30.14->^0.30.17^3.1.7->^3.1.9^8.18.0->^8.18.16.0.0->6.0.1🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
codemirror/language (@codemirror/language)
v6.10.7Compare Source
Bug fixes
Fix an issue where indentation for a stream language would fail to work when the parse covered only part of the document, far from the start.
Make sure the inner mode gets a chance to indent when indenting right at the end of a nested language section.
codemirror/view (@codemirror/view)
v6.36.0Compare Source
Bug fixes
Make selection rectangles verticaly align precisely, rather than introducing a slight overlap.
Fix an issue in
MatchDecoratorthat caused it to fully rebuild its decorations on normal edits.New features
View updates now have a
viewportMovedflag that is only true when a viewport change originated from something other than mapping the viewport over a document change.eslint/eslint (@eslint/js)
v9.17.0Compare Source
Features
eed91d1feat: add suggestions tono-unused-vars(#18352) (Tanuj Kanti)Bug Fixes
67d683dfix: fix crash whenmessage.fixis nullish (#19168) (ntnyq)c618707fix: ignore vars with non-identifier references in no-useless-assignment (#19200) (YeonJuan)Documentation
3c22d2adocs: updateyodatoYodainyoda.mdfor consistency (#19230) (루밀LuMir)e0a2203docs: add missing backticks tono-sequences(#19233) (루밀LuMir)4cc4881docs: Update README (GitHub Actions Bot)3db6fdfdocs: [no-await-in-loop] expand on benefits and inapplicability (#19211) (Kirk Waiblinger)bf2a4f6docs: add missing backticks tofunc-style(#19227) (루밀LuMir)ba098bddocs: add missing header toprefer-spread(#19224) (루밀LuMir)b607ae6docs: update description ofno-param-reassign(#19220) (루밀LuMir)1eb424ddocs: add missing backticks toprefer-destructuring(#19223) (루밀LuMir)85998d1docs: add missing backticks tono-unneeded-ternary(#19222) (루밀LuMir)b75b32cdocs: add missing backticks tono-new-func(#19219) (루밀LuMir)a7700bcdocs: add missing backticks toid-length(#19217) (루밀LuMir)e2bb429docs: add missing backticks tocomplexity.md(#19214) (루밀LuMir)045d716docs: add missing)toid-denylist(#19213) (루밀LuMir)7fe4114docs: Update README (GitHub Actions Bot)c743ba6docs: add CSS language tono-restricted-syntax(#19208) (Milos Djermanovic)1416d70docs: add missing backticks toeqeqeq(#19207) (루밀LuMir)b950c1bdocs: add missing backticks toprefer-object-spread(#19206) (루밀LuMir)8a941cbdocs: update docs anddescriptionofrequire-unicode-regexp(#19205) (루밀LuMir)cbab228docs: Update README (GitHub Actions Bot)f2257cedocs: update comments anddescriptionofno-script-url(#19203) (루밀LuMir)365f0f4docs: add missing backtick todefault-case-last(#19202) (루밀LuMir)e6b84f5docs: add missing punctuation in document (#19161) (루밀LuMir)c88708edocs: replace quote with backtick indescriptionoffor-direction(#19199) (루밀LuMir)a76f233docs: use higher contrast color tokens for code comments (#19187) (Josh Goldberg ✨)db19502docs: Update README (GitHub Actions Bot)Chores
cc243c9chore: upgrade to@eslint/js@9.17.0(#19242) (Francesco Trotta)84c5787chore: package.json update for @eslint/js release (Jenkins)4c4f53bchore: add missing backticks toflags.js(#19226) (루밀LuMir)4b3132cchore: update dependency eslint-plugin-expect-type to ^0.6.0 (#19221) (renovate[bot])9bf2204chore: add type definitions for theeslint-config-eslintpackage (#19050) (Arya Emami)ee8c220chore: fix incorrectnameproperty inintegration-tutorial-code(#19218) (루밀LuMir)cca801dchore: Upgrade cross-spawn to 7.0.6 (#19185) (folortin)rollup/plugins (@rollup/plugin-commonjs)
v28.0.22024-12-15
Updates
output.exportsrecommendation also applies to IIFE (#1810)rollup/plugins (@rollup/plugin-replace)
v6.0.22024-12-15
Bugfixes
objectGuardsoption (#1818)rollup/plugins (@rollup/plugin-typescript)
v12.1.22024-12-15
Bugfixes
rollup/plugins (@rollup/pluginutils)
v5.1.42024-12-15
Updates
testwithincludes(#1787)eslint/eslint (eslint)
v9.17.0Compare Source
rich-harris/magic-string (magic-string)
v0.30.17Compare Source
Bug Fixes
type: module(092697b)v0.30.16Compare Source
Bug Fixes
hires: 'boundary'(#298) (24cb8ea)Features
remy/nodemon (nodemon)
v3.1.9Compare Source
Bug Fixes
exitcrash(9c9de6e)v3.1.8Compare Source
Bug Fixes
typescript-eslint/typescript-eslint (typescript-eslint)
v8.18.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: Branch creation - "before 4am on Friday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.