Skip to content

chore(deps): update all dependencies#167

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-dependencies
Open

chore(deps): update all dependencies#167
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@parcel/config-default 2.12.02.16.4 age adoption passing confidence
@parcel/transformer-typescript-tsc 2.12.02.16.4 age adoption passing confidence
@types/chrome (source) 0.0.2680.1.36 age adoption passing confidence
@types/firefox-webext-browser (source) 120.0.3120.0.5 age adoption passing confidence
@types/node (source) 20.14.220.19.31 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.13.07.18.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.13.07.18.0 age adoption passing confidence
chrome-webstore-upload-cli 3.3.03.5.0 age adoption passing confidence
eslint (source) 8.57.08.57.1 age adoption passing confidence
jsdom 24.1.024.1.3 age adoption passing confidence
parcel 2.12.02.16.4 age adoption passing confidence
typescript (source) 5.4.55.9.3 age adoption passing confidence
web-ext 8.1.08.10.0 age adoption passing confidence

Release Notes

parcel-bundler/parcel (@​parcel/config-default)

v2.16.4

Compare Source

Fixed
  • Dev server
    • Add --no-cors option to disable CORS headers – Details

v2.16.3

Compare Source

Fixed
  • React Server Components
    • Fix react-dom import (bug in 2.16.2)

v2.16.2

Compare Source

Fixed
  • HTML

    • Fix siblings after <svg> being removed by HTML minifier – Details
  • React Server Components

    • Bump react-server-dom-parcel to ^19.1.1 to fix vulnerability
    • Fix cache key clash in @parcel/packager-react-staticDetails
    • Fix using inline string transformers with @parcel/packager-react-staticDetails
    • Preload CSS as soon as the RSC payload loads, without waiting for it to mount. This is useful for pre-fetching. – Details

v2.16.1

Compare Source

Fixed
  • JavaScript

    • Fix macro location information – Details
  • React Server Components
    Improve performance of RSC builds – Details

v2.16.0

Compare Source

Added
  • JavaScript
    • Code split re-exports when scope hoisting is disabled – Details
Fixed
  • JavaScript
    • Scope macro asset unique keys to the parent asset – Details

v2.15.4

Compare Source

v2.15.3

Compare Source

Fixed
  • JavaScript

    • Expose line and column number to macros – Details
  • React Server Components

    • Invalidate cache in ReactStaticPackager when pages are added or client components change – Details
    • Fix lazy mode with React Server Components – Details
    • Fix @parcel/rsc duplicate types – Details
    • Ensure publicUrl ends with a slash in react-static packager – Details
    • Fix hash reference replacement in react-static packager – Details

v2.15.2

Compare Source

Fixed
  • Core

    • Change minimum required glibc version to 2.26 – Details
    • Cache inline bundle packaging – Details
    • Use stable id for package requests – Details
  • HTML

    • Do not remove <meta charset="utf-8">Details
  • MDX

    • Make URL dependencies in MDX files optional – Details
  • React Server Components

    • Fix memory leak in react-static packager – Details
  • Resolver

    • Fix resolving source package exports condition from self reference – Details
  • SVG

  • Compressors

    • Use max level compression for brotli compressor – Details

v2.15.1

Compare Source

Fixed
  • HTML

    • Fix serializing <template> element contents – Details
  • JavaScript

    • Skip optional dependencies in ESM externals – Details

v2.15.0

Compare Source

Added
  • Core

    • Distribute Rust binaries for each architecture as separate npm packages – Details
  • HTML and SVG

    • Add Rust-based transformer/packager/optimizer for HTML and SVG – Details
  • Resolver

    • Support cloudflare: scheme and no longer rewrite node: scheme – Details
Fixed
  • Core

    • Avoid segmentation fault on thread exit on Linux – Details
    • Support older GLIBC versions on Linux – Details
  • JavaScript

    • Include all symbols in non-browser entries – Details
    • Update swc and mdx-rs – Details
    • Fix exporting objects with non-configurable prototypes from React Server Components – Details

v2.14.4

Compare Source

Fixed
  • Core

    • Fix duplicate bundles error message – Details
  • JavaScript

    • Support ESM externals and exports in dev packager – Details
    • Treat Deno's jsr: dependencies as external – Details

v2.14.3

Compare Source

Fixed
  • JavaScript
    • Updated to React 19.1, which enables Server Components to be used with stable React instead of only canary – Details

v2.14.2

Compare Source

