Skip to content

Commit 4e6acd2

Browse files
feat(ref: no-ref): update ng 19
feat(ref: no-ref): update ng 19
2 parents 7d8696b + 566b948 commit 4e6acd2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+688
-992
lines changed

.lintstagedrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"*.{ts,js,json}": [
3-
"eslint --report-unused-disable-directives --max-warnings 0 --fix",
3+
"eslint --report-unused-disable-directives --max-warnings 0 --no-warn-ignored --fix",
44
"prettier . --write"
55
],
66
"*.scss": "stylelint --fix"

.stylelintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
/.angular
77
/test-reports
88
/src/coverage
9-
/src/styles.scss
109

1110
/projects/ngx-mask-lib/coverage
1211

.stylelintrc.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"extends": ["stylelint-config-recommended-scss", "stylelint-prettier/recommended"],
3+
"plugins": ["stylelint-scss", "stylelint-prettier"],
34
"customSyntax": "postcss-scss",
45
"rules": {
56
"no-empty-source": null,
@@ -10,6 +11,12 @@
1011
{
1112
"ignoreTypes": ["/^mat-/", ":host", ":root"]
1213
}
14+
],
15+
"scss/at-rule-no-unknown": [
16+
true,
17+
{
18+
"ignoreAtRules": ["tailwind"]
19+
}
1320
]
1421
}
1522
}

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
# 19.0.0(2024-11-22)
2+
3+
### Feature
4+
5+
- update ng 19.x
6+
17
# 18.0.4(2024-11-11)
28

39
### Fix
410

