forked from posva/pinia-colada
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Merge branch 'main' into feat-add-mutation-store
- Loading branch information
Showing
142 changed files
with
14,148 additions
and
3,902 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,12 @@ | ||
root = true | ||
|
||
[*] | ||
indent_size = 2 | ||
indent_style = space | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false |
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,37 +1,54 @@ | ||
repository: | ||
homepage: https://pinia-colada.esm.dev | ||
description: 🍹 The smart data fetching layer for Pinia | ||
labels: | ||
- name: 🐞 bug | ||
color: ee0701 | ||
description: this isn't working as expected | ||
oldname: bug | ||
- name: ✨ feature request | ||
color: fbca04 | ||
description: a new feature request | ||
- name: ⚡️ enhancement | ||
color: a2eeef | ||
description: improvement over an existing feature | ||
- name: need repro | ||
oldname: enhancement | ||
- name: ♦️ need repro | ||
color: c9581c | ||
description: the issue needs a reproduction for further investigation | ||
oldname: need repro | ||
- name: has workaround | ||
color: 2139c4 | ||
description: has a temporary fix to get around the problem | ||
- name: contribution welcome | ||
- name: 👍 contribution welcome | ||
color: 0e8a16 | ||
description: others are welcome to implement/fix this | ||
- name: typescript | ||
oldname: contribution welcome | ||
- name: 🔹 typescript | ||
color: 3178c6 | ||
description: issue related to types | ||
oldname: typescript | ||
- name: 💬 discussion | ||
color: 4935ad | ||
description: topic that requires further discussion | ||
- name: 📚 docs | ||
color: 8be281 | ||
description: related to documentation | ||
- name: good first issue | ||
oldname: documentation | ||
- name: 1️⃣ good first issue | ||
color: 7057ff | ||
description: this should be manageable for new-comers | ||
- name: help wanted | ||
- name: 🙏 help wanted | ||
color: 008672 | ||
description: help in this issue is welcome | ||
oldname: help wanted | ||
- name: wontfix | ||
color: ffffff | ||
description: this issue won't be fixed | ||
oldname: wontfix | ||
- name: meta | ||
color: 5319e7 | ||
description: related to the project itself | ||
- name: 🔌 plugins | ||
color: baffc9 | ||
description: related to plugins |
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,28 @@ | ||
name: autofix.ci | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
paths-ignore: | ||
- 'docs/**' | ||
- 'scripts/**' | ||
|
||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
autofix: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: pnpm/action-setup@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: lts/* | ||
cache: pnpm | ||
|
||
- run: pnpm install --frozen-lockfile | ||
- run: pnpm run lint:fix | ||
|
||
- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c |
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
Oops, something went wrong.