-
-
Notifications
You must be signed in to change notification settings - Fork 5
Version Bump CI #113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Version Bump CI #113
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
9799354
Version Bump CI
AlexanderKaran 0612233
Format P2
AlexanderKaran 877b85a
Format
AlexanderKaran 703ecb8
Updated versions
AlexanderKaran ff557ff
Improved linted and type check
AlexanderKaran 0aa329d
Clean up CI
AlexanderKaran bf2d0e2
Merge branch 'main' into version-lock
AlexanderKaran 9a6c25d
Re-ran install after merge
AlexanderKaran 8af7168
Moved mastro too
AlexanderKaran 011a82e
Fixed lockfile
AlexanderKaran c5e636f
Bumped versions
AlexanderKaran cb208a2
Create pnpm-lock.yaml
AlexanderKaran f6eff28
Fixed package drift
AlexanderKaran c075b5d
Added working-directory
AlexanderKaran File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,109 @@ | ||
| version: 2 | ||
| updates: | ||
| # Next.js (starter + app grouped) | ||
| - package-ecosystem: 'npm' | ||
| directories: | ||
| - '/packages/starter-next-js' | ||
| - '/packages/app-next-js' | ||
| schedule: | ||
| interval: 'weekly' | ||
| day: 'monday' | ||
| allow: | ||
| - dependency-name: 'next' | ||
| ignore: | ||
| - dependency-name: 'next' | ||
| update-types: ['version-update:semver-patch'] | ||
|
|
||
| # Nuxt (starter + app grouped) | ||
| - package-ecosystem: 'npm' | ||
| directories: | ||
| - '/packages/starter-nuxt' | ||
| - '/packages/app-nuxt' | ||
| schedule: | ||
| interval: 'weekly' | ||
| day: 'monday' | ||
| allow: | ||
| - dependency-name: 'nuxt' | ||
| ignore: | ||
| - dependency-name: 'nuxt' | ||
| update-types: ['version-update:semver-patch'] | ||
|
|
||
| # Astro (starter + app grouped) | ||
| - package-ecosystem: 'npm' | ||
| directories: | ||
| - '/packages/starter-astro' | ||
| - '/packages/app-astro' | ||
| schedule: | ||
| interval: 'weekly' | ||
| day: 'monday' | ||
| allow: | ||
| - dependency-name: 'astro' | ||
| ignore: | ||
| - dependency-name: 'astro' | ||
| update-types: ['version-update:semver-patch'] | ||
|
|
||
| # SvelteKit (starter + app grouped) | ||
| - package-ecosystem: 'npm' | ||
| directories: | ||
| - '/packages/starter-sveltekit' | ||
| - '/packages/app-sveltekit' | ||
| schedule: | ||
| interval: 'weekly' | ||
| day: 'monday' | ||
| allow: | ||
| - dependency-name: '@sveltejs/kit' | ||
| ignore: | ||
| - dependency-name: '@sveltejs/kit' | ||
| update-types: ['version-update:semver-patch'] | ||
|
|
||
| # React Router (starter + app grouped) | ||
| - package-ecosystem: 'npm' | ||
| directories: | ||
| - '/packages/starter-react-router' | ||
| - '/packages/app-react-router' | ||
| schedule: | ||
| interval: 'weekly' | ||
| day: 'monday' | ||
| allow: | ||
| - dependency-name: '@react-router/dev' | ||
| ignore: | ||
| - dependency-name: '@react-router/dev' | ||
| update-types: ['version-update:semver-patch'] | ||
|
|
||
| # TanStack Start (starter + app grouped) | ||
| - package-ecosystem: 'npm' | ||
| directories: | ||
| - '/packages/starter-tanstack-start-react' | ||
| - '/packages/app-tanstack-start-react' | ||
| schedule: | ||
| interval: 'weekly' | ||
| day: 'monday' | ||
| allow: | ||
| - dependency-name: '@tanstack/react-start' | ||
| ignore: | ||
| - dependency-name: '@tanstack/react-start' | ||
| update-types: ['version-update:semver-patch'] | ||
|
|
||
| # SolidStart (starter + app grouped) | ||
| - package-ecosystem: 'npm' | ||
| directories: | ||
| - '/packages/starter-solid-start' | ||
| - '/packages/app-solid-start' | ||
| schedule: | ||
| interval: 'weekly' | ||
| day: 'monday' | ||
| allow: | ||
| - dependency-name: '@solidjs/start' | ||
| ignore: | ||
| - dependency-name: '@solidjs/start' | ||
| update-types: ['version-update:semver-patch'] | ||
|
|
||
| # Workspace packages (docs + stats-generator) | ||
| - package-ecosystem: 'npm' | ||
| directory: '/' | ||
| schedule: | ||
| interval: 'weekly' | ||
| day: 'friday' | ||
| groups: | ||
| workspace-deps: | ||
| patterns: ['*'] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| ## Checklist | ||
|
|
||
| - [ ] If updating UI/UX components ensure you have added screenshots or a gif or video of the changes to the PR description | ||
| - [ ] If this is a dependabot PR that bumps a metaframework version, ensure that all package versions in the package match the versions installed by the metaframework version being bumped | ||
| - [ ] If this is a dependabot PR that bumps a metaframework version in a `starter-*` package, ensure that the deps, and file content matches the output of the metaframeworks recommended starter/default project |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.