From 224d59bd530f2728d5f44f78ad552d5ca5cfb793 Mon Sep 17 00:00:00 2001 From: Josh <37798644+joshuaellis@users.noreply.github.com> Date: Thu, 11 Apr 2024 12:58:15 +0100 Subject: [PATCH 1/2] chore!: bump to v5 --- .changeset/config.json | 2 +- .changeset/little-drinks-eat.md | 5 +++++ .github/workflows/tests.yml | 4 ++-- pnpm-workspace.yaml | 1 + 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 .changeset/little-drinks-eat.md diff --git a/.changeset/config.json b/.changeset/config.json index 7b9b8b1..3d0d645 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,7 +1,7 @@ { "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json", "commit": false, - "changelog": false, + "changelog": false, "access": "public", "baseBranch": "main" } diff --git a/.changeset/little-drinks-eat.md b/.changeset/little-drinks-eat.md new file mode 100644 index 0000000..9d4a28b --- /dev/null +++ b/.changeset/little-drinks-eat.md @@ -0,0 +1,5 @@ +--- +'@strapi/pack-up': major +--- + +line in the sand diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 026945f..1330f76 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ concurrency: jobs: lint-build: name: 'lint & build' - runs-on: mac-os + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v3 @@ -38,7 +38,7 @@ jobs: test-unit: needs: 'lint-build' name: 'test:unit (${{ matrix.node }})' - runs-on: mac-os + runs-on: ubuntu-latest strategy: # A test failing on windows doesn't mean it'll fail on macos. It's useful to let all tests run to its completion to get the full picture fail-fast: false diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 1b5a85d..91e5976 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,2 +1,3 @@ packages: - test/env/__tmp__/** + - ./ From 169d1fd81505c8e876a1ebbb1f332ae84ba75a00 Mon Sep 17 00:00:00 2001 From: Josh <37798644+joshuaellis@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:50:20 +0100 Subject: [PATCH 2/2] chore: remove . files from prettier ignore --- .changeset/config.json | 2 +- .prettierignore | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 3d0d645..7b9b8b1 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,7 +1,7 @@ { "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json", "commit": false, - "changelog": false, + "changelog": false, "access": "public", "baseBranch": "main" } diff --git a/.prettierignore b/.prettierignore index a8e71fe..e143195 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,3 @@ bin dist -pnpm-lock.yaml -.* \ No newline at end of file +pnpm-lock.yaml \ No newline at end of file