Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

build(deps): bump qs, parcel and spago#8

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-1104ed1793
Open

build(deps): bump qs, parcel and spago#8
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-1104ed1793

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Removes qs. It's no longer used after updating ancestor dependencies qs, parcel and spago. These dependencies need to be updated together.

Removes qs

Updates parcel from 1.12.4 to 2.16.3

Release notes

Sourced from parcel's releases.

v2.16.2

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

Fixed

  • JavaScript

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

v2.16.0

This release significantly improves code splitting and tree shaking when scope hoisting is disabled, e.g. when using React Server Components with static rendering. It enables re-exports to be followed when resolving a dependency, so that only used exports from large libraries get bundled together for each page rather than across all pages. This was already the case when using scope hoisting, but now it works without scope hoisting as well.

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

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

  • Core
    • Change minimum required glibc version to 2.26 – Details

... (truncated)

Changelog

Sourced from parcel's changelog.

[2.16.3] – 2025-12-06

Fixed

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

[2.16.2] – 2025-12-06

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

[2.16.1] – 2025-11-04

Fixed

  • JavaScript

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

[2.16.0] – 2025-09-18

Added

  • JavaScript
    • Code split re-exports when scope hoisting is disabled – Details

Fixed

  • JavaScript
    • Scope macro asset unique keys to the parent asset – Details

[2.15.3] – 2025-06-20

Fixed

  • JavaScript

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

... (truncated)

Commits

Updates spago from 0.19.2 to 0.21.0

Release notes

Sourced from spago's releases.

0.21.0

No release notes provided.

0.20.9

No release notes provided.

0.20.8

No release notes provided.

0.20.7

No release notes provided.

0.20.6

No release notes provided.

0.20.5

No release notes provided.

0.20.4

No release notes provided.

0.20.3

No release notes provided.

0.20.2

Bugfixes:

  • Remove npm install from release CI to prevent overwriting the install script with the Linux binary (#783, #786)
  • Use spago.cabal instead of package.yaml to get version number (#787, #788)
  • Assume compatibility with newer minor versions of purs (#782, #777)
  • Fix test command not working on purs older than v0.14.0 (#790, #789)

Other improvements:

  • Docs: add more useful comments in spago.dhall (#778, #708)
  • Dev: remove package.yaml, use only cabal file (#780)
  • Dev: use make to orchestrate builds (#781)
  • Deps: upgrade to GHC8.10 and lts-17 (#743)

0.20.1

Bugfixes:

  • Color output now works correctly or is disabled on Windows (#768, #749)
  • Fix spago docs for PureScript 0.14, by updating docs-search to 0.0.11 (#775, #752)

Other improvements:

  • Color output is now automatically disabled when output is redirected to a file. Also respects a NO_COLOR environment variable (#768)
  • Fixes tests failing if the test platform has psa installed (#772)
  • Print spago install command to fix missing transitive dependencies (#770, #769, #776)
  • Refactor the graph support to remove the custom module name parser (#773)

0.20.0

... (truncated)

Changelog

Sourced from spago's changelog.

[0.21.0] - 2023-05-04

Features:

  • Add spago migrate command to port a spago.dhall configuration to the new-style spago.yaml (#901)

Bugfixes:

  • Windows: forward the proper exit code when running spago via NPM (#883, #884)

Other improvements:

  • CI: cleanup CI for 0.15.0 PureScript updates (#879)

[0.20.9] - 2022-05-03

Bugfixes:

  • Use iife format when bundling browser apps (#880)

[0.20.8] - 2022-04-27

Features:

  • Make spago bundle-app and spago bundle-module use esbuild and es modules for projects >= v0.15 (#862)
  • Make spago run use es modules for projects >= v0.15 (#858)

Bugfixes:

  • Fix spago run and spago test to accept command line arguments correctly, by writing a JS file to run (#865, #866)
  • Remove support for node versions older than 12.0.0 as they do not work with es modules (#866)
  • Retry git clone up to two times (#834, #873)

Other improvements:

  • Docs: update README with documentation for PureScript v0.15 (#867)
  • Linux: support Glibc versions >= 2.24

[0.20.7] - 2022-02-12

Bugfixes:

  • Make spago run work when node-args includes flag-like value (#856)

[0.20.6] - 2022-02-09

Bugfixes:

  • Oh no, not libtinfo again (#853, #854)

[0.20.5] - 2022-02-08

Features:

  • Drop need for psci-support to be defined in dependencies field (#817)

Other improvements:

  • Upgrade to latest Dhall version (#848, #851)

[0.20.4] - 2022-01-31

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [qs](https://github.com/ljharb/qs). It's no longer used after updating ancestor dependencies [qs](https://github.com/ljharb/qs), [parcel](https://github.com/parcel-bundler/parcel) and [spago](https://github.com/purescript/spago). These dependencies need to be updated together.


Removes `qs`

Updates `parcel` from 1.12.4 to 2.16.3
- [Release notes](https://github.com/parcel-bundler/parcel/releases)
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
- [Commits](https://github.com/parcel-bundler/parcel/commits)

Updates `spago` from 0.19.2 to 0.21.0
- [Release notes](https://github.com/purescript/spago/releases)
- [Changelog](https://github.com/purescript/spago/blob/master/CHANGELOG.md)
- [Commits](purescript/spago@0.19.2...0.21.0)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 
  dependency-type: indirect
- dependency-name: parcel
  dependency-version: 2.16.3
  dependency-type: direct:development
- dependency-name: spago
  dependency-version: 0.21.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 1, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants