-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Svelte * 🔥 REMOVE: @kitql/template * ✨ UPDATE: QOL * 🚧 UPDATE: CI * 🎉 NEW: add shell option (#348) * ✏️ UPDATE: changeset * 👷 UPDATE: ci * 🚧 UPDATE: last helper * 👌 FIX: test --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
12ae316
commit 53c60d0
Showing
23 changed files
with
462 additions
and
502 deletions.
There are no files selected for viewing
This file contains 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 @@ | ||
--- | ||
'vite-plugin-watch-and-run': minor | ||
--- | ||
|
||
add shell option |
This file contains 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 @@ | ||
--- | ||
'@kitql/helper': minor | ||
--- | ||
|
||
queryStringApprend has been removed |
This file contains 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 @@ | ||
--- | ||
'@kitql/helper': minor | ||
--- | ||
|
||
colors "logXxxx" has been renamed to "xxx" |
This file contains 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 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 |
---|---|---|
|
@@ -29,20 +29,10 @@ jobs: | |
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits | ||
fetch-depth: 0 | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
|
||
- uses: pnpm/[email protected] | ||
name: Install pnpm | ||
id: pnpm-install | ||
with: | ||
version: 7 | ||
run_install: false | ||
|
||
- name: Install Dependencies | ||
run: pnpm i | ||
- uses: jycouet/jycouet/shared-config/setup@main | ||
name: setup env | ||
# with: | ||
# nodeVersion: 18 | ||
|
||
- name: Create Release Pull Request or Publish to npm | ||
id: changesets | ||
|
This file contains 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 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 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 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 @@ | ||
// Matt Pocock tips | ||
|
||
export type Prettify<T> = { | ||
[K in keyof T]: T[K] | ||
} & {} |
This file contains 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 |
---|---|---|
@@ -1,4 +1,19 @@ | ||
export { Log, logCyan, logGreen, logMagneta, logRed, logYellow } from './Log.js' | ||
export { queryStringApprend } from './queryStringApprend.js' | ||
export { | ||
Log, | ||
black, | ||
blue, | ||
bold, | ||
cyan, | ||
gray, | ||
green, | ||
italic, | ||
magneta, | ||
red, | ||
strikethrough, | ||
white, | ||
yellow, | ||
} from './Log.js' | ||
export { sleep } from './sleep.js' | ||
export { stry, stry0 } from './stry.js' | ||
|
||
export type { Prettify } from './Prettify.d.ts' |
Oops, something went wrong.
53c60d0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
kitql – ./
kitql-jycouet.vercel.app
kitql.vercel.app
kitql-git-main-jycouet.vercel.app
www.kitql.dev
kitql.dev