chore(deps): update all dependencies#167
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
30a865f to
badc3b9
Compare
a322ad8 to
be90cfe
Compare
b983a76 to
7a5c87e
Compare
cb740a9 to
056b313
Compare
b847278 to
b7eb6f8
Compare
cdffa1f to
fd0273a
Compare
5564d7d to
0d8e4ac
Compare
a02ce77 to
ff4d742
Compare
b956d93 to
7164914
Compare
b9f8a36 to
871191e
Compare
c1011f4 to
2fdc2be
Compare
f303ce6 to
e541e08
Compare
54baff1 to
a0a09c6
Compare
38e0e91 to
6767805
Compare
| datasource | package | from | to | | ---------- | ---------------------------------- | ------- | -------- | | npm | @parcel/config-default | 2.12.0 | 2.16.4 | | npm | @parcel/transformer-typescript-tsc | 2.12.0 | 2.16.4 | | npm | @types/chrome | 0.0.268 | 0.1.40 | | npm | @types/firefox-webext-browser | 120.0.3 | 120.0.5 | | npm | @types/node | 20.14.2 | 20.19.39 | | npm | @typescript-eslint/eslint-plugin | 7.13.0 | 7.18.0 | | npm | @typescript-eslint/parser | 7.13.0 | 7.18.0 | | npm | chrome-webstore-upload-cli | 3.3.0 | 3.5.0 | | npm | eslint | 8.57.0 | 8.57.1 | | npm | jsdom | 24.1.0 | 24.1.3 | | npm | parcel | 2.12.0 | 2.16.4 | | npm | typescript | 5.4.5 | 5.9.3 | | npm | web-ext | 8.1.0 | 8.10.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.12.0→2.16.42.12.0→2.16.40.0.268→0.1.40120.0.3→120.0.520.14.2→20.19.397.13.0→7.18.07.13.0→7.18.03.3.0→3.5.08.57.0→8.57.124.1.0→24.1.32.12.0→2.16.45.4.5→5.9.38.1.0→8.10.0Release Notes
parcel-bundler/parcel (@parcel/config-default)
v2.16.4Compare Source
Fixed
--no-corsoption to disable CORS headers – Detailsv2.16.3Compare Source
Fixed
react-domimport (bug in 2.16.2)v2.16.2Compare Source
Fixed
HTML
<svg>being removed by HTML minifier – DetailsReact Server Components
react-server-dom-parcelto^19.1.1to fix vulnerability@parcel/packager-react-static– Details@parcel/packager-react-static– Detailsv2.16.1Compare Source
Fixed
JavaScript
React Server Components
Improve performance of RSC builds – Details
v2.16.0Compare Source
Added
Fixed
v2.15.4Compare Source
v2.15.3Compare Source
Fixed
JavaScript
React Server Components
@parcel/rscduplicate types – Detailsv2.15.2Compare Source
Fixed
Core
HTML
<meta charset="utf-8">– DetailsMDX
React Server Components
Resolver
SVG
Compressors
v2.15.1Compare Source
Fixed
HTML
<template>element contents – DetailsJavaScript
v2.15.0Compare Source
Added
Core
HTML and SVG
Resolver
cloudflare:scheme and no longer rewrite node: scheme – DetailsFixed
Core
JavaScript
v2.14.4Compare Source
Fixed
Core
JavaScript
v2.14.3Compare Source
Fixed
v2.14.2Compare Source
Fixed
Core
JavaScript
REPL
create-parcel
v2.14.1Compare Source
Fixed
v2.14.0Compare Source
Added
Core
JavaScript
Dev Server
Fixed
v2.13.3Compare Source
Fixed
v2.13.2Compare Source
Fixed
JavaScript
SASS
file:URLs – Detailsv2.13.1Compare Source
Fixed
JavaScript
SASS
v2.13.0Compare Source
Added
Core
Bundler
Dev Server
Resolver
Fixed
Core
Bundler
JavaScript
process.envreplacer to use SWC VisitMut – Details__filenameand__dirnamereplace to use SWC VisitMut – DetailsResolver
TypeScript
SASS
SVG
Image
Vue
Web Extensions
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.18.0Compare Source
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib
eslint-plugin: [unbound-method] report on destructuring in function parameters
eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types
eslint-plugin: [strict-boolean-expressions] support branded booleans
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.17.0Compare Source
🚀 Features
eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7
eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"
🩹 Fixes
eslint-plugin: [no-floating-promises] check top-level type assertions (and more)
eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context
eslint-plugin: [no-unnecessary-condition] false positive on optional private field
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.16.1Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.16.0Compare Source
🚀 Features
rule-tester: stricter rule test validations
eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule
eslint-plugin: add support for nested namespaces to unsafe-member-access
eslint-plugin: [no-floating-promises] add checkThenables option
🩹 Fixes
deps: update dependency @eslint-community/regexpp to v4.11.0
eslint-plugin: [no-floating-promises] add
suggestionsto tests from #9263checkThenableswebsite: react key error on internal pages of website
eslint-plugin: [restrict-template-expressions] don't report tuples if
allowArrayoption is enabled❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.15.0Compare Source
🚀 Features
eslint-plugin: [array-type] detect
Readonly<string[]>caseeslint-plugin: back-port new rules around empty object types from v8
🩹 Fixes
disable
EXPERIMENTAL_useProjectServiceindisabled-type-checkedshared configeslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any
eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.14.1Compare Source
🩹 Fixes
eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types
eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.14.0Compare Source
🚀 Features
🩹 Fixes
eslint-plugin: [no-extraneous-class] handle abstract members
eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types
eslint-plugin: [no-invalid-this] support AccessorProperty
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.13.1Compare Source
🩹 Fixes
eslint-plugin: [prefer-readonly] refine report locations
eslint-plugin: [return-await] support explicit resource management
eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.18.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.17.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.16.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.16.0Compare Source
🩹 Fixes
deps: update dependency @eslint-community/regexpp to v4.11.0
website: react key error on internal pages of website
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.15.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.14.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.14.0Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.13.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
fregante/chrome-webstore-upload-cli (chrome-webstore-upload-cli)
v3.5.0Compare Source
95dcca6v3.4.0Compare Source
e1973f4v3.3.2Compare Source
publishcommand (#88)6c3ac35v3.3.1Compare Source
6ef383aeslint/eslint (eslint)
v8.57.1Compare Source
jsdom/jsdom (jsdom)
v24.1.3Compare Source
postMessage()that were done as a bare property (i.e.,postMessage()instead ofwindow.postMessage()).v24.1.2Compare Source
inoperator applied toEventTargetmethods, e.g.'addEventListener' in window, which only appeared in Node.js ≥22.5.0. (legendecas)blur(): it no longer firesfocusandfocusinon theDocument, andblurandfocusoutno longer have theirrelatedTargetproperty set. (asamuzaK)v24.1.1Compare Source
selectionchangeevent on theDocumentobject. (piotr-oles)microsoft/TypeScript (typescript)
v5.9.3: TypeScript 5.9.3Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
v5.9.2: TypeScript 5.9Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
v5.8.3: TypeScript 5.8.3Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement.
Downloads are available on:
v5.8.2: TypeScript 5.8Compare Source
For release notes, check out the release announcement.
Downloads are available on:
v5.7.3: TypeScript 5.7.3Compare Source
For release notes, check out the release announcement.
Downloads are available on npm
v5.7.2: TypeScript 5.7Compare Source
For release notes, check out the release announcement.
Downloads are available on:
v5.6.3: TypeScript 5.6.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.6.2: TypeScript 5.6Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.5.4: TypeScript 5.5.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.5.3: TypeScript 5.5.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.5.2: TypeScript 5.5Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.