511
- Fix ([#1449](https://github.com/JsDaddy/ngx-mask/issues/1449))
612

7-
813
# 18.0.3(2024-11-05)
914

1015
### Fix

bun.lockb

29.3 KB
Binary file not shown.

cypress/support/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { mount } from 'cypress/angular';
1+
import { mount } from 'cypress/angular-signals';
22

33
declare global {
44
// eslint-disable-next-line @typescript-eslint/no-namespace

package.json

Lines changed: 40 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-mask",
3-
"version": "18.0.4",
3+
"version": "19.0.0",
44
"description": "Awesome ngx mask",
55
"license": "MIT",
66
"engines": {
@@ -60,72 +60,75 @@
6060
"url": "https://github.com/JsDaddy/ngx-mask.git"
6161
},
6262
"dependencies": {
63-
"@angular/animations": "18.2.9",
64-
"@angular/common": "18.2.9",
65-
"@angular/compiler": "18.2.9",
66-
"@angular/core": "18.2.9",
67-
"@angular/forms": "18.2.9",
68-
"@angular/platform-browser": "18.2.9",
69-
"@angular/platform-browser-dynamic": "18.2.9",
70-
"@angular/router": "18.2.9",
63+
"@angular/animations": "19.0.0",
64+
"@angular/common": "19.0.0",
65+
"@angular/compiler": "19.0.0",
66+
"@angular/core": "19.0.0",
67+
"@angular/forms": "19.0.0",
68+
"@angular/platform-browser": "19.0.0",
69+
"@angular/platform-browser-dynamic": "19.0.0",
70+
"@angular/router": "19.0.0",
7171
"@types/jest": "^29.5.14",
72-
"@types/mocha": "^10.0.9",
72+
"@types/mocha": "^10.0.10",
7373
"ajv": "^8.17.1",
74-
"cypress": "^13.15.1",
74+
"cypress": "^13.16.0",
7575
"highlight.js": "11.10.0",
7676
"ngx-highlightjs": "12.0.0",
7777
"rxjs": "7.8.1",
7878
"semantic-release": "24.2.0",
7979
"semantic-release-export-data": "^1.1.0",
80-
"snyk": "^1.1294.0"
80+
"snyk": "^1.1294.1"
8181
},
8282
"devDependencies": {
83-
"@angular-devkit/build-angular": "18.2.10",
84-
"@angular-eslint/builder": "18.4.0",
85-
"@angular-eslint/eslint-plugin": "18.4.0",
86-
"@angular-eslint/eslint-plugin-template": "18.4.0",
87-
"@angular-eslint/schematics": "18.4.0",
88-
"@angular-eslint/template-parser": "18.4.0",
89-
"@angular/cli": "18.2.10",
90-
"@angular/compiler-cli": "18.2.9",
91-
"@angular/language-service": "18.2.9",
92-
"@commitlint/cli": "19.5.0",
93-
"@commitlint/config-conventional": "19.5.0",
83+
"@angular-devkit/build-angular": "19.0.1",
84+
"@angular-eslint/builder": "18.4.1",
85+
"@angular-eslint/eslint-plugin": "18.4.1",
86+
"@angular-eslint/eslint-plugin-template": "18.4.1",
87+
"@angular-eslint/schematics": "18.4.1",
88+
"@angular-eslint/template-parser": "18.4.1",
89+
"@angular/cli": "19.0.1",
90+
"@angular/compiler-cli": "19.0.0",
91+
"@angular/language-service": "19.0.0",
92+
"@commitlint/cli": "19.6.0",
93+
"@commitlint/config-conventional": "19.6.0",
9494
"@jscutlery/cypress-angular": "^0.9.22",
9595
"@types/highlight.js": "9.12.4",
9696
"@types/jasmine": "5.1.4",
97-
"@types/node": "22.8.1",
98-
"@typescript-eslint/eslint-plugin": "8.11.0",
99-
"@typescript-eslint/parser": "8.11.0",
97+
"@types/node": "22.9.1",
98+
"@typescript-eslint/eslint-plugin": "8.15.0",
99+
"@typescript-eslint/parser": "8.15.0",
100100
"@web/test-runner": "^0.19.0",
101101
"angular-cli-ghpages": "2.0.3",
102102
"angular-http-server": "1.12.0",
103-
"eslint": "9.13.0",
103+
"eslint": "9.15.0",
104104
"eslint-config-prettier": "9.1.0",
105105
"eslint-plugin-json": "4.0.1",
106106
"eslint-plugin-prettier": "5.2.1",
107107
"jasmine-core": "5.4.0",
108108
"jasmine-spec-reporter": "7.0.0",
109109
"lint-staged": "15.2.10",
110110
"markdownlint-cli": "0.42.0",
111-
"ng-packagr": "18.2.1",
112-
"npm-check-updates": "^17.1.8",
113-
"postcss-scss": "4.0.9",
111+
"ng-packagr": "19.0.0",
112+
"npm-check-updates": "^17.1.11",
114113
"prettier": "3.3.3",
115-
"puppeteer": "23.6.0",
114+
"puppeteer": "23.9.0",
116115
"stylelint": "16.10.0",
117116
"stylelint-config-prettier": "9.0.5",
118117
"stylelint-config-recommended-scss": "14.1.0",
119118
"stylelint-prettier": "5.0.2",
120119
"type-coverage": "^2.29.7",
121-
"typescript": "5.5.4",
122-
"angular-eslint": "^18.4.0",
123-
"typescript-eslint": "^8.11.0",
124-
"tailwindcss": "^3.4.14",
125-
"bun-types": "^1.1.33"
120+
"typescript": "5.6.3",
121+
"angular-eslint": "^18.4.1",
122+
"typescript-eslint": "^8.15.0",
123+
"tailwindcss": "^3.4.15",
124+
"bun-types": "^1.1.36",
125+
"postcss": "8.4.49",
126+
"postcss-nesting": "13.0.1",
127+
"cssnano": "7.0.6",
128+
"postcss-scss": "4.0.9"
126129
},
127130
"typeCoverage": {
128-
"atLeast": 92,
131+
"atLeast": 91,
129132
"ignoreObject": true,
130133
"ignoreAsAssertion": true,
131134
"ignoreTypeAssertion;": true,

postcss.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
plugins: {
3+
'postcss-nesting': {},
4+
tailwindcss: {},
5+
autoprefixer: {},
6+
cssnano: { preset: 'default' },
7+
},
8+
};

projects/ngx-mask-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-mask",
3-
"version": "18.0.4",
3+
"version": "19.0.0",
44
"description": "awesome ngx mask",
55
"keywords": [
66
"ng2-mask",

projects/ngx-mask-lib/src/test/add-prefix.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ describe('Directive: Mask (Add prefix)', () => {
1212

1313
beforeEach(() => {
1414
TestBed.configureTestingModule({
15-
declarations: [TestMaskComponent],
16-
imports: [ReactiveFormsModule, NgxMaskDirective],
15+
imports: [ReactiveFormsModule, NgxMaskDirective, TestMaskComponent],
1716
providers: [provideNgxMask()],
1817
});
1918
fixture = TestBed.createComponent(TestMaskComponent);

0 commit comments

Comments
 (0)