Skip to content

Bump eslint from 7.32.0 to 9.25.1 #6537

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

Open
wants to merge 29 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
1105b80
Bump eslint from 7.32.0 to 9.25.1
dependabot[bot] May 1, 2025
48d1269
Updated AdminLogs.Web for eslint v9
valadas May 13, 2025
bbf7189
Updated Bundle.Web to use eslint v9
valadas May 13, 2025
8a303ef
Updated Dnn.React.Common to use eslint v9
valadas May 14, 2025
8f4083b
Adjusted Extensions.Web to work with eslint v9
valadas May 14, 2025
9769408
Fixed some wrong usages of eslint globals
valadas May 14, 2025
07f6a26
Migrated eslint to v9 in Licensing
valadas May 16, 2025
3166181
Updated Pages module to use eslint v9
valadas May 17, 2025
7a677fa
Updated Prompt module to use eslint v9
valadas May 17, 2025
81aa182
Updated Roles module to use eslint v9
valadas May 17, 2025
aeb2e52
Updated Security module to use eslint v9
valadas May 17, 2025
3401cc4
Updated SEO module to use estlint v9
valadas May 17, 2025
ede9bc9
Updated Servers module to use eslint v9
valadas May 17, 2025
b7b4818
Updated SiteGroups module to use eslint v9
valadas May 17, 2025
9738b3a
Updated ImportExport module to use eslint v9
valadas May 17, 2025
303129e
Updated Sites module to use eslint v9
valadas May 17, 2025
27ee33b
Updated SiteSettings module to use eslint v9
valadas May 17, 2025
0ef5b82
Updated Styles module to use eslint v9
valadas May 18, 2025
6c45e37
Updated TaskScheduler module to use eslint v9
valadas May 18, 2025
044402b
Updated Themes module to use eslint v9
valadas May 18, 2025
bb7427e
Updated Users module to use eslint v9
valadas May 18, 2025
de2bd50
Updated Vocabularies module to use eslint v9
valadas May 18, 2025
3c0afd2
Fixed issues with globals.browser in Sites module and other uncomitte…
valadas May 18, 2025
cebf6f2
removed globals.browser form SiteGroups module
valadas May 18, 2025
00d7c49
use local version of globals in _exportables
valadas May 18, 2025
8a0e693
Harmonized "globals" version across projects
valadas May 18, 2025
379adf5
Merge remote-tracking branch 'upstream/develop' into dependabot/npm_a…
valadas May 18, 2025
31a50b7
Update Dnn.AdminExperience/ClientSide/Licensing.Web/package.json
valadas May 19, 2025
3fd97f5
Update Dnn.AdminExperience/ClientSide/Pages.Web/package.json
valadas May 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

| Property | Attribute | Description | Type | Default |
| -------------------- | --------- | ----------- | -------- | ----------- |
| `items` _(required)_ | -- | | `Item[]` | `undefined` |
| `items` _(required)_ | `items` | | `Item[]` | `undefined` |


## Dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

| Property | Attribute | Description | Type | Default |
| -------------------- | --------- | ----------- | -------- | ----------- |
| `items` _(required)_ | -- | | `Item[]` | `undefined` |
| `items` _(required)_ | `items` | | `Item[]` | `undefined` |


## Dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

| Property | Attribute | Description | Type | Default |
| ------------------- | --------- | ----------- | ------ | ----------- |
| `item` _(required)_ | -- | | `Item` | `undefined` |
| `item` _(required)_ | `item` | | `Item` | `undefined` |


## Dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

| Property | Attribute | Description | Type | Default |
| ------------------- | --------- | ----------- | ------ | ----------- |
| `item` _(required)_ | -- | | `Item` | `undefined` |
| `item` _(required)_ | `item` | | `Item` | `undefined` |


## Dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

| Property | Attribute | Description | Type | Default |
| -------------------- | --------- | ----------- | -------- | ----------- |
| `items` _(required)_ | -- | | `Item[]` | `undefined` |
| `items` _(required)_ | `items` | | `Item[]` | `undefined` |


## Dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

| Property | Attribute | Description | Type | Default |
| ------------------- | --------- | ----------- | ------ | ----------- |
| `item` _(required)_ | -- | | `Item` | `undefined` |
| `item` _(required)_ | `item` | | `Item` | `undefined` |


## Dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

| Property | Attribute | Description | Type | Default |
| -------------------- | --------- | ----------- | -------- | ----------- |
| `items` _(required)_ | -- | | `Item[]` | `undefined` |
| `items` _(required)_ | `items` | | `Item[]` | `undefined` |


## Dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

