Skip to content
Snippets Groups Projects
  1. Mar 25, 2025
  2. Mar 24, 2025
  3. Mar 23, 2025
    • Zéfling's avatar
      Use Magma · e3fbbd6c
      Zéfling authored
      e3fbbd6c
    • Zéfling's avatar
      Update to Angular 19.2.3 · 9a7404d4
      Zéfling authored
      ng update @angular/cli @angular/core
      The installed Angular CLI version is outdated.
      Installing a temporary Angular CLI versioned 19.2.4 to perform the update.
      Using package manager: npm
      Collecting installed dependencies...
      Found 29 dependencies.
      Fetching dependency metadata from registry...
          Updating package.json with dependency @angular-devkit/build-angular @ "19.2.4" (was "18.2.3")...
          Updating package.json with dependency @angular/cli @ "19.2.4" (was "18.2.3")...
          Updating package.json with dependency @angular/compiler-cli @ "19.2.3" (was "18.2.3")...
          Updating package.json with dependency typescript @ "5.8.2" (was "5.4.5")...
          Updating package.json with dependency @angular/animations @ "19.2.3" (was "18.2.3")...
          Updating package.json with dependency @angular/common @ "19.2.3" (was "18.2.3")...
          Updating package.json with dependency @angular/compiler @ "19.2.3" (was "18.2.3")...
          Updating package.json with dependency @angular/core @ "19.2.3" (was "18.2.3")...
          Updating package.json with dependency @angular/forms @ "19.2.3" (was "18.2.3")...
          Updating package.json with dependency @angular/platform-browser @ "19.2.3" (was "18.2.3")...
          Updating package.json with dependency @angular/platform-browser-dynamic @ "19.2.3" (was "18.2.3")...
          Updating package.json with dependency @angular/router @ "19.2.3" (was "18.2.3")...
          Updating package.json with dependency zone.js @ "0.15.0" (was "0.14.10")...
      UPDATE package.json (1285 bytes)
      ✔️ Cleaning node modules directory
      ✔️ Installing packages
      ** Executing migrations of package '@angular/cli' **
      
      ❯ Update '@angular/ssr' import paths to use the new '/node' entry point when 'CommonEngine' is detected.
        Migration completed (No changes made).
      
      ❯ Update the workspace configuration by replacing deprecated options in 'angular.json' for compatibility with the latest Angular CLI changes.
        Migration completed (No changes made).
      
      ** Optional migrations of package '@angular/cli' **
      
      This package has 1 optional migration that can be executed.
      Optional migrations may be skipped and executed after the update process, if preferred.
      
       Select the migrations that you'd like to run [use-application-builder] Migrate application projects to the new build system. (https://angular.dev/tools/cli/build-system-migration)
      
      ❯ Migrate application projects to the new build system.
        Application projects that are using the '@angular-devkit/build-angular' package's 'browser' and/or 'browser-esbuild' builders will be migrated to use the new 'application' builder.
        You can read more about this, including known issues and limitations, here: https://angular.dev/tools/cli/build-system-migration
      UPDATE tsconfig.json (880 bytes)
        Migration completed (1 file modified).
      
      ** Executing migrations of package '@angular/core' **
      
      ❯ Updates non-standalone Directives, Component and Pipes to 'standalone:false' and removes 'standalone:true' from those who are standalone.
      UPDATE src/app/app.component.ts (7897 bytes)
        Migration completed (1 file modified).
      
      ❯ Updates ExperimentalPendingTasks to PendingTasks.
        Migration completed (No changes made).
      
      ** Optional migrations of package '@angular/core' **
      
      This package has 1 optional migration that can be executed.
      Optional migrations may be skipped and executed after the update process, if preferred.
      
       Select the migrations that you'd like to run [provide-initializer] Replaces `APP_INITIALIZER`, `ENVIRONMENT_INITIALIZER` & `PLATFORM_INITIALIZER` respectively with
      `provideAppInitializer`, `provideEnvironmentInitializer` & `providePlatformInitializer`.
      
      ❯ Replaces `APP_INITIALIZER`, `ENVIRONMENT_INITIALIZER` & `PLATFORM_INITIALIZER` respectively with `provideAppInitializer`, `provideEnvironmentInitializer` & `providePlatformInitializer`.
        Migration completed (No changes made).
      9a7404d4
  4. Sep 09, 2024
    • Zéfling's avatar
      Version 0.0.9 · df6329d2
      Zéfling authored
    • Zéfling's avatar
      Ajout d'une persistance · 8d672cd6
      Zéfling authored
      8d672cd6
    • Zéfling's avatar
      Ajout du nombre de bulletins · df861ef3
      Zéfling authored
      df861ef3
    • Zéfling's avatar
      Angular 18.2 · 15e3a814
      Zéfling authored
      ng update @angular/cli @angular/core
      The installed Angular CLI version is outdated.
      Installing a temporary Angular CLI versioned 18.2.3 to perform the update.
      ✔️ Packages successfully installed.
      Using package manager: npm
      Collecting installed dependencies...
      Found 28 dependencies.
      Fetching dependency metadata from registry...
          Updating package.json with dependency @angular-devkit/build-angular @ "18.2.3" (was "18.0.3")...
          Updating package.json with dependency @angular/cli @ "18.2.3" (was "18.0.3")...
          Updating package.json with dependency @angular/compiler-cli @ "18.2.3" (was "18.0.2")...
          Updating package.json with dependency @angular/animations @ "18.2.3" (was "18.0.2")...
          Updating package.json with dependency @angular/common @ "18.2.3" (was "18.0.2")...
          Updating package.json with dependency @angular/compiler @ "18.2.3" (was "18.0.2")...
          Updating package.json with dependency @angular/core @ "18.2.3" (was "18.0.2")...
          Updating package.json with dependency @angular/forms @ "18.2.3" (was "18.0.2")...
          Updating package.json with dependency @angular/platform-browser @ "18.2.3" (was "18.0.2")...
          Updating package.json with dependency @angular/platform-browser-dynamic @ "18.2.3" (was "18.0.2")...
          Updating package.json with dependency @angular/router @ "18.2.3" (was "18.0.2")...
          Updating package.json with dependency zone.js @ "0.14.10" (was "0.14.4")...
      UPDATE package.json (1253 bytes)
      ✔️ Cleaning node modules directory
      ✔️ Installing packages
      ** Executing migrations of package '@angular/core' **
      
      ❯ Updates calls to afterRender with an explicit phase to the new API.
        Migration completed (No changes made).
      15e3a814
  5. Jun 17, 2024
  6. Jun 06, 2024
    • Zéfling's avatar
      Version 0.0.8 · 3ce13046
      Zéfling authored
    • Zéfling's avatar
      Ajout du nombre de votes · a95d1082
      Zéfling authored
      a95d1082
    • Zéfling's avatar
      41a18f0a
    • Zéfling's avatar
      ng update @angular/cli @angular/core · d5026d91
      Zéfling authored
      The installed Angular CLI version is outdated.
      Installing a temporary Angular CLI versioned 18.0.3 to perform the update.
      ✔️ Packages successfully installed.
      Using package manager: npm
      Collecting installed dependencies...
      Found 28 dependencies.
      Fetching dependency metadata from registry...
          Updating package.json with dependency @angular-devkit/build-angular @ "18.0.3" (was "17.3.4")...
          Updating package.json with dependency @angular/cli @ "18.0.3" (was "17.3.4")...
          Updating package.json with dependency @angular/compiler-cli @ "18.0.2" (was "17.3.4")...
          Updating package.json with dependency @angular/animations @ "18.0.2" (was "17.3.4")...
          Updating package.json with dependency @angular/common @ "18.0.2" (was "17.3.4")...
          Updating package.json with dependency @angular/compiler @ "18.0.2" (was "17.3.4")...
          Updating package.json with dependency @angular/core @ "18.0.2" (was "17.3.4")...
          Updating package.json with dependency @angular/forms @ "18.0.2" (was "17.3.4")...
          Updating package.json with dependency @angular/platform-browser @ "18.0.2" (was "17.3.4")...
          Updating package.json with dependency @angular/platform-browser-dynamic @ "18.0.2" (was "17.3.4")...
          Updating package.json with dependency @angular/router @ "18.0.2" (was "17.3.4")...
      UPDATE package.json (1251 bytes)
      ✔️ Packages successfully installed.
      ** Optional migrations of package '@angular/cli' **
      
      This package has 1 optional migration that can be executed.
      Optional migrations may be skipped and executed after the update process, if preferred.
      
      Select the migrations that you'd like to run [use-application-builder] Migrate application projects to the new build system. (https://angular.dev/tools/cli/build-system-migration)
      
      ▸ Migrate application projects to the new build system.
        Application projects that are using the '@angular-devkit/build-angular' package's 'browser' and/or 'browser-esbuild' builders will be migrated to use the new 'application' builder.
        You can read more about this, including known issues and limitations, here: https://angular.dev/tools/cli/build-system-migration
          The output location of the browser build has been updated from "dist/twitch-poll" to "dist/twitch-poll/browser". You might need to adjust your deployment pipeline or, as an alternative, set outputPath.browser to "" in order to maintain the previous functionality.
      UPDATE angular.json (2903 bytes)
      UPDATE tsconfig.json (898 bytes)
        Migration completed (2 files modified).
      
      ** Executing migrations of package '@angular/core' **
      
      ▸ Updates two-way bindings that have an invalid expression to use the longform expression instead.
        Migration completed (No changes made).
      
      ▸ Replace deprecated HTTP related modules with provider functions.
        Migration completed (No changes made).
      d5026d91
  7. Apr 29, 2024
  8. Apr 23, 2024
  9. Apr 21, 2024
  10. Apr 17, 2024
  11. Apr 15, 2024
    • Zéfling's avatar
      Version 0.0.4 · 65ebad2b
      Zéfling authored
    • Zéfling's avatar
      ng generate @angular/core:control-flow · c498fd0c
      Zéfling authored
      c498fd0c
    • Zéfling's avatar
      ng update @angular/cli @angular/core · bc1c3189
      Zéfling authored
      The installed Angular CLI version is outdated.
      Installing a temporary Angular CLI versioned 17.3.4 to perform the update.
      ✔️ Packages successfully installed.
      Using package manager: npm
      Collecting installed dependencies...
      Found 29 dependencies.
      Fetching dependency metadata from registry...
          Updating package.json with dependency @angular-devkit/build-angular @ "17.3.4" (was "16.2.13")...
          Updating package.json with dependency @angular/cli @ "17.3.4" (was "16.2.13")...
          Updating package.json with dependency @angular/compiler-cli @ "17.3.4" (was "16.2.12")...
          Updating package.json with dependency typescript @ "5.4.5" (was "5.1.6")...
          Updating package.json with dependency @angular/animations @ "17.3.4" (was "16.2.12")...
          Updating package.json with dependency @angular/common @ "17.3.4" (was "16.2.12")...
          Updating package.json with dependency @angular/compiler @ "17.3.4" (was "16.2.12")...
          Updating package.json with dependency @angular/core @ "17.3.4" (was "16.2.12")...
          Updating package.json with dependency @angular/forms @ "17.3.4" (was "16.2.12")...
          Updating package.json with dependency @angular/platform-browser @ "17.3.4" (was "16.2.12")...
          Updating package.json with dependency @angular/platform-browser-dynamic @ "17.3.4" (was "16.2.12")...
          Updating package.json with dependency @angular/router @ "17.3.4" (was "16.2.12")...
          Updating package.json with dependency zone.js @ "0.14.4" (was "0.13.3")...
      UPDATE package.json (1275 bytes)
      ✔️ Packages successfully installed.
      ** Executing migrations of package '@angular/cli' **
      
      ▸ Replace usages of '@nguniversal/builders' with '@angular-devkit/build-angular'.
        Migration completed (No changes made).
      
      ▸ Replace usages of '@nguniversal/' packages with '@angular/ssr'.
        Migration completed (No changes made).
      
      ▸ Replace deprecated options in 'angular.json'.
      UPDATE angular.json (2932 bytes)
        Migration completed (1 file modified).
      
      ▸ Add 'browser-sync' as dev dependency when '@angular-devkit/build-angular:ssr-dev-server' is used, as it is no longer a direct dependency of '@angular-devkit/build-angular'.
        Migration completed (No changes made).
      
      ** Executing migrations of package '@angular/core' **
      
      ▸ Angular v17 introduces a new control flow syntax that uses the @ and } characters.
        This migration replaces the existing usages with their corresponding HTML entities.
        Migration completed (No changes made).
      
      ▸ Updates `TransferState`, `makeStateKey`, `StateKey` imports from `@angular/platform-browser` to `@angular/core`.
        Migration completed (No changes made).
      
      ▸ CompilerOption.useJit and CompilerOption.missingTranslation are unused under Ivy.
        This migration removes their usage
        Migration completed (No changes made).
      
      ▸ Updates two-way bindings that have an invalid expression to use the longform expression instead.
        Migration completed (No changes made).
      bc1c3189
    • Zéfling's avatar
      Fix changelog · 733fd663
      Zéfling authored
      733fd663
    • Zéfling's avatar
      Version 0.0.3 · cee40160
      Zéfling authored
    • Zéfling's avatar
      3f5ecaaf
    • Zéfling's avatar
  12. Apr 14, 2024
  13. Apr 10, 2024
Loading