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

WIP: feat 🚀 v4.4 #456

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
d4562e7
chore: :arrow_up: bump deps && replace pnpm
alexanderniebuhr Jan 17, 2022
3eb540e
chore: :building_construction: change target version
alexanderniebuhr Jan 17, 2022
beb85c7
refactor: :recycle: prepare engineVersion v4
alexanderniebuhr Jan 17, 2022
80cd3b4
refactor: :recycle: update utility scan logic
alexanderniebuhr Jan 17, 2022
eeb64d9
chore: :loud_sound: improve logging
alexanderniebuhr Jan 17, 2022
f613419
test: :white_check_mark: disable test for alpha release
alexanderniebuhr Jan 19, 2022
ef2715b
chore: :rocket: bump to new alpha version
alexanderniebuhr Jan 19, 2022
8ebc1fa
release v4.4.0-alpha.1
alexanderniebuhr Jan 19, 2022
f3c4c2c
refactor: :recycle: removed utils
alexanderniebuhr Feb 13, 2022
d9ab13e
chore: :arrow_up: bump deps
alexanderniebuhr Feb 13, 2022
5a8eecb
release v4.4.0-alpha.2
alexanderniebuhr Feb 13, 2022
5b37e48
fix: :bug: npm scripts not running without `nr`
alexanderniebuhr Feb 13, 2022
afdeb2e
release v4.4.0-alpha.3
alexanderniebuhr Feb 13, 2022
46083bd
chore: :arrow_up: bump deps
alexanderniebuhr Feb 28, 2022
525b672
refactor: :label: fix typescript types
alexanderniebuhr Feb 28, 2022
765fe5a
release v4.4.0-alpha.4
alexanderniebuhr Feb 28, 2022
84de2f0
fix: :bug: `splitVariantGroups` does not handle all edge-cases
alexanderniebuhr Feb 28, 2022
e90126b
chore: cleanup
alexanderniebuhr May 2, 2022
d9ecfe9
chore: remove preflights
alexanderniebuhr May 2, 2022
5d18113
chore: bump deps
alexanderniebuhr May 2, 2022
e35dbfb
chore: 🔥 remove outdated files
alexanderniebuhr May 25, 2022
964c8e5
chore: 💥 bump deps
alexanderniebuhr May 25, 2022
27371cf
wip
alexanderniebuhr Jun 3, 2022
64c63f9
wip
alexanderniebuhr Jun 3, 2022
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
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = { extends: ['@alexanderniebuhr/eslint-config/typescript'] }
25 changes: 0 additions & 25 deletions .eslintrc.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

name: Test

on: [push, pull_request]
on:
workflow_dispatch:

jobs:
build:
Expand Down
10 changes: 2 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
/node_modules/
/public/build/

/src/**/*.js
/src/**/*.d.ts

.DS_Store
/dist/
dist
node_modules
1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

11 changes: 0 additions & 11 deletions .prettierrc

This file was deleted.

1 change: 1 addition & 0 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = { ...require('@alexanderniebuhr/prettier-config') }
6 changes: 2 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"standard.enable": false,
"typescript.format.enable": false,
"svelte.plugin.svelte.format.enable": false
}
"typescript.tsdk": "node_modules/typescript/lib"
}
Loading