-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: migrate to NG17, playwright, BDD (#33)
- Loading branch information
Showing
66 changed files
with
18,523 additions
and
25,904 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
node_modules | ||
apps/**-e2e/.feature-generate-bdd/**/*.spec.js |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# path to a directory with all packages | ||
storage: ../.nx/local-registry/storage | ||
|
||
# a list of other known repositories we can talk to | ||
uplinks: | ||
npmjs: | ||
url: https://registry.npmjs.org/ | ||
maxage: 60m | ||
localhost: | ||
url: http://localhost:4873/ | ||
maxage: 60m | ||
|
||
packages: | ||
'**': | ||
# give all users (including non-authenticated users) full access | ||
# because it is a local registry | ||
access: $all | ||
publish: $all | ||
unpublish: $all | ||
|
||
# if package is not available locally, proxy requests to npm registry | ||
proxy: npmjs | ||
"@amfrontender/*": | ||
access: $all | ||
publish: $all | ||
unpublish: $all | ||
proxy: localhost | ||
|
||
# log settings | ||
logs: | ||
type: stdout | ||
format: pretty | ||
level: warn | ||
|
||
publish: | ||
allow_offline: true # set offline to true to allow publish offline |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "verdaccio", | ||
"$schema": "node_modules/nx/schemas/project-schema.json", | ||
"targets": { | ||
"start": { | ||
"executor": "@nx/js:verdaccio", | ||
"options": { | ||
"port": 4873, | ||
"config": "{projectRoot}/config.yml", | ||
"storage": "{workspaceRoot}/.nx/local-registry/storage", | ||
"location": "user", | ||
"clear": true | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,5 @@ | |
}, | ||
"editor.formatOnSave": true | ||
}, | ||
"CodeGPT.apiKey": "Ollama", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 3.0.0 (2024-05-03) | ||
|
||
|
||
### 🚀 Features | ||
|
||
- semantic release config adjustment (MKH-28) ([#49](https://github.com/dylannnn/ngx-multi-keywords-highlighter/pull/49)) | ||
- **pipeline:** align release version ([#51](https://github.com/dylannnn/ngx-multi-keywords-highlighter/pull/51)) | ||
- **pipeline:** fix and align release version ([#53](https://github.com/dylannnn/ngx-multi-keywords-highlighter/pull/53)) | ||
|
||
### 🩹 Fixes | ||
|
||
- semantic release version adjustment for lib ([#51](https://github.com/dylannnn/ngx-multi-keywords-highlighter/pull/51)) | ||
|
||
### ❤️ Thank You | ||
|
||
- Yunfei Li @dylannnn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.