| Property | Attribute | Description | Type | Default |
| ------------------- | --------- | ---------------------------------- | ------ | ----------- |
| `item` _(required)_ | -- | The item that triggered this menu. | `Item` | `undefined` |
| `item` _(required)_ | `item` | The item that triggered this menu. | `Item` | `undefined` |


## Dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

| Property | Attribute | Description | Type | Default |
| ------------------- | --------- | ---------------------------------- | ------ | ----------- |
| `item` _(required)_ | -- | The item that triggered this menu. | `Item` | `undefined` |
| `item` _(required)_ | `item` | The item that triggered this menu. | `Item` | `undefined` |


## Dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

| Property | Attribute | Description | Type | Default |
| -------------------- | --------- | ---------------------------- | -------- | ----------- |
| `items` _(required)_ | -- | The list of items to delete. | `Item[]` | `undefined` |
| `items` _(required)_ | `items` | The list of items to delete. | `Item[]` | `undefined` |


## Events
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
| Property | Attribute | Description | Type | Default |
| ----------------------------- | ------------------ | ----------------------------------------------------- | ---------------- | ----------- |
| `expanded` | `expanded` | If true, this node will be expanded on load. | `boolean` | `false` |
| `folder` _(required)_ | -- | The basic information about the folder | `FolderTreeItem` | `undefined` |
| `folder` _(required)_ | `folder` | The basic information about the folder | `FolderTreeItem` | `undefined` |
| `parentFolderId` _(required)_ | `parent-folder-id` | The ID of the parent folder. | `number` | `undefined` |
| `selectedFolder` | -- | Indicates if this item is the currently selected one. | `FolderTreeItem` | `undefined` |
| `selectedFolder` | `selected-folder` | Indicates if this item is the currently selected one. | `FolderTreeItem` | `undefined` |


## Events
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

## Properties

| Property | Attribute | Description | Type | Default |
| --------------------------- | --------- | -------------------------- | -------------------------- | ----------- |
| `currentItems` _(required)_ | -- | The list of current items. | `GetFolderContentResponse` | `undefined` |
| Property | Attribute | Description | Type | Default |
| --------------------------- | --------------- | -------------------------- | -------------------------- | ----------- |
| `currentItems` _(required)_ | `current-items` | The list of current items. | `GetFolderContentResponse` | `undefined` |


## Events
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

## Properties

| Property | Attribute | Description | Type | Default |
| --------------------------- | --------- | -------------------------- | -------------------------- | ----------- |
| `currentItems` _(required)_ | -- | The list of current items. | `GetFolderContentResponse` | `undefined` |
| Property | Attribute | Description | Type | Default |
| --------------------------- | --------------- | -------------------------- | -------------------------- | ----------- |
| `currentItems` _(required)_ | `current-items` | The list of current items. | `GetFolderContentResponse` | `undefined` |


## Events
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

| Property | Attribute | Description | Type | Default |
| -------------------- | --------- | ---------------------------- | -------- | ----------- |
| `items` _(required)_ | -- | The list of items to delete. | `Item[]` | `undefined` |
| `items` _(required)_ | `items` | The list of items to delete. | `Item[]` | `undefined` |


## Events
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| Property | Attribute | Description | Type | Default |
| -------------------------------- | ---------------------- | ----------------------------------------------------- | --------- | ----------- |
| `extract` | `extract` | Whether to extract uploaded zip files. | `boolean` | `false` |
| `file` _(required)_ | -- | The file to upload. | `File` | `undefined` |
| `file` _(required)_ | `file` | The file to upload. | `File` | `undefined` |
| `filter` _(required)_ | `filter` | Optionally limit the file types that can be uploaded. | `string` | `undefined` |
| `maxUploadFileSize` _(required)_ | `max-upload-file-size` | The maximal allowed file upload size | `number` | `undefined` |
| `validationCode` _(required)_ | `validation-code` | The validation code to use for uploads. | `string` | `undefined` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

| Property | Attribute | Description | Type | Default |
| -------------------- | --------- | ---------------------------- | -------- | ----------- |
| `items` _(required)_ | -- | The list of items to delete. | `Item[]` | `undefined` |
| `items` _(required)_ | `items` | The list of items to delete. | `Item[]` | `undefined` |


## Events
Expand Down
3 changes: 0 additions & 3 deletions Dnn.AdminExperience/ClientSide/AdminLogs.Web/.eslintignore

This file was deleted.

72 changes: 0 additions & 72 deletions Dnn.AdminExperience/ClientSide/AdminLogs.Web/.eslintrc.js

This file was deleted.

131 changes: 0 additions & 131 deletions Dnn.AdminExperience/ClientSide/AdminLogs.Web/.eslintskipwords.js

This file was deleted.

Loading