Commit graph

101 commits

Author SHA1 Message Date
RenovateBot 2a6ed325a0 Update dependency @types/node to v20 (#64)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped)) | devDependencies | major | [`^18.0.0` -> `^20.0.0`](https://renovatebot.com/diffs/npm/@types%2fnode/18.16.13/20.5.9) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->

Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/64
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
2023-09-04 20:41:35 +01:00
Ethan Lane f67e001cf0 v2.1.3
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-03 17:55:46 +01:00
Ethan Lane 8e268a0cc3 Upgrade semver to 7.5.2
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-03 17:54:05 +01:00
Ethan Lane d3d921b3c8 v2.1.2
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-29 16:52:13 +01:00
Ethan Lane e766a42235 Fix bug where the randomiser would pick -1
All checks were successful
continuous-integration/drone/push Build is passing
This was caused by the randomiser using the wrong brackets.

We needed the maximum index of the length - 1, but the randomiser would
take the 1 AFTER randomising, adding brackets made it do this BEFORE.
2023-05-29 16:48:01 +01:00
Ethan Lane e7620ccd42 v2.1.1
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-20 15:49:04 +01:00
Ethan Lane 1fa5698991 Resolve np/got dependency to ^11.8.5
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-20 15:47:20 +01:00
Ethan Lane 1a15931dbd Add push event to .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-29 14:43:47 +01:00
Ethan Lane 03b7108c6d v2.1.0 2023-04-29 14:40:35 +01:00
Vylpes 2885d6365b Add drone deployment (#60)
All checks were successful
continuous-integration/drone/push Build is passing
- Added to Drone CI script to auto deploy on tag push
- Added script to tag the project

Fixes #35

Co-authored-by: Ethan Lane <ethan@vylpes.com>
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/60
2023-04-28 17:32:17 +01:00
Vylpes c0ca0e6697 Update licence copyright to 2023 (#59)
All checks were successful
continuous-integration/drone/push Build is passing
- Update licence copyright to 2020-2023

Fixes #46

Co-authored-by: Ethan Lane <ethan@vylpes.com>
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/59
2023-04-28 17:31:55 +01:00
Vylpes 2c8711cd5e Fix documentation code breaks (#58)
All checks were successful
continuous-integration/drone/push Build is passing
- Remove conflicting licence file (multiple, but different cases)
- Fix documentation missing code breaks

Fixes #37

Co-authored-by: Ethan Lane <ethan@vylpes.com>
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/58
2023-04-28 17:31:34 +01:00
Vylpes 06485e0a88 Setup Jest (#57)
All checks were successful
continuous-integration/drone/push Build is passing
- Setup Jest
- Add test scripts
- Configure Drone

Fixes #1

Co-authored-by: Ethan Lane <ethan@vylpes.com>
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/57
2023-04-22 13:20:30 +01:00
Vylpes 2ab2fe04fd Merge pull request 'Update dependency typescript to v5' (#55) from renovate/typescript-5.x into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/55
2023-04-17 17:34:24 +01:00
Vylpes a8b19f1367 Merge pull request 'Update dependency eslint to v8' (#44) from renovate/eslint-8.x into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/44
2023-04-17 17:33:20 +01:00
Vylpes ab1ac9f908 Merge branch 'develop' into renovate/eslint-8.x
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-17 17:33:06 +01:00
Ethan Lane 44dd8188f2 Merge branch 'master' into develop
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-30 18:42:58 +01:00
Ethan Lane 87d4335bbc v2.0.6 2023-03-30 18:41:45 +01:00
Vylpes 887f29685a 2.0.6 (#56)
- Bump http-cache-semantics from 4.1.0 to 4.1.1

Co-authored-by: Ethan Lane <ethan@vylpes.com>
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/56
Reviewed-by: VylpesTester <tester@vylpes.com>
2023-03-30 18:36:05 +01:00
RenovateBot 409a5f4abb Update dependency typescript to v5
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-20 00:02:45 +00:00
RenovateBot 27a8fa0a88 Update dependency eslint to v8
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-06 00:01:43 +00:00
Vylpes 12b1871f6c Merge pull request 'Update dependency got to v12' (#45) from renovate/got-12.x into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/45
Reviewed-by: Vylpes <ethan@vylpes.com>
2023-02-27 18:35:19 +00:00
Ethan Lane 2d7046bd22 Add renovate to pipelines
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-27 18:34:31 +00:00
Ethan Lane cd541ddd4f Update project to allow for ESM modules 2023-02-27 18:33:32 +00:00
RenovateBot c4ba04677d Update dependency got to v12 2023-02-27 00:01:42 +00:00
Vylpes 6ffcb7a6ba Merge pull request 'Add Gitea templates' (#52) from feature/10-templates into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/52
Reviewed-by: VylpesTester <tester@vylpes.com>
2023-02-24 20:31:35 +00:00
Vylpes 263a84dd4c Merge branch 'develop' into feature/10-templates
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-24 20:31:27 +00:00
Vylpes 3a9d5b3063 Merge pull request 'Remove MaxTries variable' (#51) from feature/34-remove-max-tries into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/51
Reviewed-by: VylpesTester <tester@vylpes.com>
2023-02-24 20:31:22 +00:00
Vylpes 99e6f0e586 Merge branch 'develop' into feature/34-remove-max-tries
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-24 20:31:10 +00:00
Ethan Lane d02c6e7731 Add Gitea templates
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-24 17:33:39 +00:00
Vylpes 24f9444af6 Merge pull request 'Update dependency @types/node to v18' (#43) from renovate/node-18.x into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/43
Reviewed-by: Vylpes <ethan@vylpes.com>
2023-02-22 18:25:16 +00:00
Ethan Lane 948f513b53 Updatr documentation to remove maxTries variable
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-22 18:19:47 +00:00
Ethan Lane 089f693413 Remove maxTries variable 2023-02-22 18:18:50 +00:00
Ethan Lane bb9f092731 Merge branch 'master' into feature/34-remove-max-tries 2023-02-22 18:15:30 +00:00
Ethan Lane 1b859351df v2.0.5 2023-01-27 22:42:37 +00:00
Ethan Lane 3c0a82b5cc v2.0.4 2023-01-27 22:30:51 +00:00
RenovateBot fdd49a94b9 Update dependency @types/node to v18 2022-12-28 18:51:48 +00:00
Ethan Lane f6d934c80f Merge remote-tracking branch 'origin/renovate/configure' into develop 2022-12-28 18:49:09 +00:00
Vylpes 973894fbcd Update 'renovate.json' 2022-12-28 18:43:41 +00:00
RenovateBot a4f158fc72 Add renovate.json 2022-12-28 18:35:48 +00:00
Ethan Lane 9f5cd2ae80 2.0.3 2022-12-18 15:30:12 +00:00
Ethan Lane d56db4f74c v2.0.3 2022-12-18 15:28:06 +00:00
Vylpes 031a5455b5 hotfix/2.0.3 (#41)
- Bump minimatch from 3.0.4 to 3.1.2
- Update discord links

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ethan Lane <ethan@vylpes.com>
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/41
Reviewed-by: VylpesTester <tester@vylpes.com>
2022-12-18 15:27:03 +00:00
Vylpes 09061b935c hotfix/2.0.3 (#40)
- Bump minimatch from 3.0.4 to 3.1.2
- Update discord links

Co-authored-by: Ethan Lane <ethan@vylpes.com>
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/40
Reviewed-by: VylpesTester <tester@vylpes.com>
2022-12-18 15:26:53 +00:00
Ethan Lane bc38a83e44 v2.0.2 2022-08-24 14:14:32 +01:00
Ethan Lane 6b2c3a4468 Merge branch 'hotfix/2.0.2' 2022-08-24 14:11:50 +01:00
Ethan Lane 3d05866377
Switch package.json back because np will change it 2022-08-24 14:10:54 +01:00
Ethan Lane f67e406767 Merge branch 'feature/RB-28' into hotfix/2.0.2 2022-08-24 14:09:16 +01:00
Ethan Lane 885e75e3f6
Update CONTRIBUTING.md 2022-08-24 13:57:22 +01:00
Ethan Lane 57ab01c2cf
Update documentation with up to date information 2022-08-18 17:45:05 +01:00