chore(deps): lock file maintenance minor/patch updates#5385
chore(deps): lock file maintenance minor/patch updates#5385lukastaegert merged 2 commits intomasterfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
f8d008e to
96265a0
Compare
96265a0 to
cfb0385
Compare
Edited/Blocked NotificationRenovate 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. |
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 Rust nightly. If you haven't installed it yet, please first see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust, then see https://rust-lang.github.io/rustup/concepts/channels.html to learn how to install Rust nightly. or load it into the REPL: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5385 +/- ##
=======================================
Coverage 98.81% 98.81%
=======================================
Files 232 232
Lines 9009 9009
Branches 2351 2351
=======================================
Hits 8902 8902
Misses 46 46
Partials 61 61 ☔ View full report in Codecov by Sentry. |
|
This PR has been released as part of rollup@4.10.0. You can test it via |
This PR contains the following updates:
^6.10.0->^6.10.1^10.6.1->^10.7.010.8.0^6.20.0->^6.21.0^6.20.0->^6.21.0^9.20.1->^9.21.1^9.0.7->^9.0.10^9.2.13->^9.2.14^15.2.0->^15.2.2^0.30.5->^0.30.7^3.2.4->^3.2.5^7.5.4->^7.6.0^7.5.4->^7.6.00.3.67->0.3.682.15.0->2.15.10.33.15->0.33.170.6.6->0.7.30.111.1->0.112.20.142.1->0.143.30.2.90->0.2.91🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
codemirror/language (@codemirror/language)
v6.10.1Compare Source
Bug fixes
Fix an issue where, when a lot of code is visible in the initial editor, the bottom bit of code is shown without highlighting for one frame.
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.21.0Compare Source
🚀 Features
export plugin metadata
allow
parserOptions.project: falseeslint-plugin: add rule prefer-find
🩹 Fixes
eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression
eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values
eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions
eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option
eslint-plugin: [class-literal-property-style] allow getter when same key setter exists
eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before
askeyword❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.21.0Compare Source
🚀 Features
parserOptions.project: false❤️ Thank You
You can read about our versioning strategy and releases on our website.
SBoudrias/Inquirer.js (inquirer)
v9.2.14Compare Source
okonet/lint-staged (lint-staged)
v15.2.2Compare Source
Patch Changes
fdcdad4Thanks @iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.rich-harris/magic-string (magic-string)
v0.30.7Compare Source
Features
resetmethod (#218) (#271) (3dc21e2)prettier/prettier (prettier)
v3.2.5Compare Source
diff
Support Angular inline styles as single template literal (#15968 by @sosukesuzuki)
Angular v17 supports single string inline styles.
Unexpected embedded formatting for Angular template (#15969 by @JounQin)
Computed template should not be considered as Angular component template
Use
"json"parser fortsconfig.jsonby default (#16012 by @sosukesuzuki)In v2.3.0, we introduced
"jsonc"parser which adds trialing comma by default.When adding a new parser we also define how it will be used based on the
linguist-languagesdata.tsconfig.jsonis a special file used by TypeScript, it uses.jsonfile extension, but it actually uses the JSON with Comments syntax. However, we found that there are many third-party tools not recognize it correctly because of the confusing.jsonfile extension.We decide to treat it as a JSON file for now to avoid the extra configuration step.
To keep using the
"jsonc"parser for yourtsconfig.jsonfiles, add the following to your.pretterrcfile{ "overrides": [ { "files": ["tsconfig.json", "jsconfig.json"], "options": { "parser": "jsonc" } } ] }npm/node-semver (semver)
v7.6.0Compare Source
Features
a7ab13a#671 preserve pre-release and build parts of a version on coerce (#671) (@madtisa, madtisa, @wraithgar)Chores
816c7b2#667 postinstall for dependabot template-oss PR (@lukekarrys)0bd24d9#667 bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])e521932#652 postinstall for dependabot template-oss PR (@lukekarrys)8873991#652 chore: chore: postinstall for dependabot template-oss PR (@lukekarrys)f317dc8#652 bump @npmcli/template-oss from 4.19.0 to 4.21.0 (@dependabot[bot])7303db1#658 add clean() test for build metadata (#658) (@jethrodaniel)6240d75#656 add missing quotes in README.md (#656) (@zyxkad)14d263f#625 postinstall for dependabot template-oss PR (@lukekarrys)7c34e1a#625 bump @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot])123e0b0#622 postinstall for dependabot template-oss PR (@lukekarrys)737d5e1#622 bump @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot])cce6180#598 postinstall for dependabot template-oss PR (@lukekarrys)b914a3d#598 bump @npmcli/template-oss from 4.17.0 to 4.18.0 (@dependabot[bot])napi-rs/napi-rs (napi-derive)
v2.15.1Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.15.0...napi@2.15.1
rustwasm/wasm-bindgen (wasm-bindgen)
v0.2.91Compare Source
Released 2024-02-06
Added
Added bindings for the
RTCRtpTransceiver.setCodecPreferences()and unstable bindings for theRTCRtpEncodingParameters.scalabilityMode.#3828
Add unstable bindings for the FileSystemAccess API
#3810
Added support for running tests in shared and service workers with
wasm_bindgen_test_configure!run_in_shared_workerandrun_in_service_worker.#3804
Accept the
--skipflag withwasm-bindgen-test-runner.#3803
Introduce environment variable
WASM_BINDGEN_TEST_NO_ORIGIN_ISOLATIONto disable origin isolation forwasm-bindgen-test-runner.#3807
Add bindings for
USBDevice.forget().#3821
Changed
Stabilize
ClipboardEvent.#3791
Use immutable buffers in
SubtleCryptomethods.#3797
Deprecate
wasm_bindgen_test_configure!srun_in_workerin favor ofrun_in_dedicated_worker.#3804
Updated the WebGPU WebIDL to the current draft as of 2024-01-30. Note that this retains the previous update's workaround for
GPUPipelineError, and holds back an update to thebufferargument of theGPUQueue.{writeBuffer,writeTexture}methods.#3816
Depreate
--weak-refsandWASM_BINDGEN_WEAKREFin favor of automatic run-time detection.#3822
Fixed
Fixed UB when freeing strings received from JS if not using the default allocator.
#3808
Fixed temporary folder detection by
wasm-bindgen-test-runneron MacOS.#3817
Fixed using
#[wasm_bindgen(js_name = default)]with#[wasm_bindgen(module = ...)].#3823
Fixed nighly build of
wasm-bindgen-futures.#3827
Configuration
📅 Schedule: Branch creation - "before 4am on Friday" (UTC), Automerge - At any time (no schedule defined).
🚦 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.
This PR has been generated by Mend Renovate. View repository job log here.