Skip to content

Commit

Permalink
chore: Update to Next 15
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmytton committed Dec 23, 2024
1 parent 06f326b commit e0983d5
Show file tree
Hide file tree
Showing 5 changed files with 681 additions and 211 deletions.
18 changes: 9 additions & 9 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.22.3
version: 1.22.8
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
plugins:
sources:
- id: trunk
ref: v1.6.2
ref: v1.6.6
uri: https://github.com/trunk-io/plugins
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
runtimes:
enabled:
- node@18.12.1
- node@18.20.5
- [email protected]
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
lint:
enabled:
- [email protected].238
- [email protected].344
- [email protected]
- git-diff-check
- markdownlint@0.41.0
- osv-scanner@1.8.4
- prettier@3.3.3
- trivy@0.54.1
- trufflehog@3.81.9
- markdownlint@0.43.0
- osv-scanner@1.9.2
- prettier@3.4.2
- trivy@0.58.0
- trufflehog@3.88.0
- [email protected]
actions:
enabled:
Expand Down
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
Loading

0 comments on commit e0983d5

Please sign in to comment.