Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): adds angular 19 support #116

Merged
merged 5 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
160 changes: 80 additions & 80 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,82 +1,82 @@
{
"name": "ng-kit",
"version": "18.6.0",
"scripts": {
"ng": "ng",
"start": "ng serve --watch --hmr --port=4300",
"build": "ng build ng-kit --configuration=production",
"build:ng-kit-demo": "ng build ng-kit-demo --configuration=production",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:store": "ng test --include='**/store/*.spec.ts'",
"bundle:report": "ng build --configuration production --source-map=true && source-map-explorer dist/pres/**/*.js",
"e2e": "CI=true URL=http://localhost:4300 npx playwright test",
"lint": "ng lint ng-kit"
},
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
{
"pkgRoot": "dist/ng-kit"
}
],
"@semantic-release/git",
"@semantic-release/github"
]
},
"private": false,
"dependencies": {
"@angular/animations": "^18.2.5",
"@angular/cdk": "18.2.5",
"@angular/common": "^18.2.5",
"@angular/compiler": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/forms": "^18.2.5",
"@angular/material": "18.2.5",
"@angular/platform-browser": "^18.2.5",
"@angular/platform-browser-dynamic": "^18.2.5",
"@angular/router": "^18.2.5",
"bootstrap": "^5.3.3",
"rxjs": "~7.8.1",
"tslib": "^2.7.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.5",
"@angular-devkit/core": "^18.2.5",
"@angular-devkit/schematics": "^18.2.5",
"@angular-eslint/builder": "18.3.1",
"@angular-eslint/eslint-plugin": "18.3.1",
"@angular-eslint/eslint-plugin-template": "18.3.1",
"@angular-eslint/schematics": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular/cli": "^18.2.5",
"@angular/compiler-cli": "^18.2.5",
"@playwright/test": "^1.47.2",
"@schematics/angular": "^18.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.5",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ng-packagr": "^18.2.1",
"prettier": "^3.3.3",
"semantic-release": "^24.0.0",
"@semantic-release/exec": "^2.3.0",
"typescript": "~5.4.5"
}
"name": "ng-kit",
"version": "18.6.0",
"scripts": {
"ng": "ng",
"start": "ng serve --watch --hmr --port=4300",
"build": "ng build ng-kit --configuration=production",
"build:ng-kit-demo": "ng build ng-kit-demo --configuration=production",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:store": "ng test --include='**/store/*.spec.ts'",
"bundle:report": "ng build --configuration production --source-map=true && source-map-explorer dist/pres/**/*.js",
"e2e": "CI=true URL=http://localhost:4300 npx playwright test",
"lint": "ng lint ng-kit"
},
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
{
"pkgRoot": "dist/ng-kit"
}
],
"@semantic-release/git",
"@semantic-release/github"
]
},
"private": false,
"dependencies": {
"@angular/animations": "^19.0.0",
"@angular/cdk": "19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/material": "19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"bootstrap": "^5.3.3",
"rxjs": "~7.8.1",
"tslib": "^2.7.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.0",
"@angular-devkit/core": "^19.0.0",
"@angular-devkit/schematics": "^19.0.0",
"@angular-eslint/builder": "18.3.1",
"@angular-eslint/eslint-plugin": "18.3.1",
"@angular-eslint/eslint-plugin-template": "18.3.1",
"@angular-eslint/schematics": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular/cli": "^19.0.0",
"@angular/compiler-cli": "^19.0.0",
"@playwright/test": "^1.47.2",
"@schematics/angular": "^18.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.5",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ng-packagr": "^19.0.0",
"prettier": "^3.3.3",
"semantic-release": "^24.0.0",
"@semantic-release/exec": "^2.3.0",
"typescript": "~5.6.3"
}
}
Loading