Skip to content

Commit

Permalink
Merge pull request #17 from Celtian/feat/update
Browse files Browse the repository at this point in the history
deps updated
  • Loading branch information
Celtian authored Oct 17, 2024
2 parents 80df49e + 1560d29 commit 1ec7fb6
Show file tree
Hide file tree
Showing 6 changed files with 2,317 additions and 2,259 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install commitlint --edit
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged --relative
3 changes: 2 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ const config: Config = {
}
]
},
transformIgnorePatterns: ['node_modules/(?!.*\\.mjs$)']
transformIgnorePatterns: ['node_modules/(?!.*\\.mjs$)'],
testPathIgnorePatterns: ['<rootDir>/dist/']
};

export default config;
64 changes: 33 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,49 +33,51 @@
"fix-vulnerabilities": "npx yarn-audit-fix && npx browserslist --update-db"
},
"dependencies": {
"@angular/animations": "^18.0.1",
"@angular/common": "^18.0.1",
"@angular/compiler": "^18.0.1",
"@angular/core": "^18.0.1",
"@angular/forms": "^18.0.1",
"@angular/platform-browser": "^18.0.1",
"@angular/platform-browser-dynamic": "^18.0.1",
"@angular/router": "^18.0.1",
"@angular/animations": "^18.2.8",
"@angular/common": "^18.2.8",
"@angular/compiler": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/forms": "^18.2.8",
"@angular/platform-browser": "^18.2.8",
"@angular/platform-browser-dynamic": "^18.2.8",
"@angular/router": "^18.2.8",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.14.6"
"tslib": "^2.8.0",
"zone.js": "^0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.2",
"@angular-eslint/builder": "18.0.1",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/schematics": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/cli": "^18.0.2",
"@angular/compiler-cli": "^18.0.1",
"@angular/language-service": "^18.0.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-angular": "^19.3.0",
"@angular-devkit/build-angular": "^18.2.9",
"@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.9",
"@angular/compiler-cli": "^18.2.8",
"@angular/language-service": "^18.2.8",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-angular": "^19.5.0",
"@jscutlery/swc-angular-preset": "^0.3.0",
"@jscutlery/swc-plugin-angular": "^0.11.0",
"@swc/core": "~1.4.0",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^20.13.0",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.6",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"auto-changelog": "^2.4.0",
"auto-changelog": "^2.5.0",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"fs-extra": "^11.2.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-preset-angular": "^14.1.0",
"lint-staged": "^15.2.5",
"ng-packagr": "^18.0.0",
"prettier": "^3.2.5",
"jest-preset-angular": "^14.2.4",
"lint-staged": "^15.2.10",
"ng-packagr": "^18.2.1",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"tsx": "^4.11.0",
"typescript": "^5.4.5"
"tsx": "^4.19.1",
"typescript": "5.5.4"
},
"peerDependencies": {},
"homepage": "https://github.com/Celtian/ngx-repeat",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-repeat/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"declaration": true,
"inlineSources": true,
"types": [],
"lib": ["dom", "es2018"]
"lib": ["dom", "ES2022"]
},
"angularCompilerOptions": {
"skipTemplateCodegen": true,
Expand Down
Loading

0 comments on commit 1ec7fb6

Please sign in to comment.