Skip to content

Commit

Permalink
Feat/filter (#65)
Browse files Browse the repository at this point in the history
* Bump semver from 5.7.1 to 5.7.2

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump semver from 5.7.1 to 5.7.2 in /ngx-flow

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updated to angular 16

* chore: update gitignore to ignore webpack stuff

* fix: build command

* chore: updated version

* fix: copy from a flow popup

* fix: host label transparency

* chore: cleanup

* fix: enabled virtual scroll for non-safari browsers

* fix: build script

* fix: disable analytics

* chore: cleanup

* fix: copy from a flow popup

* feat: export as txt and as png

* feat: export as pcap

* fix: export as pcap

* Revert "Alexey dev"

* chore: update zone and ts

* chore: update angular to 17

* chore: update remaining packages for angular 17

* fix: legacy Angular material

* fix: msToTime function

* chore: update package-lock

* chore: update angular/material

* chore: update package-lock

* chore: update peer dependencies of ngx-flow lib

* chore: update node version in workflows

* chore: update @angular-builders/custom-webpack to 16.0.1

chore: updated package-lock.json

chore: updated peer dependencies for lib

chore: npm audit fix

* feat: filtering panel

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
AlexeyOplachko and dependabot[bot] authored Apr 4, 2024
1 parent 9d00874 commit 8dcea43
Show file tree
Hide file tree
Showing 23 changed files with 60,618 additions and 63,067 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
# cache: 'npm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'

- name: Setup Go environment
Expand Down
17 changes: 0 additions & 17 deletions ngx-flow/.browserslistrc

This file was deleted.

1 change: 1 addition & 0 deletions ngx-flow/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ npm-debug.log
yarn-error.log
testem.log
/typings
.angular

# System Files
.DS_Store
Expand Down
16 changes: 9 additions & 7 deletions ngx-flow/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "lib-flow:build:production"
"buildTarget": "lib-flow:build:production"
},
"development": {
"browserTarget": "lib-flow:build:development"
"buildTarget": "lib-flow:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "lib-flow:build"
"buildTarget": "lib-flow:build"
}
},
"test": {
Expand Down Expand Up @@ -183,18 +183,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "elements:build"
"buildTarget": "elements:build"
},
"configurations": {
"production": {
"browserTarget": "elements:build:production"
"buildTarget": "elements:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "elements:build"
"buildTarget": "elements:build"
}
},
"lint": {
Expand All @@ -207,5 +207,7 @@
}
}
},
"defaultProject": "lib-flow"
"cli": {
"analytics": false
}
}
Loading

0 comments on commit 8dcea43

Please sign in to comment.