Skip to content

Commit

Permalink
chore: willboosterify this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
WillBooster-bot committed Aug 3, 2023
1 parent 20a34e8 commit 0947ae4
Show file tree
Hide file tree
Showing 13 changed files with 1,310 additions and 1,113 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ dist/
temp/
Icon[]
!.keep
*/mount/*.hash

test-results/
# Created by https://www.toptal.com/developers/gitignore/api/windows
# Edit at https://www.toptal.com/developers/gitignore?templates=windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- '**.md'
- '**/docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ dist/
temp/
Icon[]
!.keep
*/mount/*.hash

test-results/
# Created by https://www.toptal.com/developers/gitignore/api/windows
# Edit at https://www.toptal.com/developers/gitignore?templates=windows
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ dist/
temp/
Icon[]
!.keep
*/mount/*.hash

test-results/
# Created by https://www.toptal.com/developers/gitignore/api/windows
# Edit at https://www.toptal.com/developers/gitignore?templates=windows
Expand Down
7 changes: 6 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"@semantic-release/release-notes-generator",
[
"@semantic-release/github",
{ "successComment": false, "labels": ["r: semantic-release"], "releasedLabels": ["released :bookmark:"] }
{
"successComment": false,
"labels": ["r: semantic-release"],
"releasedLabels": ["released :bookmark:"],
"failComment": false
}
],
[
"semantic-release-firefox-add-on",
Expand Down
6 changes: 5 additions & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{ "extends": ["@willbooster"], "packageRules": [{ "packageNames": ["semantic-release"], "enabled": false }] }
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>WillBooster/willbooster-configs:renovate.json5"],
"packageRules": [{ "packageNames": ["semantic-release"], "enabled": false }]
}
17 changes: 10 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
{
"typescript.tsdk": "./node_modules/typescript/lib",
"eslint.packageManager": "yarn",
"[typescript]": {
"editor.rulers": [120],
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.rulers": [120],
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
},
"[typescript]": {
"editor.rulers": [120],
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.formatOnSave": true,
"eslint.packageManager": "yarn",
"files.watcherExclude": {
"**/node_modules/**": true
},
"githubPullRequests.defaultMergeMethod": "squash",
"plantuml.render": "PlantUMLServer",
"plantuml.server": "https://willbooster-plantuml.herokuapp.com/"
"plantuml.server": "https://willbooster-plantuml.herokuapp.com/",
"typescript.tsdk": "./node_modules/typescript/lib"
}
881 changes: 0 additions & 881 deletions .yarn/releases/yarn-4.0.0-rc.47.cjs

This file was deleted.

881 changes: 881 additions & 0 deletions .yarn/releases/yarn-4.0.0-rc.48.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ plugins:
path: .yarn/plugins/plugin-auto-install.cjs
spec: 'https://github.com/WillBooster/yarn-plugin-auto-install/releases/download/v1.9.2/index.cjs'

yarnPath: .yarn/releases/yarn-4.0.0-rc.47.cjs
yarnPath: .yarn/releases/yarn-4.0.0-rc.48.cjs
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@babel/preset-env": "7.22.5",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@playwright/test": "1.35.1",
"@playwright/test": "1.36.2",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "25.0.2",
"@rollup/plugin-node-resolve": "15.1.0",
Expand All @@ -55,29 +55,28 @@
"@types/micromatch": "4.0.2",
"@types/pako": "2.0.0",
"@types/sass": "1.43.1",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@willbooster/eslint-config-ts": "10.2.0",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"@willbooster/eslint-config-ts": "10.4.0",
"@willbooster/prettier-config": "9.1.1",
"@willbooster/renovate-config": "9.5.0",
"babel-plugin-transform-remove-console": "6.9.4",
"bestzip": "2.2.1",
"conventional-changelog-conventionalcommits": "6.1.0",
"cross-env": "7.0.3",
"dotenv-cli": "7.2.1",
"eslint": "8.43.0",
"eslint-config-prettier": "8.8.0",
"eslint": "8.46.0",
"eslint-config-prettier": "8.10.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-sort-class-members": "1.18.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-svelte3": "4.0.0",
"eslint-plugin-unicorn": "47.0.0",
"eslint-plugin-unicorn": "48.0.1",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"micromatch": "4.0.5",
"pinst": "3.0.0",
"prettier": "2.8.8",
"prettier": "3.0.1",
"prettier-plugin-svelte": "2.10.1",
"rollup": "3.26.0",
"rollup-plugin-svelte": "7.1.6",
Expand All @@ -86,11 +85,11 @@
"semantic-release": "20.1.3",
"semantic-release-chrome": "3.2.0",
"semantic-release-firefox-add-on": "0.2.8",
"sort-package-json": "2.4.1",
"sort-package-json": "2.5.1",
"svelte": "4.0.1",
"svelte-check": "3.4.4",
"svelte-preprocess": "5.0.4",
"typescript": "5.1.6"
},
"packageManager": "yarn@4.0.0-rc.47"
"packageManager": "yarn@4.0.0-rc.48"
}
2 changes: 1 addition & 1 deletion src/popup.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<body></body>
<script src="./popup.js"></script>
Expand Down
Loading

0 comments on commit 0947ae4

Please sign in to comment.