8 Commits

Author SHA1 Message Date
58acd6b963 Merge pull request 'Update dependency eslint-plugin-sonarjs to v1.0.4' (#6) from renovate/eslint-plugin-sonarjs-1.x-lockfile into develop
Some checks are pending
Plex Watchlist Analysis/pipeline/head Build queued...
plex-watchlist/pipeline/head Build queued...
Reviewed-on: #6
2024-09-09 18:55:36 +00:00
ea4a765f62 Update dependency eslint-plugin-sonarjs to v1.0.4 2024-09-09 18:09:05 +00:00
d3cbbfcc77 Merge pull request 'Update dependency eslint-plugin-react-hooks to v5.1.0-rc-fb9a90fa48-20240614' (#5) from renovate/eslint-plugin-react-hooks-5.x-lockfile into develop
All checks were successful
Plex Watchlist Analysis/pipeline/head This commit looks good
plex-watchlist/pipeline/head This commit looks good
Reviewed-on: #5
2024-09-09 18:08:51 +00:00
ac6814885b Update dependency eslint-plugin-react-hooks to v5.1.0-rc-fb9a90fa48-20240614
Some checks are pending
MAW.me/pipeline/pr-develop Build queued...
Plex Watchlist Analysis/pipeline/pr-develop This commit looks good
2024-09-09 17:38:19 +00:00
9f1a7fa8f3 Merge pull request 'Update dependency @eslint/compat to v1.1.1' (#3) from renovate/eslint-compat-1.x-lockfile into develop
Some checks are pending
MAW.me/pipeline/head Build queued...
Plex Watchlist Analysis/pipeline/head This commit looks good
plex-watchlist/pipeline/head This commit looks good
Reviewed-on: #3
2024-09-09 17:38:04 +00:00
caa1939807 Update dependency @eslint/compat to v1.1.1
Some checks reported errors
Gitea Test/public-plex-watchlist/pipeline/pr-develop Something is wrong with the build of this commit
plex-watchlist/pipeline/pr-develop Build queued...
Plex Watchlist Analysis/pipeline/pr-develop This commit looks good
2024-09-05 21:00:11 +00:00
e4a7af4320 Merge pull request 'Configure Renovate' (#2) from renovate/configure into develop
Some checks reported errors
Gitea Test/public-plex-watchlist/pipeline/head This commit looks good
Plex Watchlist Analysis/pipeline/head Something is wrong with the build of this commit
plex-watchlist/pipeline/head This commit looks good
Reviewed-on: #2
2024-09-05 20:54:07 +00:00
d180c1639a Add renovate.json 2024-09-05 20:40:29 +00:00
2 changed files with 12 additions and 12 deletions

21
package-lock.json generated
View File

@@ -524,11 +524,10 @@
}
},
"node_modules/@eslint/compat": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.1.0.tgz",
"integrity": "sha512-s9Wi/p25+KbzxKlDm3VshQdImhWk+cbdblhwGNnyCU5lpSwtWa4v7VQCxSki0FAUrGA3s8nCWgYzAH41mwQVKQ==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.1.1.tgz",
"integrity": "sha512-lpHyRyplhGPL5mGEh6M9O5nnKk0Gz4bFI+Zu6tKlPpDUN7XshWvH9C/px4UVm87IAANE0W81CEsNGbS1KlzXpA==",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
@@ -4432,11 +4431,10 @@
}
},
"node_modules/eslint-plugin-react-hooks": {
"version": "5.1.0-rc-1434af3d22-20240618",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0-rc-1434af3d22-20240618.tgz",
"integrity": "sha512-0m8ZYdzZhZcy/2cdZ0Z9IGNtSqAd8xstjFuI5jqxcaHsjE5gn7YL1Xb4/8rTmvwmYxxXu6v82dN72fpmDoPTZQ==",
"version": "5.1.0-rc-fb9a90fa48-20240614",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0-rc-fb9a90fa48-20240614.tgz",
"integrity": "sha512-xsiRwaDNF5wWNC4ZHLut+x/YcAxksUd9Rizt7LaEn3bV8VyYRpXnRJQlLOfYaVy9esk4DFP4zPPnoNVjq5Gc0w==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=10"
},
@@ -4445,11 +4443,10 @@
}
},
"node_modules/eslint-plugin-sonarjs": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-1.0.3.tgz",
"integrity": "sha512-6s41HLPYPyDrp+5+7Db5yFYbod6h9pC7yx+xfcNwHRcLe1EZwbbQT/tdOAkR7ekVUkNGEvN3GmYakIoQUX7dEg==",
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-1.0.4.tgz",
"integrity": "sha512-jF0eGCUsq/HzMub4ExAyD8x1oEgjOyB9XVytYGyWgSFvdiJQJp6IuP7RmtauCf06o6N/kZErh+zW4b10y1WZ+Q==",
"dev": true,
"license": "LGPL-3.0-only",
"engines": {
"node": ">=16"
},

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}