Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(update): update nuxt 3 #912

Merged
merged 39 commits into from
Jul 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
8c0f1e2
chore(deps): update all non-major dependencies
renovate[bot] Jun 17, 2022
1378aa9
Merge pull request #872 from ThornWalli/renovate/all-minor-patch
ThornWalli Jun 19, 2022
ca0df9b
chore(test): renaming describes
ThornWalli Jun 19, 2022
1d01a8b
chore(deps): update devdependency stylelint-config-standard to v26
renovate[bot] Jun 19, 2022
08b465b
Merge pull request #873 from ThornWalli/renovate/stylelint-config-sta…
ThornWalli Jun 19, 2022
80c06ca
Update README.md
ThornWalli Jun 19, 2022
d09863b
chore(deps): update all non-major dependencies
renovate[bot] Jul 2, 2022
7b48c15
Merge pull request #874 from ThornWalli/renovate/all-minor-patch
ThornWalli Jul 2, 2022
eb9b0b3
chore(deps): update all non-major dependencies
renovate[bot] Nov 20, 2022
493c1d6
chore(vitest): added `vite`
ThornWalli Jan 3, 2023
b2c2906
chore(deps): update devdependency @nuxtjs/eslint-config to v12
renovate[bot] Jan 3, 2023
c383eca
Merge pull request #875 from ThornWalli/renovate/all-minor-patch
ThornWalli Jan 3, 2023
2d9dff2
chore(deps): update dependency ufo to v1
renovate[bot] Jan 3, 2023
1bc2836
chore(deps): update dependency uuid to v9
renovate[bot] Jan 3, 2023
74a0005
Update vitest.config.js
ThornWalli Jan 3, 2023
ddc8488
chore(deps): update devdependency @fullhuman/postcss-purgecss to v5
renovate[bot] Jan 3, 2023
085fc49
chore(deps): bump json5 from 1.0.1 to 1.0.2
dependabot[bot] Jan 3, 2023
88cc371
Merge pull request #890 from ThornWalli/renovate/ufo-1.x
ThornWalli Jan 3, 2023
2a306ae
Merge pull request #883 from ThornWalli/renovate/uuid-9.x
ThornWalli Jan 3, 2023
727d64f
chore(deps): bump loader-utils from 1.4.0 to 1.4.2
dependabot[bot] Jan 3, 2023
4cfd240
Merge pull request #884 from ThornWalli/renovate/fullhuman-postcss-pu…
ThornWalli Jan 3, 2023
9628631
Merge pull request #886 from ThornWalli/dependabot/npm_and_yarn/loade…
ThornWalli Jan 3, 2023
4540116
Merge pull request #892 from ThornWalli/dependabot/npm_and_yarn/json5…
ThornWalli Jan 3, 2023
5bb831f
chore(deps): update devdependency @nuxtjs/eslint-config to v12
renovate[bot] Jan 3, 2023
39a5dcb
Merge branch 'renovate/nuxtjs-eslint-config-12.x' of https://github.c…
ThornWalli Jan 3, 2023
cc874ef
chore(eslint): fix
ThornWalli Jan 3, 2023
1eb70f1
Merge pull request #891 from ThornWalli/renovate/nuxtjs-eslint-config…
ThornWalli Jan 3, 2023
69a929b
Update imprint.md
ThornWalli Jul 6, 2023
1550039
fix(update): update project
ThornWalli Jul 28, 2023
6c02598
fix(update): more updates
ThornWalli Jul 28, 2023
e460aae
chore(package-lock): fix
ThornWalli Jul 28, 2023
0179155
chore(package-lock): fix
ThornWalli Jul 28, 2023
949ea14
Merge pull request #910 from ThornWalli/feature/update
ThornWalli Jul 28, 2023
6670c22
Update main.yml
ThornWalli Jul 28, 2023
c1fda2e
chore(release): 1.3.19 [skip ci]
semantic-release-bot Jul 28, 2023
83189c1
chore(deps): fix missing dep
ThornWalli Jul 28, 2023
7915791
fix(update): update nuxt 3
ThornWalli Jul 30, 2023
e41c241
fix(public): added public dir
ThornWalli Jul 30, 2023
63d967d
fix(update): improvements
ThornWalli Jul 30, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
> 1% in DE
Firefox ESR
IE 11
>= 0.4% and last 4 versions, iOS >= 15, Firefox ESR, not dead, not and_qq >= 0, not and_uc >= 0, not samsung >=0, not kaios >=0, not op_mini all
16 changes: 16 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# NODE_TLS_REJECT_UNAUTHORIZED=0

