From 1c1adcb427d14d4f123d0a2a0f0df59398eb7096 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Thu, 1 Sep 2022 02:58:16 +0900 Subject: [PATCH] Prepare v2.0.6 Signed-off-by: Sora Morimoto --- CHANGELOG.md | 5 ++- README.md | 20 +++++----- dist/index.js | 2 +- dist/post/index.js | 2 +- package.json | 6 +-- yarn.lock | 98 +++++++++++++++++++++++----------------------- 6 files changed, 68 insertions(+), 65 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaf9acb7..09877189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [unreleased] +## [2.0.6] + ### Added - Add support for arm64. @@ -352,7 +354,8 @@ that require it. - Initial release. -[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.5...HEAD +[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.6...HEAD +[2.0.6]: https://github.com/ocaml/setup-ocaml/compare/v2.0.5...v2.0.6 [2.0.5]: https://github.com/ocaml/setup-ocaml/compare/v2.0.4...v2.0.5 [2.0.4]: https://github.com/ocaml/setup-ocaml/compare/v2.0.3...v2.0.4 [2.0.3]: https://github.com/ocaml/setup-ocaml/compare/v2.0.2...v2.0.3 diff --git a/README.md b/README.md index 7830eb63..f6d02e51 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ jobs: - ubuntu-latest - windows-latest ocaml-compiler: - - 4.13.x + - 4.14.x runs-on: ${{ matrix.os }} @@ -171,10 +171,10 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Use OCaml 4.13.x + - name: Use OCaml 4.14.x uses: ocaml/setup-ocaml@v2 with: - ocaml-compiler: 4.13.x + ocaml-compiler: 4.14.x dune-cache: true - name: Deploy odoc to GitHub Pages @@ -193,10 +193,10 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Use OCaml 4.13.x + - name: Use OCaml 4.14.x uses: ocaml/setup-ocaml@v2 with: - ocaml-compiler: 4.13.x + ocaml-compiler: 4.14.x dune-cache: true - name: Lint doc @@ -218,10 +218,10 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Use OCaml 4.13.x + - name: Use OCaml 4.14.x uses: ocaml/setup-ocaml@v2 with: - ocaml-compiler: 4.13.x + ocaml-compiler: 4.14.x dune-cache: true - name: Lint fmt @@ -240,10 +240,10 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Use OCaml 4.13.x + - name: Use OCaml 4.14.x uses: ocaml/setup-ocaml@v2 with: - ocaml-compiler: 4.13.x + ocaml-compiler: 4.14.x dune-cache: true - name: Lint opam @@ -260,7 +260,7 @@ See [Examples](examples.md) for more complex patterns. | Name | Required | Description | Type | Default | | ------------------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | -------- | -| `ocaml-compiler` | Yes | The OCaml compiler packages to initialise. The packages must be separated by the comma. (e.g. `4.13.x`, `ocaml-base-compiler.4.13.0`, `ocaml-variants.4.13.0+options,ocaml-option-flambda,ocaml-option-musl,ocaml-option-static`) | string | | +| `ocaml-compiler` | Yes | The OCaml compiler packages to initialise. The packages must be separated by the comma. (e.g. `4.14.x`, `ocaml-base-compiler.4.13.0`, `ocaml-variants.4.13.0+options,ocaml-option-flambda,ocaml-option-musl,ocaml-option-static`) | string | | | `opam-repositories` | No | The name and URL pair of the repository to fetch the packages from. | string | | | `opam-pin` | No | Enable the automation feature for opam pin. | bool | `true` | | `opam-depext` | No | Enable the automation feature for opam depext. | bool | `true` | diff --git a/dist/index.js b/dist/index.js index 6261302f..a3255ee9 100644 --- a/dist/index.js +++ b/dist/index.js @@ -95059,7 +95059,7 @@ var lib_github = __nccwpck_require__(95438); // EXTERNAL MODULE: ./node_modules/date-fns/index.js var date_fns = __nccwpck_require__(73314); ;// CONCATENATED MODULE: ./package.json -const package_namespaceObject = {"i8":"2.0.5"}; +const package_namespaceObject = {"i8":"2.0.6"}; // EXTERNAL MODULE: ./node_modules/yaml/dist/index.js var dist = __nccwpck_require__(44083); // EXTERNAL MODULE: external "fs" diff --git a/dist/post/index.js b/dist/post/index.js index 8b6a4b98..ed32a853 100644 --- a/dist/post/index.js +++ b/dist/post/index.js @@ -91287,7 +91287,7 @@ var external_os_ = __nccwpck_require__(22037); ;// CONCATENATED MODULE: external "process" const external_process_namespaceObject = require("process"); ;// CONCATENATED MODULE: ./package.json -const package_namespaceObject = {"i8":"2.0.5"}; +const package_namespaceObject = {"i8":"2.0.6"}; // EXTERNAL MODULE: ./node_modules/yaml/dist/index.js var dist = __nccwpck_require__(44083); // EXTERNAL MODULE: external "fs" diff --git a/package.json b/package.json index b7a205ef..cede1e2e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.5", + "version": "2.0.6", "private": true, "scripts": { "fmt": "prettier --write .", @@ -31,8 +31,8 @@ "devDependencies": { "@types/node": "18.7.14", "@types/semver": "7.3.12", - "@typescript-eslint/eslint-plugin": "5.36.0", - "@typescript-eslint/parser": "5.36.0", + "@typescript-eslint/eslint-plugin": "5.36.1", + "@typescript-eslint/parser": "5.36.1", "@vercel/ncc": "0.34.0", "eslint": "8.23.0", "eslint-config-prettier": "8.5.0", diff --git a/yarn.lock b/yarn.lock index 4db48fdb..d08c2205 100644 --- a/yarn.lock +++ b/yarn.lock @@ -363,14 +363,14 @@ dependencies: "@types/node" "*" -"@typescript-eslint/eslint-plugin@5.36.0": - version "5.36.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.36.0.tgz#8f159c4cdb3084eb5d4b72619a2ded942aa109e5" - integrity sha512-X3In41twSDnYRES7hO2xna4ZC02SY05UN9sGW//eL1P5k4CKfvddsdC2hOq0O3+WU1wkCPQkiTY9mzSnXKkA0w== - dependencies: - "@typescript-eslint/scope-manager" "5.36.0" - "@typescript-eslint/type-utils" "5.36.0" - "@typescript-eslint/utils" "5.36.0" +"@typescript-eslint/eslint-plugin@5.36.1": + version "5.36.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.36.1.tgz#471f64dc53600025e470dad2ca4a9f2864139019" + integrity sha512-iC40UK8q1tMepSDwiLbTbMXKDxzNy+4TfPWgIL661Ym0sD42vRcQU93IsZIrmi+x292DBr60UI/gSwfdVYexCA== + dependencies: + "@typescript-eslint/scope-manager" "5.36.1" + "@typescript-eslint/type-utils" "5.36.1" + "@typescript-eslint/utils" "5.36.1" debug "^4.3.4" functional-red-black-tree "^1.0.1" ignore "^5.2.0" @@ -378,70 +378,70 @@ semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/parser@5.36.0": - version "5.36.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.36.0.tgz#c08883073fb65acaafd268a987fd2314ce80c789" - integrity sha512-dlBZj7EGB44XML8KTng4QM0tvjI8swDh8MdpE5NX5iHWgWEfIuqSfSE+GPeCrCdj7m4tQLuevytd57jNDXJ2ZA== +"@typescript-eslint/parser@5.36.1": + version "5.36.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.36.1.tgz#931c22c7bacefd17e29734628cdec8b2acdcf1ce" + integrity sha512-/IsgNGOkBi7CuDfUbwt1eOqUXF9WGVBW9dwEe1pi+L32XrTsZIgmDFIi2RxjzsvB/8i+MIf5JIoTEH8LOZ368A== dependencies: - "@typescript-eslint/scope-manager" "5.36.0" - "@typescript-eslint/types" "5.36.0" - "@typescript-eslint/typescript-estree" "5.36.0" + "@typescript-eslint/scope-manager" "5.36.1" + "@typescript-eslint/types" "5.36.1" + "@typescript-eslint/typescript-estree" "5.36.1" debug "^4.3.4" -"@typescript-eslint/scope-manager@5.36.0": - version "5.36.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.36.0.tgz#f4f859913add160318c0a5daccd3a030d1311530" - integrity sha512-PZUC9sz0uCzRiuzbkh6BTec7FqgwXW03isumFVkuPw/Ug/6nbAqPUZaRy4w99WCOUuJTjhn3tMjsM94NtEj64g== +"@typescript-eslint/scope-manager@5.36.1": + version "5.36.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.36.1.tgz#23c49b7ddbcffbe09082e6694c2524950766513f" + integrity sha512-pGC2SH3/tXdu9IH3ItoqciD3f3RRGCh7hb9zPdN2Drsr341zgd6VbhP5OHQO/reUqihNltfPpMpTNihFMarP2w== dependencies: - "@typescript-eslint/types" "5.36.0" - "@typescript-eslint/visitor-keys" "5.36.0" + "@typescript-eslint/types" "5.36.1" + "@typescript-eslint/visitor-keys" "5.36.1" -"@typescript-eslint/type-utils@5.36.0": - version "5.36.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.36.0.tgz#5d2f94a36a298ae240ceca54b3bc230be9a99f0a" - integrity sha512-W/E3yJFqRYsjPljJ2gy0YkoqLJyViWs2DC6xHkXcWyhkIbCDdaVnl7mPLeQphVI+dXtY05EcXFzWLXhq8Mm/lQ== +"@typescript-eslint/type-utils@5.36.1": + version "5.36.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.36.1.tgz#016fc2bff6679f54c0b2df848a493f0ca3d4f625" + integrity sha512-xfZhfmoQT6m3lmlqDvDzv9TiCYdw22cdj06xY0obSznBsT///GK5IEZQdGliXpAOaRL34o8phEvXzEo/VJx13Q== dependencies: - "@typescript-eslint/typescript-estree" "5.36.0" - "@typescript-eslint/utils" "5.36.0" + "@typescript-eslint/typescript-estree" "5.36.1" + "@typescript-eslint/utils" "5.36.1" debug "^4.3.4" tsutils "^3.21.0" -"@typescript-eslint/types@5.36.0": - version "5.36.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.0.tgz#cde7b94d1c09a4f074f46db99e7bd929fb0a5559" - integrity sha512-3JJuLL1r3ljRpFdRPeOtgi14Vmpx+2JcR6gryeORmW3gPBY7R1jNYoq4yBN1L//ONZjMlbJ7SCIwugOStucYiQ== +"@typescript-eslint/types@5.36.1": + version "5.36.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.1.tgz#1cf0e28aed1cb3ee676917966eb23c2f8334ce2c" + integrity sha512-jd93ShpsIk1KgBTx9E+hCSEuLCUFwi9V/urhjOWnOaksGZFbTOxAT47OH2d4NLJnLhkVD+wDbB48BuaycZPLBg== -"@typescript-eslint/typescript-estree@5.36.0": - version "5.36.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.0.tgz#0acce61b4850bdb0e578f0884402726680608789" - integrity sha512-EW9wxi76delg/FS9+WV+fkPdwygYzRrzEucdqFVWXMQWPOjFy39mmNNEmxuO2jZHXzSQTXzhxiU1oH60AbIw9A== +"@typescript-eslint/typescript-estree@5.36.1": + version "5.36.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.1.tgz#b857f38d6200f7f3f4c65cd0a5afd5ae723f2adb" + integrity sha512-ih7V52zvHdiX6WcPjsOdmADhYMDN15SylWRZrT2OMy80wzKbc79n8wFW0xpWpU0x3VpBz/oDgTm2xwDAnFTl+g== dependencies: - "@typescript-eslint/types" "5.36.0" - "@typescript-eslint/visitor-keys" "5.36.0" + "@typescript-eslint/types" "5.36.1" + "@typescript-eslint/visitor-keys" "5.36.1" debug "^4.3.4" globby "^11.1.0" is-glob "^4.0.3" semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/utils@5.36.0": - version "5.36.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.36.0.tgz#104c864ecc1448417606359275368bf3872bbabb" - integrity sha512-wAlNhXXYvAAUBbRmoJDywF/j2fhGLBP4gnreFvYvFbtlsmhMJ4qCKVh/Z8OP4SgGR3xbciX2nmG639JX0uw1OQ== +"@typescript-eslint/utils@5.36.1": + version "5.36.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.36.1.tgz#136d5208cc7a3314b11c646957f8f0b5c01e07ad" + integrity sha512-lNj4FtTiXm5c+u0pUehozaUWhh7UYKnwryku0nxJlYUEWetyG92uw2pr+2Iy4M/u0ONMKzfrx7AsGBTCzORmIg== dependencies: "@types/json-schema" "^7.0.9" - "@typescript-eslint/scope-manager" "5.36.0" - "@typescript-eslint/types" "5.36.0" - "@typescript-eslint/typescript-estree" "5.36.0" + "@typescript-eslint/scope-manager" "5.36.1" + "@typescript-eslint/types" "5.36.1" + "@typescript-eslint/typescript-estree" "5.36.1" eslint-scope "^5.1.1" eslint-utils "^3.0.0" -"@typescript-eslint/visitor-keys@5.36.0": - version "5.36.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.0.tgz#565d35a5ca00d00a406a942397ead2cb190663ba" - integrity sha512-pdqSJwGKueOrpjYIex0T39xarDt1dn4p7XJ+6FqBWugNQwXlNGC5h62qayAIYZ/RPPtD+ButDWmpXT1eGtiaYg== +"@typescript-eslint/visitor-keys@5.36.1": + version "5.36.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.1.tgz#7731175312d65738e501780f923896d200ad1615" + integrity sha512-ojB9aRyRFzVMN3b5joSYni6FAS10BBSCAfKJhjJAV08t/a95aM6tAhz+O1jF+EtgxktuSO3wJysp2R+Def/IWQ== dependencies: - "@typescript-eslint/types" "5.36.0" + "@typescript-eslint/types" "5.36.1" eslint-visitor-keys "^3.3.0" "@vercel/ncc@0.34.0":