Skip to content

Commit 89ec951

Browse files
committed
build: adopt @-xun/symbiote
1 parent 36e49c0 commit 89ec951

60 files changed

Lines changed: 17166 additions & 19145 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.codecov.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
coverage:
22
range: '75...100'
3+
status:
4+
project:
5+
default:
6+
informational: true
7+
patch:
8+
default:
9+
informational: true
10+
# * Well-known flag syntax: package.<branch>_<package-id>
11+
# * <package>-id will be the WorkspacePackageId or "root" for RootPackages
12+
flag_management:
13+
# * These rules will apply to all non-specially-configured flags
14+
default_rules:
15+
carryforward: true
16+
statuses:
17+
- type: project
18+
target: auto
19+
- type: patch
20+
target: auto

.env.default

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,50 @@
1-
# When running a (projector) pipeline via GHA/Vercel, all required env vars must
2-
# be defined as repo secrets. With projector, the sync command handles this.
1+
# shellcheck disable=all
32

43
# Codecov test analysis token
54
#
6-
# Required: if deploying
7-
# On-Sync: mirror
8-
#
95
# The token used during CI/CD to analyze and upload build artifact code quality
106
# data to Codecov.
117
CODECOV_TOKEN=
128

13-
# GitHub deploy token
14-
#
15-
# Alias: GH_TOKEN
16-
# Required: if deploying
17-
# On-Sync: mirror
9+
# GitHub deploy token (alias GH_TOKEN)
1810
#
1911
# The token used during CI/CD to interact with GitHub's API.
2012
GITHUB_TOKEN=
2113

2214
# NPM deploy token
2315
#
24-
# Required: if deploying
25-
# On-Sync: mirror
26-
#
2716
# The token used during CD to login to NPM. Not referenced during non-CI/CD
2817
# (i.e. local, manual) deployments.
2918
NPM_TOKEN=
3019

3120
# Git push author name
3221
#
33-
# Required: if deploying
34-
# On-Sync: mirror
35-
#
3622
# The token used during CD to set the author name of the git push.
3723
GIT_AUTHOR_NAME=
3824

3925
# Git commit committer name
4026
#
41-
# Required: if deploying
42-
# On-Sync: mirror
43-
#
4427
# The token used during CD to set the name attached to any git commits.
4528
GIT_COMMITTER_NAME=
4629

4730
# Git push author email
4831
#
49-
# Required: if deploying
50-
# On-Sync: mirror
51-
#
5232
# The token used during CD to set the author email of the git push.
5333
GIT_AUTHOR_EMAIL=
5434

5535
# Git commit committer email
5636
#
57-
# Required: if deploying
58-
# On-Sync: mirror
59-
#
6037
# The token used during CD to set the email attached to any git commits.
6138
GIT_COMMITTER_EMAIL=
6239

6340
# GPG private key passphrase
6441
#
65-
# Required: if deploying with CI/CD
66-
# On-Sync: mirror
67-
#
6842
# The passphrase used to unlock GPG_PRIVATE_KEY. Not referenced during non-CI/CD
6943
# (i.e. local, manual) deployments.
7044
GPG_PASSPHRASE=
7145

7246
# GPG private key
7347
#
74-
# Required: if deploying with CI/CD
75-
# On-Sync: mirror
76-
#
7748
# The GPG key used to sign all git commits and releases. Not referenced during
7849
# non-CI/CD (i.e. local, manual) deployments.
7950
GPG_PRIVATE_KEY=

.eslintrc.js

Lines changed: 0 additions & 182 deletions
This file was deleted.

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# See https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners
2+
3+
* @Xunnamius

.github/CODE_OF_CONDUCT.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
In the interest of fostering an open and welcoming environment, we as
66
contributors and maintainers pledge to making participation in our project and
77
our community a harassment-free experience for everyone, regardless of age, body
8-
size, disability, ethnicity, gender identity and expression, level of
9-
experience, nationality, personal appearance, race, religion, or sexual identity
10-
and orientation.
8+
size, disability, ethnicity, sex characteristics, gender identity and
9+
expression, level of experience, education, socioeconomic status, nationality,
10+
personal appearance, race, religion, or sexual identity and orientation.
1111

1212
## Our Standards
1313

@@ -22,6 +22,7 @@ include:
2222

2323
Examples of unacceptable behavior by participants include:
2424

25+
- Racism or sexism in any shape or form.
2526
- The use of sexualized language or imagery and unwelcome sexual attention or
2627
advances.
2728
- Trolling, insulting/derogatory comments, and personal or political attacks.
@@ -55,12 +56,12 @@ further defined and clarified by project maintainers.
5556
## Enforcement
5657

5758
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at [kent+coc@doddsfamily.us][1]. All
59-
complaints will be reviewed and investigated and will result in a response that
60-
is deemed necessary and appropriate to the circumstances. The project team is
61-
obligated to maintain confidentiality with regard to the reporter of an
62-
incident. Further details of specific enforcement policies may be posted
63-
separately.
59+
reported by contacting the project team at
60+
[Xunnamius@users.noreply.github.com][1]. All complaints will be reviewed and
61+
investigated and will result in a response that is deemed necessary and
62+
appropriate to the circumstances. The project team is obligated to maintain
63+
confidentiality with regard to the reporter of an incident. Further details of
64+
specific enforcement policies may be posted separately.
6465

6566
Project maintainers who do not follow or enforce the Code of Conduct in good
6667
faith may face temporary or permanent repercussions as determined by other
@@ -69,8 +70,13 @@ members of the project's leadership.
6970
## Attribution
7071

7172
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
72-
version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
73+
version 1.4, available at
74+
[https://www.contributor-covenant.org/version/1/4/code-of-conduct.html][2]
7375

74-
[homepage]: http://contributor-covenant.org
75-
[version]: http://contributor-covenant.org/version/1/4
76-
[1]: mailto:kent+coc@doddsfamily.us
76+
For answers to common questions about this code of conduct, see
77+
[https://www.contributor-covenant.org/faq][3]
78+
79+
[homepage]: https://www.contributor-covenant.org
80+
[1]: mailto:Xunnamius@users.noreply.github.com
81+
[2]: https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
82+
[3]: https://www.contributor-covenant.org/faq

.github/FUNDING.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# These are supported funding model platforms
2+
3+
github: [Xunnamius]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

0 commit comments

Comments
 (0)