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

chore: bump angular to 19.1 #1860

Merged
merged 7 commits into from
Jan 18, 2025
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
run: |
export DEPLOY_DOMAIN=https://preview-${{ github.event.number }}-ng-alain-delon.surge.sh
echo "Deploy to $DEPLOY_DOMAIN"
cp ./src/dist/browser/index.html ./src/dist/browser/404.html
cp ./src/dist/browser/index.csr.html ./src/dist/browser/index.html
cp ./src/dist/browser/index.csr.html ./src/dist/browser/404.html
npx surge --project ./src/dist/browser --domain $DEPLOY_DOMAIN
env:
ACCESS_REPO: ${{ github.repository }}
Expand Down
1 change: 1 addition & 0 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ module.exports = {
'import-notation': 'string',
'media-feature-range-notation': 'prefix',
'media-query-no-invalid': null,
'declaration-property-value-no-unknown': null,
'order/order': [
[
'dollar-variables',
Expand Down
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@
"sync-scaffold-version": "node scripts/publish/sync-scaffold-version.js"
},
"dependencies": {
"@angular/animations": "^19.0.5",
"@angular/cdk": "^19.0.4",
"@angular/common": "^19.0.5",
"@angular/compiler": "^19.0.5",
"@angular/core": "^19.0.5",
"@angular/elements": "^19.0.5",
"@angular/forms": "^19.0.5",
"@angular/platform-browser": "^19.0.5",
"@angular/platform-browser-dynamic": "^19.0.5",
"@angular/platform-server": "^19.0.5",
"@angular/router": "^19.0.5",
"@angular/service-worker": "^19.0.5",
"@angular/ssr": "^19.0.6",
"@angular/animations": "^19.1.0",
"@angular/cdk": "^19.1.0",
"@angular/common": "^19.1.0",
"@angular/compiler": "^19.1.0",
"@angular/core": "^19.1.0",
"@angular/elements": "^19.1.0",
"@angular/forms": "^19.1.0",
"@angular/platform-browser": "^19.1.0",
"@angular/platform-browser-dynamic": "^19.1.0",
"@angular/platform-server": "^19.1.0",
"@angular/router": "^19.1.0",
"@angular/service-worker": "^19.1.0",
"@angular/ssr": "^19.1.0",
"@antv/data-set": "^0.11.8",
"@antv/g2": "^4.2.10",
"@github/hotkey": "^3.1.1",
Expand All @@ -75,12 +75,12 @@
"aos": "^3.0.0-beta.6",
"codesandbox": "^2.2.3",
"echarts": "^5.6.0",
"express": "^4.21.0",
"express": "^4.21.2",
"extend": "^3.0.2",
"file-saver": "^2.0.5",
"isutf8": "^4.0.1",
"ng-github-button": "^19.0.0",
"ng-zorro-antd": "^19.0.1",
"ng-zorro-antd": "^19.0.2",
"ngx-countdown": "^19.0.0",
"ngx-highlight-js": "^19.0.0",
"ngx-tinymce": "^19.0.0",
Expand All @@ -90,17 +90,17 @@
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.6",
"@angular-devkit/build-angular": "^19.1.2",
"@angular-eslint/builder": "^19.0.2",
"@angular-eslint/eslint-plugin": "^19.0.2",
"@angular-eslint/eslint-plugin-template": "^19.0.2",
"@angular-eslint/schematics": "^19.0.2",
"@angular-eslint/template-parser": "^19.0.2",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.0.0",
"@angular/language-service": "^19.0.5",
"@angular/cli": "^19.1.2",
"@angular/compiler-cli": "^19.1.0",
"@angular/language-service": "^19.1.1",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-angular": "^19.6.0",
"@commitlint/config-angular": "^19.7.0",
"@types/aos": "^3.0.7",
"@types/deep-extend": "^0.6.2",
"@types/express": "^5.0.0",
Expand All @@ -112,23 +112,23 @@
"@types/mockjs": "^1.0.10",
"@types/node": "^18.19.1",
"@types/parse5": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"chalk": "^5.4.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-header": "~3.1.1",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-jsdoc": "~50.6.1",
"eslint-plugin-jsdoc": "~50.6.2",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-prettier": "~5.2.1",
"fs-extra": "^11.2.0",
"eslint-plugin-prettier": "~5.2.2",
"fs-extra": "^11.3.0",
"html-minifier-terser": "^7.2.0",
"husky": "^9.1.7",
"jasmine": "^5.5.0",
"jasmine-core": "~5.4.0",
"jasmine-core": "~5.5.0",
"jasmine-spec-reporter": "^7.0.0",
"jsonml.js": "^0.1.0",
"jszip": "^3.10.1",
Expand All @@ -147,13 +147,13 @@
"less-plugin-clean-css": "^1.6.0",
"less-plugin-npm-import": "^2.1.0",
"less-vars-to-js": "^1.3.0",
"lint-staged": "^15.3.0",
"lint-staged": "^15.4.1",
"mark-twain": "^2.0.3",
"mockjs": "^1.1.0",
"mustache": "^4.2.0",
"ng-alain-plugin-theme": "^18.0.0",
"ng-alain-sts": "^0.0.2",
"ng-packagr": "^19.0.1",
"ng-packagr": "^19.1.0",
"parse5": "^7.2.1",
"plyr": "^3.7.8",
"prettier": "^3.4.2",
Expand All @@ -162,15 +162,15 @@
"sitemap": "^8.0.0",
"source-map-explorer": "^2.5.3",
"stream": "0.0.3",
"stylelint": "^16.12.0",
"stylelint-config-clean-order": "^6.1.0",
"stylelint-config-standard": "^36.0.1",
"stylelint": "^16.13.2",
"stylelint-config-clean-order": "^7.0.0",
"stylelint-config-standard": "^37.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"swagger-typescript-api": "^12.0.4",
"terser": "^5.37.0",
"ts-node": "~10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"xlsx": "^0.18.5"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/site/utils/generate-md.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const converters = [highlight()].concat([
// <a href="#${sluggedId}" class="anchor">#</a>
// const childrenHtml = children.map(toHtml).join('');
// const goTo = tagName === 'h2' ? `<a onclick="window.location.hash = '${sluggedId}'" class="anchor">#</a>` : '';
const apiTypes = ['directive', 'standalone', 'service', 'class']
const apiTypes = ['directive', 'service', 'class']
.filter(key => (sluggedData as any)[key] === true)
.map(w => `<label class="api-type-label ${w}">${w}</label>`)
.join('');
Expand Down
Loading
Loading