Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
.github/workflows/release.yml (github-actions)
.github/workflows/test.yml (github-actions)
example/package.json (npm)
package.json (npm)
Configuration Summary
Based on the default config's presets, Renovate will:
Start dependency updates only once this onboarding PR is merged
Show all Merge Confidence badges for pull requests.
Group all minor and patch updates together.
Enable Renovate Dependency Dashboard creation.
Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
Ignore node_modules, bower_components, vendor and various test/tests directories.
Group known monorepo packages together.
Use curated list of recommended non-monorepo package groupings.
Apply crowd-sourced package replacement rules.
Apply crowd-sourced workarounds for known problems with packages.
Run lock file maintenance (updates) early Monday mornings.
Update @types/* packages automatically if tests pass.
Use semantic prefixes for commit messages and PR titles.
Rebase existing PRs any time the base branch has been updated.
Enable Docker major updates.
Default preset for use with hannoeru's repos
🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.
What to Expect
With your current configuration, Renovate will create 12 Pull Requests:
chore(deps): update jest monorepo
- Schedule: ["at any time"]
- Branch name: `renovate/jest-monorepo`
- Merge into: `main`
- Upgrade [@jest/transform](https://togithub.com/jestjs/jest) to `^28.1.3`
- Upgrade [@jest/types](https://togithub.com/jestjs/jest) to `^28.1.3`
- Upgrade [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `^28.1.8`
- Upgrade [jest](https://togithub.com/jestjs/jest) to `^28.1.3`
chore(deps): update all non-major dependencies
- Schedule: ["at any time"]
- Branch name: `renovate/all-minor-patch`
- Merge into: `main`
- Upgrade [@antfu/eslint-config](https://togithub.com/antfu/eslint-config) to `^0.43.1`
- Upgrade [@types/debug](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `^4.1.12`
- Upgrade [esbuild](https://togithub.com/evanw/esbuild) to `^0.20.1`
- Upgrade [pnpm](https://togithub.com/pnpm/pnpm) to `7.33.7`
- Upgrade [tsup](https://togithub.com/egoist/tsup) to `^6.7.0`
- Upgrade [typescript](https://togithub.com/Microsoft/TypeScript) to `^4.9.5`
chore(deps): update linters
- Schedule: ["at any time"]
- Branch name: `renovate/linters`
- Merge into: `main`
- Upgrade [@hannoeru/eslint-config](https://togithub.com/hannoeru/eslint-config) to `^0.9.7`
- Upgrade [eslint](https://togithub.com/eslint/eslint) to `^8.56.0`
chore(deps): update actions/checkout action to v4
- Schedule: ["at any time"]
- Branch name: `renovate/actions-checkout-4.x`
- Merge into: `main`
- Upgrade [actions/checkout](https://togithub.com/actions/checkout) to `v4`
chore(deps): update actions/setup-node action to v4
- Schedule: ["at any time"]
- Branch name: `renovate/actions-setup-node-4.x`
- Merge into: `main`
- Upgrade [actions/setup-node](https://togithub.com/actions/setup-node) to `v4`
chore(deps): update dependency @antfu/eslint-config to v2
- Schedule: ["at any time"]
- Branch name: `renovate/antfu-eslint-config-2.x`
- Merge into: `main`
- Upgrade [@antfu/eslint-config](https://togithub.com/antfu/eslint-config) to `^2.6.4`
chore(deps): update dependency bumpp to v9
- Schedule: ["at any time"]
- Branch name: `renovate/bumpp-9.x`
- Merge into: `main`
- Upgrade [bumpp](https://togithub.com/antfu/bumpp) to `^9.3.0`
chore(deps): update dependency tsup to v8
- Schedule: ["at any time"]
- Branch name: `renovate/tsup-8.x`
- Merge into: `main`
- Upgrade [tsup](https://togithub.com/egoist/tsup) to `^8.0.2`
chore(deps): update dependency typescript to v5
- Schedule: ["at any time"]
- Branch name: `renovate/typescript-5.x`
- Merge into: `main`
- Upgrade [typescript](https://togithub.com/Microsoft/TypeScript) to `^5.3.3`
chore(deps): update jest monorepo to v29 (major)
- Schedule: ["at any time"]
- Branch name: `renovate/major-jest-monorepo`
- Merge into: `main`
- Upgrade [@jest/transform](https://togithub.com/jestjs/jest) to `^29.7.0`
- Upgrade [@jest/types](https://togithub.com/jestjs/jest) to `^29.6.3`
- Upgrade [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `^29.5.12`
- Upgrade [jest](https://togithub.com/jestjs/jest) to `^29.7.0`
chore(deps): update pnpm to v8
- Schedule: ["at any time"]
- Branch name: `renovate/pnpm-8.x`
- Merge into: `main`
- Upgrade [pnpm](https://togithub.com/pnpm/pnpm) to `8.15.3`
chore(deps): lock file maintenance
- Schedule: ["before 4am on Monday"]
- Branch name: `renovate/lock-file-maintenance`
- Merge into: `main`
- Regenerate lock files to use latest dependency versions
❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR has been generated by Mend Renovate. View repository job log here.
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
.github/workflows/release.yml
(github-actions).github/workflows/test.yml
(github-actions)example/package.json
(npm)package.json
(npm)Configuration Summary
Based on the default config's presets, Renovate will:
minor
andpatch
updates together.fix
for dependencies andchore
for all others if semantic commits are in use.node_modules
,bower_components
,vendor
and various test/tests directories.@types/*
packages automatically if tests pass.major
updates.🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.json
in this branch. Renovate will update the Pull Request description the next time it runs.What to Expect
With your current configuration, Renovate will create 12 Pull Requests:
chore(deps): update jest monorepo
- Schedule: ["at any time"] - Branch name: `renovate/jest-monorepo` - Merge into: `main` - Upgrade [@jest/transform](https://togithub.com/jestjs/jest) to `^28.1.3` - Upgrade [@jest/types](https://togithub.com/jestjs/jest) to `^28.1.3` - Upgrade [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `^28.1.8` - Upgrade [jest](https://togithub.com/jestjs/jest) to `^28.1.3`chore(deps): update all non-major dependencies
- Schedule: ["at any time"] - Branch name: `renovate/all-minor-patch` - Merge into: `main` - Upgrade [@antfu/eslint-config](https://togithub.com/antfu/eslint-config) to `^0.43.1` - Upgrade [@types/debug](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `^4.1.12` - Upgrade [esbuild](https://togithub.com/evanw/esbuild) to `^0.20.1` - Upgrade [pnpm](https://togithub.com/pnpm/pnpm) to `7.33.7` - Upgrade [tsup](https://togithub.com/egoist/tsup) to `^6.7.0` - Upgrade [typescript](https://togithub.com/Microsoft/TypeScript) to `^4.9.5`chore(deps): update linters
- Schedule: ["at any time"] - Branch name: `renovate/linters` - Merge into: `main` - Upgrade [@hannoeru/eslint-config](https://togithub.com/hannoeru/eslint-config) to `^0.9.7` - Upgrade [eslint](https://togithub.com/eslint/eslint) to `^8.56.0`chore(deps): update actions/checkout action to v4
- Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-4.x` - Merge into: `main` - Upgrade [actions/checkout](https://togithub.com/actions/checkout) to `v4`chore(deps): update actions/setup-node action to v4
- Schedule: ["at any time"] - Branch name: `renovate/actions-setup-node-4.x` - Merge into: `main` - Upgrade [actions/setup-node](https://togithub.com/actions/setup-node) to `v4`chore(deps): update dependency @antfu/eslint-config to v2
- Schedule: ["at any time"] - Branch name: `renovate/antfu-eslint-config-2.x` - Merge into: `main` - Upgrade [@antfu/eslint-config](https://togithub.com/antfu/eslint-config) to `^2.6.4`chore(deps): update dependency bumpp to v9
- Schedule: ["at any time"] - Branch name: `renovate/bumpp-9.x` - Merge into: `main` - Upgrade [bumpp](https://togithub.com/antfu/bumpp) to `^9.3.0`chore(deps): update dependency tsup to v8
- Schedule: ["at any time"] - Branch name: `renovate/tsup-8.x` - Merge into: `main` - Upgrade [tsup](https://togithub.com/egoist/tsup) to `^8.0.2`chore(deps): update dependency typescript to v5
- Schedule: ["at any time"] - Branch name: `renovate/typescript-5.x` - Merge into: `main` - Upgrade [typescript](https://togithub.com/Microsoft/TypeScript) to `^5.3.3`chore(deps): update jest monorepo to v29 (major)
- Schedule: ["at any time"] - Branch name: `renovate/major-jest-monorepo` - Merge into: `main` - Upgrade [@jest/transform](https://togithub.com/jestjs/jest) to `^29.7.0` - Upgrade [@jest/types](https://togithub.com/jestjs/jest) to `^29.6.3` - Upgrade [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `^29.5.12` - Upgrade [jest](https://togithub.com/jestjs/jest) to `^29.7.0`chore(deps): update pnpm to v8
- Schedule: ["at any time"] - Branch name: `renovate/pnpm-8.x` - Merge into: `main` - Upgrade [pnpm](https://togithub.com/pnpm/pnpm) to `8.15.3`chore(deps): lock file maintenance
- Schedule: ["before 4am on Monday"] - Branch name: `renovate/lock-file-maintenance` - Merge into: `main` - Regenerate lock files to use latest dependency versions❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section. If you need any further assistance then you can also request help here.
This PR has been generated by Mend Renovate. View repository job log here.