Fixed
  • Core

    • Enable resolving source field in dev dependencies – Details
    • Error when building a library target in serve mode – Details
  • JavaScript

    • Fix MDX inline assets in static RSCs – Details
    • Fix symbol collection with multiple exports of same function (e.g. date-fns) – Details
  • REPL

    • Fix error overlay resolution in REPL – Details
  • create-parcel

    • Fix gitignore in create-parcel – Details
    • Fix create-parcel on windows – Details

v2.14.1

Compare Source

Fixed
  • Resolver
    • Fix resolving package self references – Details

v2.14.0

Compare Source

Added
  • Core

    • Add a CLI to create new Parcel apps – Details
  • JavaScript

  • Dev Server

    • Support running node bundles in dev server – Details
    • Apply HMR updates via node worker thread – Details
Fixed

v2.13.3

Compare Source

Fixed
  • Resolver
    • Ignore invalid package.json fields – Details

v2.13.2

Compare Source

Fixed
  • JavaScript

    • Fix HMR when asset is duplicated between multiple bundles – Details
  • SASS

    • Fix SASS resolution with non file: URLs – Details

v2.13.1

Compare Source

Fixed
  • JavaScript

  • SASS

    • Fix SASS resolution rules for modern API – Details

v2.13.0

Compare Source

Added
  • Core

    • Expose watcher ignore and watcher backend options – Details
    • Improve large watcher events payload experience – Details
    • Add support for globs in package.json#source – Details
    • Add config key invalidation – Details
  • Bundler

  • Dev Server

  • Resolver

    • 12x faster resolver cache – Details
    • Correctly handle empty resolver diagnostics array – Details
Fixed
  • Core

    • Remove abortcontroller-polyfill – Details
    • Fix missing content key in symbol propagation when asset is removed – Details
    • Update minimum supported node version to 16 – Details
    • Ensure the snapshot directory matches the watch dir – Details
    • Add parcel version to PluginOptions – Details
    • Fix possible race condition in the caching of request graph – Details
    • Ensure empty extended config throws a diagnostic – Details
    • Ensure Asset public ids are assigned deterministically – Details
    • Directories ignored by watcher should be relative to the watch directory – Details
    • Fix request tracker incremental cache write for new nodes – Details
    • Improve request graph cache reading – Details
    • Exit process with error code when reporters fail – Details
    • Write tmp files to the OS tmp directory - Details
    • Fix small HMR issues – Details
    • Fix crash in EntryRequest with multiple globs in the source field – Details
    • Revert split manifest runtime bundles – Details
    • Revert chunked cache blobs for improved stability – Details
    • Update dependencies – Details
  • Bundler

    • Fix assets outside project root with Manual Shared Bundles – Details
  • JavaScript

    • Avoid non-identifier export names in non-entry library bundles – Details
    • Relax react-refresh version range – Details
    • Also emit swc recoverable errors – Details
    • Bump swc – Details, Details, Details, Details
    • Bump swc and browserslist-rs – Details
    • Replace std::sync locks with parking_lot locks for better stability – Details
    • Ensure const modules in async bundles are wrapped – Details
    • Fix dev packager global reference – Details
    • Fix import usage tracking for destructure defaulting – Details
    • Update Node.js globals replacer to use SWC VisitMut – Details
    • Update process.env replacer to use SWC VisitMut – Details
    • Update Node.js __filename and __dirname replace to use SWC VisitMut – Details
    • Fix parcelRequire being added to multi-target libraries – Details
    • Handle TypeScript expressions in macro evaluator – Details
  • Resolver

    • Fix NUL byte crash in resolver – Details
    • Change default resolver error message for custom specifiers – Details
  • TypeScript

    • Handle dynamic import type references in TS types transformer – Details
    • Correctly handle qualified names in TS types import() – Details
  • SASS

    • Migrate to new sass API – Details
  • SVG

    • Load svgo version from project – Details
    • Update svgr and use project svgo version – Details
  • Image

  • Vue

    • Upgrade consolidate to v1 – Details
  • Web Extensions

    • Allow both service_worker and scripts in MV3 Web Extensions – Details
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.18.0

Compare 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
  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

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

v7.17.0

Compare 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
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

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

v7.16.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters
❤️ Thank You
  • Dan Vanderkam

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

v7.16.0

Compare 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 suggestions to tests from #​9263 checkThenables

  • website: react key error on internal pages of website

  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

v7.15.0

Compare Source

🚀 Features
  • eslint-plugin: [array-type] detect Readonly<string[]> case

  • eslint-plugin: back-port new rules around empty object types from v8

