Skip to content

Commit

Permalink
Bump next from 13.4.1 to 14.0.0 (#8)
Browse files Browse the repository at this point in the history
* Bump next from 13.4.1 to 13.5.0

Bumps [next](https://github.com/vercel/next.js) from 13.4.1 to 13.5.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v13.4.1...v13.5.0)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* disable lock file need in ci

* simplified pnpm installation

* bump next to 14

* clean up PR tests CI file a bit

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vygandas Pliasas <[email protected]>
  • Loading branch information
dependabot[bot] and vygandas authored Oct 29, 2023
1 parent 34ab28a commit 51ea59f
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 74 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/pr_affected_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,12 @@ jobs:

- run: git fetch origin main

# - run: yarn install

- uses: pnpm/action-setup@v2
with:
version: 8
run_install: |
- use-beta-cli=true
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
- args: [--global, gulp, prettier, typescript, eslint]
run_install: false

- run: pnpm install --no-prefer-frozen-lockfile

- name: Run Affected Tests
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@swc/helpers": "~0.5.2",
"axios": "^1.0.0",
"class-validator": "^0.14.0",
"next": "13.4.1",
"next": "14.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.11.2",
Expand Down
112 changes: 46 additions & 66 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 51ea59f

@vercel
Copy link

@vercel vercel bot commented on 51ea59f Oct 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.