Compare commits

..

24 Commits

Author SHA1 Message Date
2febc00c22 Merge pull request 'Lock file maintenance' (#154) from renovate/lock-file-maintenance into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #154
2025-01-06 17:47:09 +01:00
ceb2aa74e5 Lock file maintenance
All checks were successful
continuous-integration/drone/pr Build is passing
2025-01-06 16:36:52 +00:00
39e4c0af9e Merge pull request 'Update Node.js to v22.12.0' (#153) from renovate/node-22.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #153
2025-01-03 17:39:27 +01:00
452bc3551a Update Node.js to v22.12.0
All checks were successful
continuous-integration/drone/pr Build is passing
2025-01-02 21:36:05 +00:00
dc0e7b3ccd Merge pull request 'Update Node.js to ec878c7' (#152) from renovate/node-22.11.0 into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #152
2025-01-02 21:41:44 +01:00
924dbe2ddc Merge pull request 'Update dependency eslint-plugin-n to v17.15.1' (#151) from renovate/eslint-plugin-n-17.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #151
2025-01-02 21:40:59 +01:00
a78834fb30 Merge pull request 'Lock file maintenance' (#150) from renovate/lock-file-maintenance into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #150
2025-01-02 21:20:50 +01:00
20548754af Update Node.js to ec878c7
All checks were successful
continuous-integration/drone/pr Build is passing
2025-01-01 00:36:22 +00:00
8f813f8d27 Update dependency eslint-plugin-n to v17.15.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2024-12-23 11:36:09 +00:00
fba4cbb584 Lock file maintenance
All checks were successful
continuous-integration/drone/pr Build is passing
2024-12-23 00:36:46 +00:00
6bae5a7f98 Merge pull request 'Lock file maintenance' (#149) from renovate/lock-file-maintenance into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #149
2024-12-16 13:47:03 +01:00
bb7a45763f Lock file maintenance
All checks were successful
continuous-integration/drone/pr Build is passing
2024-12-16 00:36:39 +00:00
f35a19e0bd Merge pull request 'Update dependency eslint-plugin-n to v17.15.0' (#148) from renovate/eslint-plugin-n-17.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #148
2024-12-13 15:11:49 +01:00
618767c750 Update dependency eslint-plugin-n to v17.15.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2024-12-13 03:36:01 +00:00
001e649de7 Merge pull request 'Update dependency eslint-plugin-vue to v9.32.0' (#145) from renovate/eslint-plugin-vue-9.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #145
2024-12-10 14:46:34 +01:00
0bc5066eaa Merge pull request 'Lock file maintenance' (#147) from renovate/lock-file-maintenance into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #147
2024-12-09 12:08:51 +01:00
e66ee3743e Lock file maintenance
All checks were successful
continuous-integration/drone/pr Build is passing
2024-12-09 00:36:38 +00:00
083f675985 Update dependency eslint-plugin-vue to v9.32.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2024-12-08 19:36:05 +00:00
ec0354e586 Merge pull request 'Update dependency eslint-plugin-promise to v7.2.1' (#140) from renovate/eslint-plugin-promise-7.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #140
2024-12-02 14:05:02 +01:00
dfe134d4fa Merge pull request 'Update Node.js to 5c76d05' (#142) from renovate/node-22.11.0 into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #142
2024-12-02 14:04:13 +01:00
19560408c0 Update Node.js to 5c76d05
All checks were successful
continuous-integration/drone/pr Build is passing
2024-12-02 14:03:41 +01:00
175e1c2ca0 Merge pull request 'Lock file maintenance' (#144) from renovate/lock-file-maintenance into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #144
2024-12-02 13:13:24 +01:00
bd0119a86a Lock file maintenance
All checks were successful
continuous-integration/drone/pr Build is passing
2024-12-02 00:36:29 +00:00
defd08c280 Update dependency eslint-plugin-promise to v7.2.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2024-11-30 01:35:56 +00:00
3 changed files with 802 additions and 536 deletions

View File

@ -12,12 +12,12 @@ trigger:
steps:
- name: lint
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
image: node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc
commands:
- npm install
- npm run lint
- name: build
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
image: node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
@ -39,14 +39,14 @@ depends_on:
steps:
- name: build
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
image: node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
- npm install
- npm run build
- name: deploy
image: drillster/drone-rsync@sha256:8f850004f5bf9b3bcb5ce360876a9786f67d3a1f18861084f4252d3d4c5ee3b5
image: drillster/drone-rsync@sha256:f4f90f96d0714d26c93c6c4c8f99bc4a7aa1cbf4d7bb772fcfac2ec7be44a331
settings:
hosts: [ "www.wtf-eg.net" ]
user: onboarding

1324
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,8 +24,8 @@
"@vue/eslint-config-standard": "8.0.1",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.14.0",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-vue": "9.31.0"
"eslint-plugin-n": "17.15.1",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-vue": "9.32.0"
}
}