Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tough-cookie, purescript and spago #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 8, 2023

Removes tough-cookie. It's no longer used after updating ancestor dependencies tough-cookie, purescript and spago. These dependencies need to be updated together.

Removes tough-cookie

Updates purescript from 0.13.6 to 0.15.9

Release notes

Sourced from purescript's releases.

v0.15.9

New features:

  • Add release artifacts for Linux and macOS running on the ARM64 architecture. (#4455 by @​f-f)

Bugfixes:

  • Fix prerelease version number on macOS (#4461 by @​rhendric)

  • Consider fixity declarations during linting (#4462 by @​ozkutuk)

  • Defer monomorphization for data constructors (#4376 by @​purefunctor)

    In 0.15.4 and earlier, the compiler monomorphizes type constructors early, yielding the following type:

    > :t Nothing
    forall (a1 :: Type). Maybe a1
    > :t { a : Nothing }
    forall (a1 :: Type).
    { a :: Maybe a1
    }

    With this change, the monomorphization introduced in #835 is deferred to only when it's needed, such as when constructors are used as values inside of records.

    > :t Nothing
    forall a. Maybe a
    > :t { a : Nothing }
    forall (a1 :: Type).
    { a :: Maybe a1
    }

    Also as a consequence, record updates should not throw ConstrainedTypeUnified in cases such as:

    v1 :: { a :: Maybe Unit }
    v1 = { a : Just Unit }
    v2 :: { a :: Maybe Unit }
    v2 = let v3 = v1 { a = mempty } in v3

... (truncated)

Changelog

Sourced from purescript's changelog.

0.15.9

New features:

  • Add release artifacts for Linux and macOS running on the ARM64 architecture. (#4455 by @​f-f)

Bugfixes:

  • Fix prerelease version number on macOS (#4461 by @​rhendric)

  • Consider fixity declarations during linting (#4462 by @​ozkutuk)

  • Defer monomorphization for data constructors (#4376 by @​purefunctor)

    In 0.15.4 and earlier, the compiler monomorphizes type constructors early, yielding the following type:

    > :t Nothing
    forall (a1 :: Type). Maybe a1
    > :t { a : Nothing }
    forall (a1 :: Type).
    { a :: Maybe a1
    }

    With this change, the monomorphization introduced in #835 is deferred to only when it's needed, such as when constructors are used as values inside of records.

    > :t Nothing
    forall a. Maybe a
    > :t { a : Nothing }
    forall (a1 :: Type).
    { a :: Maybe a1
    }

    Also as a consequence, record updates should not throw ConstrainedTypeUnified in cases such as:

    v1 :: { a :: Maybe Unit }
    v1 = { a : Just Unit }
    v2 :: { a :: Maybe Unit }

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by purefunctor, a new releaser for purescript since your current version.


Updates spago from 0.14.0 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 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 [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependencies [tough-cookie](https://github.com/salesforce/tough-cookie), [purescript](https://github.com/purescript/purescript) and [spago](https://github.com/purescript/spago). These dependencies need to be updated together.


Removes `tough-cookie`

Updates `purescript` from 0.13.6 to 0.15.9
- [Release notes](https://github.com/purescript/purescript/releases)
- [Changelog](https://github.com/purescript/purescript/blob/master/CHANGELOG.md)
- [Commits](purescript/purescript@v0.13.6...v0.15.9)

Updates `spago` from 0.14.0 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.14.0...0.21.0)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
- dependency-name: purescript
  dependency-type: direct:production
- dependency-name: spago
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants