Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/web-csv-toolbox-wasm/wasm-o…
Browse files Browse the repository at this point in the history
…pt-0.116.1
  • Loading branch information
kamiazya authored Jun 10, 2024
2 parents cec1332 + 1cadf27 commit b959acc
Show file tree
Hide file tree
Showing 75 changed files with 2,153 additions and 7,845 deletions.
5 changes: 5 additions & 0 deletions .changeset/friendly-flowers-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
web-csv-toolbox: patch
---

build(deps): bump moonrepo/setup-rust from 1.1.0 to 1.2.0
5 changes: 5 additions & 0 deletions .changeset/lazy-crews-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
web-csv-toolbox: patch
---

build(deps-dev): bump vite from 5.1.7 to 5.2.13
5 changes: 5 additions & 0 deletions .changeset/light-seas-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
web-csv-toolbox: patch
---

build(deps): bump compiler_builtins from 0.1.108 to 0.1.112 in /web-csv-toolbox-wasm
5 changes: 5 additions & 0 deletions .changeset/perfect-toys-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
web-csv-toolbox: patch
---

build(deps): bump serde_json from 1.0.114 to 1.0.117 in /web-csv-toolbox-wasm
5 changes: 5 additions & 0 deletions .changeset/short-ways-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
web-csv-toolbox: patch
---

build(deps-dev): bump fast-check from 3.15.1 to 3.19.0
5 changes: 5 additions & 0 deletions .changeset/silly-clocks-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
web-csv-toolbox: patch
---

build(deps): bump serde from 1.0.197 to 1.0.203 in /web-csv-toolbox-wasm
5 changes: 0 additions & 5 deletions .changeset/strong-colts-help.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/swift-yaks-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"web-csv-toolbox": patch
---

Disable macos FireFox browser testing on CI
5 changes: 5 additions & 0 deletions .changeset/tall-rats-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"web-csv-toolbox": minor
---

Refactor error handling and add new error classes
5 changes: 5 additions & 0 deletions .changeset/yellow-scissors-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"web-csv-toolbox": patch
---

Add type check script and update CI workflow
11 changes: 6 additions & 5 deletions .github/workflows/.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,19 @@ jobs:
contents: write
steps:
- name: Checkout Repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- run: |
sudo apt-get update
sudo apt-get install libstdc++-12-dev
- name: Install latest
uses: moonrepo/setup-rust@b8edcc56aab474d90c7cf0bb8beeaf8334c15e9f # v1.1.0
uses: moonrepo/setup-rust@d8048d4fdff0633123678b093726e6d7c8ad6de5 # v1.2.0
with:
targets: wasm32-unknown-unknown
channel: nightly
target-dirs: web-csv-toolbox-wasm/target
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
with:
version: 8
- name: Setup Node.js 20
Expand All @@ -31,11 +32,11 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm run build
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: dist
path: dist
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: web-csv-toolbox-wasm
path: |
Expand Down
50 changes: 0 additions & 50 deletions .github/workflows/.check.yaml

This file was deleted.

24 changes: 12 additions & 12 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
# Other permissions are defaulted to none
steps:
- name: Checkout Repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
with:
version: 8
- name: Setup Node.js 20
Expand All @@ -42,10 +42,10 @@ jobs:
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@e2f8e964d080ae97c874b19e27b12e0a8620fb6c # v1.4.6
uses: changesets/action@aba318e9165b45b7948c60273e0b72fce0a64eb9 # v1.4.7
with:
publish: pnpm exec changeset publish
version: pnpm exec changeset version
Expand All @@ -67,8 +67,8 @@ jobs:
if: needs.release.outputs.published == 'false'
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
with:
version: 8
- name: Setup Node.js
Expand All @@ -78,7 +78,7 @@ jobs:
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
- name: Creating .npmrc
if: ${{ github.actor != 'dependabot[bot]' }}
run: |
Expand Down Expand Up @@ -113,8 +113,8 @@ jobs:
pages: write
id-token: write
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
with:
version: 8
- name: Setup Node.js 20
Expand All @@ -124,17 +124,17 @@ jobs:
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
- name: Build
run: pnpm build:js
- name: Build documentation
run: pnpm run doc
- name: Configure GitHub Pages
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
with:
path: doc
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@decdde0ac072f6dcbe43649d82d9c635fff5b4e4 # v4.0.4
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
Loading

0 comments on commit b959acc

Please sign in to comment.