Skip to content

Commit 0d7a7a2

Browse files
committed
chore: 🤖 initialize project
0 parents  commit 0d7a7a2

Some content is hidden

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

60 files changed

+12865
-0
lines changed

.changeset/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

.changeset/chatty-hornets-kiss.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hyperse/html-webpack-plugin-loader": patch
3+
---
4+
5+
initialize project

.changeset/config.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
3+
"changelog": [
4+
"@changesets/changelog-github",
5+
{ "repo": "hyperse-io/html-webpack-plugin-loader" }
6+
],
7+
"commit": false,
8+
"fixed": [],
9+
"linked": [],
10+
"access": "public",
11+
"baseBranch": "main",
12+
"updateInternalDependencies": "patch",
13+
"ignore": []
14+
}

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/.yarn/** linguist-vendored
2+
/.yarn/releases/* binary
3+
/.yarn/plugins/**/* binary
4+
/.pnp.* binary linguist-generated

.github/CODE_OF_CONDUCT.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Hyperse Code of Conduct
2+
3+
## Scope
4+
5+
This code of conduct applies to those who wish to contribute to the Vendure project (any repo under the [hyperse-io](https://github.com/hyperse-io) organization) by way of issues and pull requests. It also applies to official project communications channels such as Slack.
6+
7+
## Standards
8+
9+
Contributors should conduct themselves according to these guidelines:
10+
11+
1. Treat others as you would wish to be treated.
12+
2. Keep your communication professional<sup>1</sup>.
13+
3. Refrain from unkind or inflammatory communications.
14+
15+
## Enforcement
16+
17+
Contributors and other community members can and should enforce the standard above. The mark of an effective and cohesive group is that the individual members enforce the mores of the group.
18+
19+
However, in certain circumstances a report to the project maintainers may be warranted. In this case, contact us at *hi@hyperse.io* so we can deal with it in an appropriate manner.
20+
21+
---
22+
23+
<sup>1</sup>_Definition of "professional":_
24+
25+
1. characterized by or conforming to the technical or ethical standards of a profession
26+
2. exhibiting a courteous, conscientious, and generally businesslike manner in the workplace
27+
[source: [www.merriam-webster.com](https://www.merriam-webster.com/dictionary/professional)]

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These are supported funding model platforms
2+
3+
github: [hyperse-net]
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug report
3+
about: Something not working as it should
4+
title: ""
5+
labels: "type: bug \U0001F41B"
6+
assignees: michaelbromley
7+
---
8+
9+
**Describe the bug**
10+
A clear and concise description of what the bug is.
11+
12+
**To Reproduce**
13+
Steps to reproduce the behavior:
14+
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Environment (please complete the following information):**
24+
25+
- @hyperse/ts-node version:
26+
- Nodejs version
27+
28+
**Additional context**
29+
Add any other context about the problem here.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
**Is your feature request related to a problem? Please describe.**
10+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
12+
**Describe the solution you'd like**
13+
A clear and concise description of what you want to happen.
14+
15+
**Describe alternatives you've considered**
16+
A clear and concise description of any alternative solutions or features you've considered.
17+
18+
**Additional context**
19+
Add any other context or screenshots about the feature request here.

.github/workflows/auto-assign.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Auto Assign
2+
on:
3+
issues:
4+
types: [opened]
5+
pull_request:
6+
types: [opened]
7+
jobs:
8+
run:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: wow-actions/auto-assign@v1
12+
with:
13+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14+
CONFIG_FILE: .github/auto-assign.yml

.github/workflows/ci-integrity.yml

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
name: CI-unitest
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- major
8+
- minor
9+
# Only consider those paths to trigger the action
10+
paths:
11+
- 'src/**'
12+
- 'tests/**'
13+
- 'packages/**'
14+
- 'package.json'
15+
- '*.lock'
16+
- '.yarnrc.yml'
17+
- 'tsconfig.base.json'
18+
- '.prettier*'
19+
- '.github/**'
20+
21+
pull_request:
22+
branches:
23+
- main
24+
- major
25+
- minor
26+
types:
27+
- opened
28+
- synchronize
29+
- reopened
30+
# Only consider those paths to trigger the action
31+
paths:
32+
- 'src/**'
33+
- 'tests/**'
34+
- 'packages/**'
35+
- 'package.json'
36+
- '*.lock'
37+
- '.yarnrc.yml'
38+
- 'tsconfig.base.json'
39+
- '.prettier*'
40+
- '.github/**'
41+
jobs:
42+
test:
43+
runs-on: ubuntu-latest
44+
strategy:
45+
matrix:
46+
node-version: [18.x]
47+
steps:
48+
- uses: actions/checkout@v4
49+
50+
- name: Use Node.js ${{ matrix.node-version }}
51+
uses: actions/setup-node@v4
52+
with:
53+
node-version: ${{ matrix.node-version }}
54+
55+
- name: 📥 Install Dependencies
56+
run: yarn --frozen-lockfile
57+
58+
- name: Linter
59+
run: |
60+
yarn lint
61+
62+
- name: Build
63+
run: |
64+
yarn build
65+
66+
- name: Unit tests
67+
run: |
68+
yarn test

0 commit comments

Comments
 (0)