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 Jul 19, 2023
1 parent 20a34e8 commit 347bc53
Show file tree
Hide file tree
Showing 9 changed files with 1,061 additions and 1,068 deletions.
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
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 }]
}
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
19 changes: 9 additions & 10 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.1",
"@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.1.0",
"@typescript-eslint/parser": "6.1.0",
"@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": "8.45.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"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.0",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"micromatch": "4.0.5",
"pinst": "3.0.0",
"prettier": "2.8.8",
"prettier": "3.0.0",
"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 347bc53

Please sign in to comment.