🩹 Fixes
  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config

  • eslint-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
  • auvred
  • Kim Sang Du
  • rgehbt
  • Vinccool96

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

v7.14.1

Compare 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
  • Jake Bailey

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

v7.14.0

Compare Source

🚀 Features
  • support TypeScript 5.5
🩹 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
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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

v7.13.1

Compare 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
  • Kirk Waiblinger
  • Yukihiro Hasegawa

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

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

v7.18.0

Compare 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.0

Compare 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.1

Compare 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.0

Compare Source

🩹 Fixes
❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

v7.15.0

Compare 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.1

Compare 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.0

Compare Source

🚀 Features
  • support TypeScript 5.5
❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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

v7.13.1

Compare 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.0

Compare Source


v3.4.0

Compare Source


v3.3.2

Compare Source

  • Don't look for local extension with plain publish command (#​88) 6c3ac35

v3.3.1

Compare Source

  • Remove loader animation to thin out dependencies (#​84) 6ef383a
eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes
  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)
Documentation
Build Related
  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)
Chores
jsdom/jsdom (jsdom)

v24.1.3

Compare Source

  • Fixed calls to postMessage() that were done as a bare property (i.e., postMessage() instead of window.postMessage()).

v24.1.2

Compare Source

  • Fixed an issue with the in operator applied to EventTarget methods, e.g. 'addEventListener' in window, which only appeared in Node.js ≥22.5.0. (legendecas)
  • Fixed the events fired by blur(): it no longer fires focus and focusin on the Document, and blur and focusout no longer have their relatedTarget property set. (asamuzaK)

v24.1.1

Compare Source

  • Fixed selection methods to trigger the selectionchange event on the Document object. (piotr-oles)
microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare 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.9

Compare 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.3

Compare 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.8

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

v5.7.3: TypeScript 5.7.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on npm

v5.7.2: TypeScript 5.7

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

v5.6.3: TypeScript 5.6.3

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update all dependencies - autoclosed Feb 4, 2023
@renovate renovate bot closed this Feb 4, 2023
@renovate renovate bot deleted the renovate/all-dependencies branch February 4, 2023 21:41
@renovate renovate bot changed the title chore(deps): update all dependencies - autoclosed chore(deps): update all dependencies Feb 5, 2023
@renovate renovate bot reopened this Feb 5, 2023
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update dependency @types/node to v16.18.12 Feb 5, 2023
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from 30a865f to badc3b9 Compare February 6, 2023 20:25
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v16.18.12 chore(deps): update all dependencies Feb 6, 2023
@renovate renovate bot force-pushed the renovate/all-dependencies branch 3 times, most recently from a322ad8 to be90cfe Compare February 13, 2023 18:24
@renovate renovate bot force-pushed the renovate/all-dependencies branch 4 times, most recently from b983a76 to 7a5c87e Compare February 20, 2023 17:38
@renovate renovate bot force-pushed the renovate/all-dependencies branch 6 times, most recently from cb740a9 to 056b313 Compare March 3, 2023 03:49
@renovate renovate bot force-pushed the renovate/all-dependencies branch 6 times, most recently from b847278 to b7eb6f8 Compare March 12, 2023 16:08
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from cdffa1f to fd0273a Compare March 14, 2023 01:07
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from 056eb4e to 960fdeb Compare October 21, 2025 01:47
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from dd4bf01 to ed5f257 Compare October 28, 2025 22:15
@renovate renovate bot force-pushed the renovate/all-dependencies branch 3 times, most recently from f295c1a to f8a1e2c Compare November 11, 2025 23:57
@renovate renovate bot force-pushed the renovate/all-dependencies branch 3 times, most recently from 99683d5 to fa3dafe Compare November 19, 2025 21:42
@renovate renovate bot force-pushed the renovate/all-dependencies branch 3 times, most recently from b6fd4d1 to 570a81c Compare December 7, 2025 01:04
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from d705f4e to 4afa1e1 Compare December 14, 2025 01:32
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 4afa1e1 to 9f85eda Compare December 31, 2025 14:03
@renovate renovate bot force-pushed the renovate/all-dependencies branch 5 times, most recently from 92e0e2b to 0f39565 Compare January 15, 2026 18:52
@renovate renovate bot force-pushed the renovate/all-dependencies branch 5 times, most recently from ebbadf8 to 1c2a44b Compare January 23, 2026 18:11
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from b09350e to 28580f3 Compare February 2, 2026 18:36
| 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   |
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 28580f3 to b0efb5c Compare February 3, 2026 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants