purescript / registry

Registry of PureScript packages and metadata about them
46 stars 14 forks source link

Initial package sets batch update #12

Closed thomashoneyman closed 2 years ago

thomashoneyman commented 2 years ago

This updates the initial legacy package set with packages that have been added or updated since the PureScript 0.15 release and are valid for inclusion.

{
  "packages": {
    "aff": "7.1.0",
    "arrays": "7.1.0",
    "barbies": "1.0.1",
    "classnames": "2.0.0",
    "concur-core": "0.5.0",
    "concur-react": "0.5.0",
    "debug": "6.0.2",
    "deku": "0.6.1",
    "dodo-printer": "2.2.1",
    "dom-filereader": "7.0.0",
    "droplet": "0.5.0",
    "elmish": "0.8.3",
    "elmish-html": "0.7.2",
    "elmish-testing-library": "0.2.0",
    "error": "2.0.0",
    "fallback": "0.1.0",
    "fetch": "1.1.4",
    "functor1": "3.0.0",
    "graphs": "8.1.0",
    "halogen-store": "0.5.4",
    "jarilo": "1.0.1",
    "jelly": "0.4.1",
    "jest": "1.0.0",
    "js-promise": "1.0.0",
    "language-cst-parser": "0.12.1",
    "mdast-util-from-markdown": "0.2.1",
    "mote": "3.0.0",
    "node-fs": "8.1.0",
    "node-fs-aff": "9.1.0",
    "node-sqlite3": "8.0.0",
    "react-testing-library": "4.0.1",
    "slug": "3.0.8",
    "spec-discovery": "8.0.1",
    "splitmix": "2.1.0",
    "svg-parser": "3.0.0",
    "tailrec": "6.1.0",
    "toppokki": "4.0.0",
    "undefined": "2.0.0",
    "unordered-collections": "3.0.1",
    "web-clipboard": "4.1.0",
    "web-html": "4.1.0",
    "web-promise": "3.1.0",
    "web-url": "2.0.0"
  }
}
pacchettibotti commented 2 years ago

Processing package set update.

pacchettibotti commented 2 years ago

You are attempting to downgrade one or more package versions from their version in the previous set. Affected packages:

thomashoneyman commented 2 years ago

Oops -- wrote a guard statement backwards. Typical. Restarting the batch update:

{
  "packages": {
    "aff": "7.1.0",
    "arrays": "7.1.0",
    "barbies": "1.0.1",
    "classnames": "2.0.0",
    "concur-core": "0.5.0",
    "concur-react": "0.5.0",
    "debug": "6.0.2",
    "deku": "0.6.1",
    "dodo-printer": "2.2.1",
    "dom-filereader": "7.0.0",
    "droplet": "0.5.0",
    "elmish": "0.8.3",
    "elmish-html": "0.7.2",
    "elmish-testing-library": "0.2.0",
    "error": "2.0.0",
    "fallback": "0.1.0",
    "fetch": "1.1.4",
    "functor1": "3.0.0",
    "graphs": "8.1.0",
    "halogen-store": "0.5.4",
    "jarilo": "1.0.1",
    "jelly": "0.4.1",
    "jest": "1.0.0",
    "js-promise": "1.0.0",
    "language-cst-parser": "0.12.1",
    "mdast-util-from-markdown": "0.2.1",
    "mote": "3.0.0",
    "node-fs": "8.1.0",
    "node-fs-aff": "9.1.0",
    "node-sqlite3": "8.0.0",
    "react-testing-library": "4.0.1",
    "slug": "3.0.8",
    "spec-discovery": "8.0.1",
    "splitmix": "2.1.0",
    "svg-parser": "3.0.0",
    "tailrec": "6.1.0",
    "toppokki": "4.0.0",
    "undefined": "2.0.0",
    "unordered-collections": "3.0.1",
    "web-clipboard": "4.1.0",
    "web-html": "4.1.0",
    "web-promise": "3.1.0",
    "web-url": "2.0.0"
  }
}
pacchettibotti commented 2 years ago

Processing package set update.

pacchettibotti commented 2 years ago

Built and released a new package set! Now mirroring to the package-sets repo...

pacchettibotti commented 2 years ago

Mirrored a new legacy package set.