Open
Conversation
…abel/traverse-7.23.2 Bump @babel/traverse from 7.21.5 to 7.23.2
* Upgrade to angular v18 and eslint v9 * fix lint fix command * Update other deps
…automatic migration Adapt backend to esModuleInterop true set by the migration
chore: rename some scripts
eanble no-explicit-any rule again and fix errors
* Update base.ts Remove type any in favor of generic class * Update cat.ts Add generic type to BaseCtrl * Update user.ts Add generic type to BaseCtrl * chore: remove double space --------- Co-authored-by: Davide Violante <DavideViolante@users.noreply.github.com>
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.7.1 to 8.8.3. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](Automattic/mongoose@8.7.1...8.8.3) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [cookie](https://github.com/jshttp/cookie) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together. [skip ci] Updates `cookie` from 0.4.2 to 0.7.1 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.4.2...v0.7.1) Updates `socket.io` from 4.7.5 to 4.8.0 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/socket.io@4.7.5...socket.io@4.8.0) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: socket.io dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.12 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `path-to-regexp` from 0.1.10 to 0.1.12 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](pillarjs/path-to-regexp@v0.1.10...v0.1.12) Updates `express` from 4.21.1 to 4.21.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md) - [Commits](expressjs/express@4.21.1...4.21.2) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: indirect - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.8.3 to 8.9.5. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](Automattic/mongoose@8.8.3...8.9.5) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): upgrade to angular v20 * chore: automatically migrate to control flow syntax in tpl * chore: automatically migrate to inject instead of using costructor * chore: fix warning about autocomplete attribute on login pages * chore(deps): update dependencies in package.json - upgraded bootstrap from 5.3.3 to 5.3.7 - upgraded dotenv from 16.4.7 to 16.5.0 - upgraded mongoose from 8.9.5 to 8.16.0 - upgraded @types/express from 4.17.21 to 4.17.23 - upgraded @types/jsonwebtoken from 9.0.7 to 9.0.10 - upgraded @types/morgan from 1.9.9 to 1.9.10 - upgraded @types/node from 20.9.0 to 22.15.29 - upgraded @types/supertest from 6.0.2 to 6.0.3 - upgraded htmlhint from 1.1.4 to 1.6.3 - upgraded nodemon from 3.1.9 to 3.1.10 - upgraded supertest from 7.0.0 to 7.1.1 - upgraded ts-jest from 29.2.5 to 29.4.0 * chore: update project version * chore: copilot suggestion, rename autocomplete to current-password for login
…st (#293) * chore: add prettier config in package, remove angular animations and lang service * chore: update gitignore and editorconfig * chore: add agents.md and copilot istructions * chore: ignore sass warnings during build, replace import with use * refactor: migrate to new angular apps structure * replace main.ts * add app.config * add app.routes * use standalone components * replace input decorator * chore: use signals in cats component * chore: use signals in account component * chore: use signals in admin component * fix: prevent triggering editCat on cancel * chore: remove number 2 from the project name * fix: show add new cat form * fix: use update instead of push to update cats when added * chore: align tsconfigs to newest angular project * chore: remove jasmine and karma, add vitest * chore: align angular json to latest angular project * chore: run npm i, update lock * test: replace app component spec with new one * test: about component * test: refactor tests, add account component tests * test: add cat form tests * test: admin tests * test: cats tests * test: login tests * test: one beforeEach * test: register tests * fix: add missing await on testbed * fix: toast component not showing correctly * test: loading component * ci: update test cmd * chore: remove agents.md, leave copilot istructions * fix: use signals on auth service and guards * fix: test for logout * chore: remove useless standalone true, turn on eslint rule too * fix: comma in json * fix: use input signal for cats in add cat form * fix: show error on console error * refactor: rewrite toast as a service * fix: cats list not updating * perf: dont reload the cats, use copy * chore: remove valueof * chore: use ngmodel and ngmodelchange * fix: scss override * refactor: dont use effect in loading component * refactor: use output instead of signal to add cat form * perf: remove workaround, use update * fix: remove providers from app * test: fix authservice missing in providers * fix: update token so user role is updated even if app is reloaded * test: add more tests for app, as logged in, as admin * test: remove jwt providers * test: user auth service mock with signals * fix: remove useless async
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
merge automatically