14 Commits

Author SHA1 Message Date
47f4277d24 chore(deps): update minor and patch version dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-27 00:14:07 +00:00
294be2d06e chore(ci): 1.3.0
All checks were successful
continuous-integration/drone/push Build is passing
2024-06-09 14:31:29 +00:00
a3bc1ffccf chore(deps): update minor and patch version dependencies (master) (#24)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing
Reviewed-on: #24
Co-authored-by: Renovate Bot <no-reply@io-projects.com>
Co-committed-by: Renovate Bot <no-reply@io-projects.com>
2024-06-09 16:28:10 +02:00
349211df62 chore(deps): update dependency eslint-plugin-vue to ^9.24.1 (master) (#23)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #23
Co-authored-by: Renovate Bot <no-reply@io-projects.com>
Co-committed-by: Renovate Bot <no-reply@io-projects.com>
2024-04-15 08:22:13 +02:00
1fcbbbf99a chore(deps): update minor and patch version dependencies (master) (#21)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #21
Co-authored-by: Renovate Bot <no-reply@io-projects.com>
Co-committed-by: Renovate Bot <no-reply@io-projects.com>
2024-03-10 17:16:29 +01:00
22206ad017 chore(deps): update minor and patch version dependencies (master) (#20)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #20
Co-authored-by: Renovate Bot <no-reply@io-projects.com>
Co-committed-by: Renovate Bot <no-reply@io-projects.com>
2024-01-21 17:26:40 +01:00
b56dd0d34c chore(deps): update minor and patch version dependencies (master) (#19)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #19
Reviewed-by: Jérémi N ‘EndMove’ <endmove@noreply.endmove.eu>
Co-authored-by: Renovate Bot <no-reply@io-projects.com>
Co-committed-by: Renovate Bot <no-reply@io-projects.com>
2023-12-24 12:18:07 +01:00
df94998489 chore(deps): update minor and patch version dependencies (master) (#18)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #18
Reviewed-by: Jérémi N ‘EndMove’ <endmove@noreply.endmove.eu>
Co-authored-by: Renovate Bot <no-reply@io-projects.com>
Co-committed-by: Renovate Bot <no-reply@io-projects.com>
2023-12-18 09:45:30 +01:00
99b63ee76d chore(deps): update minor and patch version dependencies (master) (#17)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #17
Co-authored-by: Renovate Bot <no-reply@io-projects.com>
Co-committed-by: Renovate Bot <no-reply@io-projects.com>
2023-12-03 21:26:53 +01:00
f78a5ff537 chore(deps): update minor and patch version dependencies to ^6.12.0 (master) (#16)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #16
Co-authored-by: Renovate Bot <no-reply@io-projects.com>
Co-committed-by: Renovate Bot <no-reply@io-projects.com>
2023-11-29 16:36:40 +01:00
7032234561 chore(deps): update minor and patch version dependencies (master) (#15)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #15
Co-authored-by: Renovate Bot <no-reply@io-projects.com>
Co-committed-by: Renovate Bot <no-reply@io-projects.com>
2023-11-19 23:34:08 +01:00
feee346c5c chore(deps): update minor and patch version dependencies (master) (#14)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #14
Co-authored-by: Renovate Bot <no-reply@io-projects.com>
Co-committed-by: Renovate Bot <no-reply@io-projects.com>
2023-11-12 14:33:00 +01:00
4a4d4c3c5d chore(deps): update minor and patch version dependencies (master) (#13)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #13
Co-authored-by: Renovate Bot <no-reply@io-projects.com>
Co-committed-by: Renovate Bot <no-reply@io-projects.com>
2023-10-01 22:09:42 +02:00
117ee2b7cb chore(deps): update minor and patch version dependencies (master) (#11)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #11
Co-authored-by: Renovate Bot <no-reply@io-projects.com>
Co-committed-by: Renovate Bot <no-reply@io-projects.com>
2023-09-24 14:34:24 +02:00
2 changed files with 726 additions and 821 deletions

1525
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@ioprojects/eslint-config",
"version": "1.2.0",
"version": "1.3.0",
"description": "NPM package for ESLINT configuration of IO-Projects TypeScript front-end projects",
"author": "IO-Projects <contact@io-projects.com>",
"license": "SEE LICENSE FILE",
@@ -9,16 +9,16 @@
".eslintrc.json"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.14.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.17.0",
"prettier": "^3.0.3"
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.29.1",
"prettier": "^3.3.3"
},
"repository": {
"type": "git",