Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2025

Bumps zone.js from 0.15.1 to 0.16.0.

Changelog

Sourced from zone.js's changelog.

0.16.0 (2025-11-19)

BREAKING CHANGE

  • IE/Non-Chromium Edge are not supported anymore.
Commits
  • 58014cb release: cut the zone.js-0.16.0 release
  • d99b743 build: update all non-major dependencies
  • 3cde920 build: update all non-major dependencies
  • 26fed34 build: format md files
  • 2b71181 build: update all non-major dependencies
  • 48abe00 fix(zone.js): Support jasmine v6
  • 77ead34 build: update dependency vitest to v4 (#64635)
  • ced2fa5 refactor(zone.js): Improve missing proxy zone error for jest imported (#64497)
  • fad6e13 build: update all non-major dependencies (#64514)
  • 10aa4f9 build: update all non-major dependencies (#64488)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

trickpatty and others added 14 commits December 20, 2025 17:04
Expanded the README to provide detailed information about the project, including its purpose, design principles, core capabilities, hardware assumptions, licensing, project status, contributing guidelines, and overall philosophy.
- Add CLAUDE.md with development expectations (DRY, SOLID, DDD, TDD)
- Add CONTRIBUTING.md with GitHub contribution guidelines
- Add CODE_OF_CONDUCT.md based on Contributor Covenant 2.1
- Define conventional commits with Gitmoji standards
- Establish documentation-driven design requirements
- Create docs/PROJECT-OVERVIEW.md with complete product specification
  - Executive summary and vision statement
  - Stakeholder personas and role matrix
  - Core UX principles (glanceable, zero-distraction, etc.)
  - Comprehensive functional scope (10 feature areas)
  - Non-functional requirements (reliability, performance, security)

- Create docs/ARCHITECTURE.md with TOGAF-compliant architecture
  - Architecture principles (business, data, application, technology)
  - Business capability model and process maps
  - Data architecture with domain models and storage strategy
  - Application architecture with bounded contexts
  - Technology reference model and platform matrix
  - Security and integration architecture
  - Deployment architecture for self-hosting

- Create docs/ROADMAP.md with phased implementation plan
  - Six development phases from Foundation to Ecosystem
  - Detailed scope items per phase with checklists
  - Dependency map and critical path
  - Risk register for technical and product risks

- Create 7 Architecture Decision Records (ADRs):
  - ADR-001: TypeScript as Primary Language
  - ADR-002: React as UI Framework
  - ADR-003: Local-First Data Architecture
  - ADR-004: Two-Way Sync Initially Google-Only
  - ADR-005: Magic Import Requires Approval
  - ADR-006: Zero-Distraction Design Principle
  - ADR-007: Self-Hosting as Primary Model

- Update CLAUDE.md with TOGAF EA principles and governance
  - Add links to new documentation
  - Add Architecture Development Method (ADM) phases
  - Add core architecture principles (BP, DP, AP, TP)
  - Add architecture governance process
  - Expand scopes for new functional areas
Major architectural pivot from local-first TypeScript/React to Azure-hosted
multi-tenant SaaS platform:

- Backend: C#/.NET 10 with Clean Architecture
- Web/Display: TypeScript/Angular 19+ with Electron
- Mobile: Native iOS (Swift/SwiftUI) and Android (Kotlin/Compose)
- Cloud: Azure PaaS services (CosmosDB, Functions, App Service, B2C)
- IaC: Bicep with Azure Verified Modules (AVMs)

Updated documentation:
- ARCHITECTURE.md: Complete Azure architecture with data models
- PROJECT-OVERVIEW.md: Multi-tenant deployment model and device linking
- ROADMAP.md: 6-phase implementation plan for new stack
- CLAUDE.md: Updated principles and development commands

New ADRs (ADR-001 through ADR-010):
- .NET 10 backend, Angular web framework, Azure cloud platform
- Native mobile apps, CosmosDB data store, multi-tenant architecture
- Bicep/AVMs for IaC, Magic Import approval, Zero-distraction principle
- Azure AD B2C for identity

Removed superseded ADRs (TypeScript, React, local-first, self-hosting)
…tion

Replace external identity provider with in-house passwordless-first
authentication system supporting:

- Passkeys (WebAuthn/FIDO2) as primary method
- Hardware security keys (YubiKey, etc.)
- Email OTP / Magic links for passwordless
- Social sign-on (Google, Apple, Microsoft)
- Email/password with MFA as fallback

Updated documentation:
- ADR-010: Complete rewrite for passwordless architecture
- ARCHITECTURE.md: Updated security diagrams and requirements
- ROADMAP.md: Updated auth tasks for passkey integration
- CLAUDE.md: Updated auth scope description

Key benefits:
- Phishing-resistant authentication
- Better UX with biometrics
- No per-authentication costs
- Full control over auth flows
Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.15.1 to 0.16.0.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.16.0/packages/zone.js)

---
updated-dependencies:
- dependency-name: zone.js
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 23, 2025

Labels

The following labels could not be found: angular, dependencies, npm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/clients/web/zone.js-0.16.0 branch December 24, 2025 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants