Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ on:
- prerelease

permissions:
id-token: none
contents: write

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
name: Analyze
runs-on: ubuntu-latest
permissions:
id-token: none
actions: read
contents: read
security-events: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/headers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- cron: "0 0 * * 0" # Runs every Sunday at midnight UTC

permissions:
id-token: none
contents: write # Grants write access to push changes
pull-requests: write # and create PRs

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
pull_request:
branches: [ master, v25, v26, v27 ]

permissions:
id-token: none
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion express-zod-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-zod-api",
"version": "28.0.1-beta.0",
"version": "28.0.1-beta.1",
"description": "A Typescript framework to help you get an API server up and running with I/O schema validation and custom middlewares in minutes.",
"license": "MIT",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gitChecks: false
engineStrict: true
autoInstallPeers: false
dedupePeers: true
minimumReleaseAge: 10080
Comment thread
RobinTail marked this conversation as resolved.
publicHoistPattern:
- "@typescript-eslint/*" # used as an assumed transitive in migration
- "@vitest/*" # used by vitest.setup.ts and vitest.config.ts
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencyDashboard": false,
"postUpdateOptions": ["pnpmDedupe"],
"ignorePaths": ["**/compat-test/**"],
"minimumReleaseAge": "1 day",
"minimumReleaseAge": "7 days",
Comment thread
RobinTail marked this conversation as resolved.
"packageRules": [
{
"groupName": "TypeScript-ESLint and its rule tester",
Expand Down