Skip to content

Commit 6104dbd

Browse files
authored
Merge pull request #1292 from valor-software/alex-v9-bump
chore(bump): version bump
2 parents ca142e3 + 22efd63 commit 6104dbd

File tree

6 files changed

+15
-10
lines changed

6 files changed

+15
-10
lines changed

.eslintrc.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"project": "./tsconfig.*?.json"
4848
},
4949
"rules": {
50-
"semi": "off",
51-
"@typescript-eslint/no-explicit-any": "off",
52-
"@typescript-eslint/semi": [
53-
"error"
50+
"semi": [
51+
"error",
52+
"always"
5453
],
54+
"@typescript-eslint/no-explicit-any": "off",
5555
"@typescript-eslint/ban-ts-comment": "off",
5656
"@angular-eslint/prefer-standalone": [
5757
"off"

.github/workflows/on-push-or-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
path: ${{ env.CACHE_NODE_MODULES_PATH }}
7373
key: node_modules-${{ hashFiles('**/package-lock.json') }}
74-
- uses: actions/cache@v2
74+
- uses: actions/cache@v3
7575
with:
7676
path: ${{ env.CACHE_DIST_PATH }}
7777
key: dist-${{ github.run_id }}

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## [8.0.0](https://github.com/valor-software/ng2-file-upload/compare/v7.0.0...v7.0.1) (2025-01-15)
1+
## [9.0.0](https://github.com/valor-software/ng2-file-upload/compare/v8.0.0...v9.0.0) (2025-09-04)
2+
3+
4+
* Added angular 19 support
5+
6+
## [8.0.0](https://github.com/valor-software/ng2-file-upload/compare/v7.0.1...v8.0.0) (2025-01-15)
27

38

49
* Added angular 19 support

libs/ng2-file-upload/file-upload/file-uploader.class.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface FileUploaderOptions {
3737
authTokenHeader?: string;
3838
additionalParameter?: { [ key: string ]: any };
3939
parametersBeforeFiles?: boolean;
40-
// eslint-disable-next-line @typescript-eslint/ban-types
40+
// eslint-disable-next-line
4141
formatDataFunction?: Function;
4242
formatDataFunctionIsAsync?: boolean;
4343
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-file-upload-demo",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"private": true,
55
"description": "Angular file upload directives",
66
"scripts": {

0 commit comments

Comments
 (0)