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
056eb4e to
960fdeb
Compare
dd4bf01 to
ed5f257
Compare
f295c1a to
f8a1e2c
Compare
99683d5 to
fa3dafe
Compare
b6fd4d1 to
570a81c
Compare
d705f4e to
4afa1e1
Compare
4afa1e1 to
9f85eda
Compare
92e0e2b to
0f39565
Compare
ebbadf8 to
1c2a44b
Compare
b09350e to
28580f3
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.36 | | npm | @types/firefox-webext-browser | 120.0.3 | 120.0.5 | | npm | @types/node | 20.14.2 | 20.19.31 | | 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 |
28580f3 to
b0efb5c
Compare
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.36120.0.3→120.0.520.14.2→20.19.317.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
Bug Fixes
a19072ffix: add logic to handle fixTypes in the lintText() method (#18900) (Francesco Trotta)04c7188fix: Don't lint same file multiple times (#18899) (Francesco Trotta)87ec3c4fix: do not throw when defining a global named__defineSetter__(#18898) (Francesco Trotta)60a1267fix: Provide helpful error message for nullish configs (#18889) (Milos Djermanovic)a0dea8efix: allownamein global ignores, fix--no-ignorefor non-global (#18875) (Milos Djermanovic)3836bb4fix: do not crash on error infs.walkfilter (#18886) (Milos Djermanovic)2dec349fix: skip processor code blocks that match only universal patterns (#18880) (Milos Djermanovic)Documentation
6a5add4docs: v8.x Add EOL banner (#18744) (Amaresh S M)b034575docs: v8.x add version support page to the dropdown (#18731) (Amaresh S M)760ef7ddocs: v8.x add version support page in the side navbar (#18740) (Amaresh S M)428b7eadocs: Add Powered by Algolia label to the search (#18658) (Amaresh S M)c68c07fdocs: version selectors synchronization (#18265) (Milos Djermanovic)Build Related
35d366abuild: Support updates to previous major versions (#18870) (Milos Djermanovic)Chores
140ec45chore: upgrade @eslint/js@8.57.1 (#18913) (Milos Djermanovic)bcdfc04chore: package.json update for @eslint/js release (Jenkins)3f6ce8dchore: pin vite-plugin-commonjs@0.10.1 (#18910) (Milos Djermanovic)9f07549chore: ignore/docs/v8.xin link checker (#18660) (Milos Djermanovic)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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.