SERVER_SSL_CA_PATH=
SERVER_SSL_KEY_PATH=
SERVER_SSL_CRT_PATH=

# firebase

FIREBASE_TOKEN= # FIREBASE DEPLOY TOKEN
FIREBASE_API_KEY= # FIREBASE API KEY
FIREBASE_URL= # FIREBASE DATABASE URL

TEST_DATABASE_USER_EMAIL= #FIREBASE AUTH USER
TEST_DATABASE_USER_PASSWORD= #FIREBASE AUTH USER


5 changes: 0 additions & 5 deletions .eslintrc.js

This file was deleted.

4 changes: 0 additions & 4 deletions .eslintrc → .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@
"maxEOF": 1
}
],
"vue/name-property-casing": [
"error",
"PascalCase"
],
"vue/component-name-in-template-casing": [
"error",
"kebab-case",
Expand Down
4 changes: 2 additions & 2 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projects": {
"default": "web-workbench"
"default": "lammpee-web-workbench"
}
}
}
9 changes: 4 additions & 5 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
node: [19]

steps:
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
node: [19]

steps:
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -75,9 +75,8 @@ jobs:
run: |
npm run generate
env:
BASE_PATH: /web-workbench/
BASE_URL: /web-workbench/
WEBSITE_HOST: https://thornwalli.github.io/web-workbench/
DIST_PATH: dist
FIREBASE_API_KEY: ${{ secrets.FIREBASE_API_KEY }}
FIREBASE_URL: ${{ secrets.FIREBASE_URL }}

Expand All @@ -94,7 +93,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
node: [19]
steps:
- name: Download Artifact
uses: actions/download-artifact@master
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
node: [19]

steps:
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
node: [19]

steps:
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -78,7 +78,6 @@ jobs:
cp .firebaserc dist/.firebaserc
env:
WEBSITE_HOST: https://lammpee.de
DIST_PATH: dist
FIREBASE_API_KEY: ${{ secrets.FIREBASE_API_KEY }}
FIREBASE_URL: ${{ secrets.FIREBASE_URL }}

Expand All @@ -95,7 +94,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
node: [19]
steps:
- name: Download Artifact
uses: actions/download-artifact@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
node: [19]

steps:
- uses: actions/setup-node@v3
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ logs
# Files
.DS_Store
.scannerwork

.output
sw.*
env/cert/*
!env/cert/README.md
Expand Down
1 change: 0 additions & 1 deletion .npmignore

This file was deleted.

101 changes: 0 additions & 101 deletions .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.1
19.5.0
9 changes: 9 additions & 0 deletions .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export default {
"arrowParens": "avoid",
"bracketSameLine": true,
"trailingComma": "none",
"singleQuote": true,
"semi": true,
"printWidth": 80
};

25 changes: 23 additions & 2 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,27 @@
],
"selector-class-pattern": null,
"custom-property-pattern": null,
"max-line-length": null
"max-line-length": null,
"function-no-unknown": [
true,
{
"ignoreFunctions": [
"em",
"vw",
"number",
"deep",
"global"
]
}
],
"selector-pseudo-class-no-unknown": [
true,
{
"ignorePseudoClasses": [
"global",
"deep"
]
}
]
}
}
}
Loading