Commit Graph

10 Commits

Author SHA1 Message Date
farcasclaudiu a83f6284c6 Merge pull request #20 from farcasclaudiu/dependabot/npm_and_yarn/tmp-0.2.7
chore(deps): bump tmp from 0.2.5 to 0.2.7
2026-05-31 11:08:56 +03:00
farcasclaudiu 7a645d8a41 Merge pull request #19 from farcasclaudiu/dependabot/npm_and_yarn/multi-f792d6d6d9
chore(deps): bump qs and express
2026-05-31 11:08:03 +03:00
dependabot[bot] 746ef248fa chore(deps): bump protobufjs from 7.5.6 to 7.6.1
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.5.6 to 7.6.1.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/protobufjs-v7.6.1/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.5.6...protobufjs-v7.6.1)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-version: 7.6.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-28 21:33:30 +00:00
dependabot[bot] 29f5d1cf48 chore(deps): bump tmp from 0.2.5 to 0.2.7
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.5 to 0.2.7.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.5...v0.2.7)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-28 03:18:49 +00:00
dependabot[bot] 86ef36c01b chore(deps): bump qs and express
Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `qs` from 6.15.1 to 6.15.2
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.15.1...v6.15.2)

Updates `express` from 4.22.1 to 4.22.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/v4.22.2/History.md)
- [Commits](https://github.com/expressjs/express/compare/v4.22.1...v4.22.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.15.2
  dependency-type: indirect
- dependency-name: express
  dependency-version: 4.22.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-23 12:20:30 +00:00
farcasclaudiu a75ee20857 chore: update dependencies in package-lock.json 2026-05-18 20:25:21 +03:00
farcasclaudiu 8ae06e4122 chore(deps): update Angular and related dependencies to latest versions
- Updated @angular/cdk from ^19.2.19 to ^21.2.8
- Updated @angular/fire from ^19.2.0 to ^21.0.0-rc.0
- Updated firebase from ^11.10.0 to ^12.12.1
- Updated rxjs from ~7.8.0 to ~7.8.2
- Updated tslib from ^2.3.0 to ^2.8.1
- Updated zone.js from ~0.15.0 to ~0.16.1
- Updated dev dependencies:
  - @types/jasmine from ~5.1.0 to ~6.0.0
  - angular-eslint from ^21.0.1 to ^21.3.1
  - jasmine-core from ~5.6.0 to ~5.13.0
  - karma from ~6.4.0 to ~6.4.4
  - karma-coverage from ~2.2.0 to ~2.2.1
  - karma-jasmine-html-reporter from ~2.1.0 to ~2.2.0
- Added postcss and uuid to overrides
2026-04-28 21:14:35 +03:00
farcasclaudiu 72ebe77eff Angular CLI update for packages - @angular/cli@21, @angular/core@21 2026-04-28 20:28:53 +03:00
farcasclaudiu 51fc369a2f Angular CLI update for packages - @angular/cli@20, @angular/core@20 2026-04-28 20:27:14 +03:00
farcasclaudiu 189df85ca0 Migrate Angular 2 to Angular 19 with standalone components
- Upgrade Angular, Firebase, and AngularFire to latest versions
- Replace NgModules with standalone components and bootstrapApplication
- Replace angular-cli.json with angular.json and ESLint
- Add Firebase App Check with reCAPTCHA v3 for abuse protection
- Move Firebase config out of version control (firebaseConfig.example.ts)
- Fix AngularFire injection context errors using runInInjectionContext
- Implement drag-and-drop reordering within and across columns
- Add inline editing for card title and description
- Add subtask deletion with confirmation modal
- Refresh UI with modern card-based look and feel

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-16 23:23:43 +03:00