6c1d0dfe09
Add binary building ( #151 )
...
ci/woodpecker/manual/woodpecker Pipeline was successful
# Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
- Install pkg
- Create ability to build package
- Add to woodpecker-ci
#101
## Type of change
Please delete options that are not relevant.
- [x] New feature (non-breaking change which adds functionality)
- [x] This change requires a documentation update
# How Has This Been Tested?
Please describe the tests that you ran to verify the changes. Provide instructions so we can reproduce. Please also list any relevant details to your test configuration.
# Checklist
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that provde my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/151
Reviewed-by: VylpesTester <tester@vylpes.com>
Co-authored-by: Ethan Lane <ethan@vylpes.com>
Co-committed-by: Ethan Lane <ethan@vylpes.com>
2024-03-01 19:51:12 +00:00
3abb1353a9
Update dependency @typescript-eslint/eslint-plugin to v7 ( #146 )
...
ci/woodpecker/push/woodpecker Pipeline was successful
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint ) | devDependencies | major | [`^6.0.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.21.0/7.0.2 ) |
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)</summary>
### [`v7.0.2`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#702-2024-02-19 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.0.1...v7.0.2 )
##### 🩹 Fixes
- fix tsconfig-less check errors, fix `@types/eslint` incompatibilities, add tests
##### ❤️ Thank You
- Brad Zacher
- Gareth Jones
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
### [`v7.0.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#701-2024-02-12 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.0.0...v7.0.1 )
##### 🩹 Fixes
- **eslint-plugin:** update peer dep for parser
##### ❤️ Thank You
- Tim Dorr
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
### [`v7.0.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#700-2024-02-12 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.21.0...v7.0.0 )
##### 🚀 Features
- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
- add support for flat configs
##### 🩹 Fixes
- **eslint-plugin:** \[prefer-find] stop throwing type errors when converting symbols to numbers
##### ⚠️ Breaking Changes
- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
##### ❤️ Thank You
- Brad Zacher
- Kirk Waiblinger
- StyleShit
- YeonJuan
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
#### 6.21.0 (2024-02-05)
##### 🚀 Features
- export plugin metadata
- allow `parserOptions.project: false`
- **eslint-plugin:** add rule prefer-find
##### 🩹 Fixes
- **eslint-plugin:** \[no-unused-vars] don't report on types referenced in export assignment expression
- **eslint-plugin:** \[switch-exhaustiveness-check] better support for intersections, infinite types, non-union values
- **eslint-plugin:** \[consistent-type-imports] dont report on types used in export assignment expressions
- **eslint-plugin:** \[no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option
- **eslint-plugin:** \[class-literal-property-style] allow getter when same key setter exists
- **eslint-plugin:** \[no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before `as` keyword
##### ❤️ Thank You
- auvred
- Brad Zacher
- Kirk Waiblinger
- Pete Gonzalez
- YeonJuan
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
#### 6.20.0 (2024-01-29)
##### 🚀 Features
- **eslint-plugin:** \[member-ordering] allow easy reuse of the default ordering
##### 🩹 Fixes
- **eslint-plugin:** \[no-useless-template-literals] incorrect bigint autofix result
- **eslint-plugin:** \[prefer-nullish-coalescing] treat any/unknown as non-nullable
- **eslint-plugin:** \[no-useless-template-literals] report Infinity & NaN
- **eslint-plugin:** \[prefer-readonly] disable checking accessors
##### ❤️ Thank You
- Alex Parloti
- auvred
- James Browning
- StyleShit
- YeonJuan
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
#### 6.19.1 (2024-01-22)
##### 🩹 Fixes
- **type-utils:** preventing isUnsafeAssignment infinite recursive calls
- **eslint-plugin:** \[no-unnecessary-condition] fix false positive for type variable
##### ❤️ Thank You
- YeonJuan
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
#### 6.19.0 (2024-01-15)
##### 🚀 Features
- **eslint-plugin:** \[prefer-promise-reject-errors] add rule
- **eslint-plugin:** \[no-array-delete] add new rule
- **eslint-plugin:** \[no-useless-template-literals] add fix suggestions
##### 🩹 Fixes
- **eslint-plugin:** \[no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression
- **eslint-plugin:** \[no-unnecesary-type-assertion] treat unknown/any as nullable
##### ❤️ Thank You
- auvred
- Brad Zacher
- Josh Goldberg ✨
- Joshua Chen
- LJX
- Steven
- StyleShit
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
#### 6.18.1 (2024-01-08)
##### 🩹 Fixes
- **eslint-plugin:** \[no-non-null-assertion] provide valid fix when member access is on next line
- **eslint-plugin:** \[no-unnecessary-condition] improve checking optional callee
- **eslint-plugin:** \[prefer-readonly] support modifiers of unions and intersections
- **eslint-plugin:** \[switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option
##### ❤️ Thank You
- auvred
- James
- Josh Goldberg ✨
- YeonJuan
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
#### 6.18.0 (2024-01-06)
##### 🚀 Features
- **typescript-estree:** throw on invalid update expressions
- **eslint-plugin:** \[no-var-requires, no-require-imports] allow option
##### ❤️ Thank You
- auvred
- Joshua Chen
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
</details>
---
### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjAiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIn0=-->
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/146
Reviewed-by: Vylpes <ethan@vylpes.com>
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
2024-02-26 18:01:22 +00:00
ac8691b579
Update dependency commander to v12 ( #145 )
...
continuous-integration/drone/push Build is passing
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [commander](https://github.com/tj/commander.js ) | dependencies | major | [`^11.1.0` -> `^12.0.0`](https://renovatebot.com/diffs/npm/commander/11.1.0/12.0.0 ) |
---
### Release Notes
<details>
<summary>tj/commander.js (commander)</summary>
### [`v12.0.0`](https://github.com/tj/commander.js/blob/HEAD/CHANGELOG.md#1200-2024-02-03 )
[Compare Source](https://github.com/tj/commander.js/compare/v11.1.0...v12.0.0 )
##### Added
- `.addHelpOption()` as another way of configuring built-in help option (\[[#​2006](https://github.com/tj/commander.js/issues/2006 )])
- `.helpCommand()` for configuring built-in help command (\[[#​2087](https://github.com/tj/commander.js/issues/2087 )])
##### Fixed
- *Breaking:* use non-zero exit code when spawned executable subcommand terminates due to a signal (\[[#​2023](https://github.com/tj/commander.js/issues/2023 )])
- *Breaking:* check `passThroughOptions` constraints when using `.addCommand` and throw if parent command does not have `.enablePositionalOptions()` enabled (\[[#​1937](https://github.com/tj/commander.js/issues/1937 )])
##### Changed
- *Breaking:* Commander 12 requires Node.js v18 or higher (\[[#​2027](https://github.com/tj/commander.js/issues/2027 )])
- *Breaking:* throw an error if add an option with a flag which is already in use (\[[#​2055](https://github.com/tj/commander.js/issues/2055 )])
- *Breaking:* throw an error if add a command with name or alias which is already in use (\[[#​2059](https://github.com/tj/commander.js/issues/2059 )])
- *Breaking:* throw error when calling `.storeOptionsAsProperties()` after setting an option value (\[[#​1928](https://github.com/tj/commander.js/issues/1928 )])
- replace non-standard JSDoc of `@api private` with documented `@private` (\[[#​1949](https://github.com/tj/commander.js/issues/1949 )])
- `.addHelpCommand()` now takes a Command (passing string or boolean still works as before but deprecated) (\[[#​2087](https://github.com/tj/commander.js/issues/2087 )])
- refactor internal implementation of built-in help option (\[[#​2006](https://github.com/tj/commander.js/issues/2006 )])
- refactor internal implementation of built-in help command (\[[#​2087](https://github.com/tj/commander.js/issues/2087 )])
##### Deprecated
- `.addHelpCommand()` passing string or boolean (use `.helpCommand()` or pass a Command) (\[[#​2087](https://github.com/tj/commander.js/issues/2087 )])
##### Removed
- *Breaking:* removed default export of a global Command instance from CommonJS (use the named `program` export instead) (\[[#​2017](https://github.com/tj/commander.js/issues/2017 )])
##### Migration Tips
**global program**
If you are using the [deprecated](./docs/deprecated.md#default-import-of-global-command-object) default import of the global Command object, you need to switch to using a named import (or create a new `Command`).
```js
// const program = require('commander');
const { program } = require('commander');
```
**option and command clashes**
A couple of configuration problems now throw an error, which will pick up issues in existing programs:
- adding an option which uses the same flag as a previous option
- adding a command which uses the same name or alias as a previous command
</details>
---
### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjAiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIn0=-->
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/145
Reviewed-by: Vylpes <ethan@vylpes.com>
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
2024-02-19 14:34:11 +00:00
8c440c0539
Update dependency np to v9 ( #135 )
...
continuous-integration/drone/push Build is passing
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [np](https://github.com/sindresorhus/np ) | devDependencies | major | [`^8.0.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/np/8.0.4/9.2.0 ) |
---
### Release Notes
<details>
<summary>sindresorhus/np (np)</summary>
### [`v9.2.0`](https://github.com/sindresorhus/np/releases/tag/v9.2.0 )
[Compare Source](https://github.com/sindresorhus/np/compare/v9.1.0...v9.2.0 )
- Fix yarn npm publish for scoped packages [`8d3a984`](https://github.com/sindresorhus/np/commit/8d3a984 )
- Fix broken revert code after publish failure [`819ed29`](https://github.com/sindresorhus/np/commit/819ed29 )
### [`v9.1.0`](https://github.com/sindresorhus/np/releases/tag/v9.1.0 )
[Compare Source](https://github.com/sindresorhus/np/compare/v9.0.0...v9.1.0 )
- Add Yarn Berry support ([#​723](https://github.com/sindresorhus/np/issues/723 )) [`0d9522b`](https://github.com/sindresorhus/np/commit/0d9522b )
### [`v9.0.0`](https://github.com/sindresorhus/np/releases/tag/v9.0.0 )
[Compare Source](https://github.com/sindresorhus/np/compare/v8.0.4...v9.0.0 )
##### Breaking
- Require Node.js 18 and npm 9 [`6c2e00e`](https://github.com/sindresorhus/np/commit/6c2e00e )
##### Improvements
- Group unpublished files in folders ([#​716](https://github.com/sindresorhus/np/issues/716 )) [`c31c2bc`](https://github.com/sindresorhus/np/commit/c31c2bc )
- improve messages related to new files and dependencies ([#​702](https://github.com/sindresorhus/np/issues/702 )) [`ad7b09e`](https://github.com/sindresorhus/np/commit/ad7b09e )
</details>
---
### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjAiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIn0=-->
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/135
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
2024-01-16 19:15:10 +00:00
a9a756a001
Update dependency got to v14 ( #134 )
...
continuous-integration/drone/push Build is passing
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [got](https://github.com/sindresorhus/got ) | resolutions | major | [`^13.0.0` -> `^14.0.0`](https://renovatebot.com/diffs/npm/got/13.0.0/14.0.0 ) |
---
### Release Notes
<details>
<summary>sindresorhus/got (got)</summary>
### [`v14.0.0`](https://github.com/sindresorhus/got/releases/tag/v14.0.0 )
[Compare Source](https://github.com/sindresorhus/got/compare/v13.0.0...v14.0.0 )
##### Breaking
- Require Node.js 20 ([#​2313](https://github.com/sindresorhus/got/issues/2313 )) [`a004263`](https://github.com/sindresorhus/got/commit/a004263 )
- Why not target the oldest active Node.js LTS, which is Node.js 18? I usually strictly follow this convention in my packages. However, this package is the exception because the HTTP part of Node.js is consistently buggy, and I don't have time to work around issues in older Node.js releases. I you need to still support Node.js 18, I suggest staying on Got v13, which is quite stable. Node.js 18 will be out of active LTS in 5 months.
##### Improvements
- Make `followRedirect` option accept a function ([#​2306](https://github.com/sindresorhus/got/issues/2306 )) [`7c3f147`](https://github.com/sindresorhus/got/commit/7c3f147 )
</details>
---
### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjAiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIn0=-->
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/134
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
2024-01-16 19:14:22 +00:00
a09beba4e4
Fix not being able to execute the code via ts-node ( #122 )
...
continuous-integration/drone/push Build is passing
# Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
- Removed ts-node
- Since we can execute the code via unit tests and the command line now, it doesn't make to have this anymore as we can test using a proper CLI
- This also fixes the issue we have with ts-node, with it not working on the latest node version
#75 , #119
## Type of change
Please delete options that are not relevant.
- [x] Bug fix (non-breaking change which fixes an issue)
# How Has This Been Tested?
Please describe the tests that you ran to verify the changes. Provide instructions so we can reproduce. Please also list any relevant details to your test configuration.
- This has been tested by running `yarn start`, and it now runs the cli interface
# Checklist
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that provde my fix is effective or that my feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/122
Reviewed-by: VylpesTester <tester@vylpes.com>
Co-authored-by: Ethan Lane <ethan@vylpes.com>
Co-committed-by: Ethan Lane <ethan@vylpes.com>
2023-12-08 17:07:51 +00:00
3f25c25315
Merge branch 'master' into develop
continuous-integration/drone/push Build is passing
2023-11-10 18:56:35 +00:00
27e08e6f86
v2.1.5
continuous-integration/drone/push Build is passing
2023-11-10 18:51:46 +00:00
ae1c67e032
Resolve package @babel/traverse to 7.23.2
continuous-integration/drone/push Build is passing
2023-11-10 18:48:46 +00:00
2a70daaf99
feature/71-basic-cli ( #104 )
...
continuous-integration/drone/push Build is passing
# Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
- Install Commander package
- Add basic CLI interface to the package
#71
## Type of change
Please delete options that are not relevant.
- [x] New feature (non-breaking change which adds functionality)
# How Has This Been Tested?
Please describe the tests that you ran to verify the changes. Provide instructions so we can reproduce. Please also list any relevant details to your test configuration.
- I have added unit tests for the CLI as it is so far, no commands have been added yet
# Checklist
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that provde my fix is effective or that my feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/104
Co-authored-by: Ethan Lane <ethan@vylpes.com>
Co-committed-by: Ethan Lane <ethan@vylpes.com>
2023-10-27 15:53:12 +01:00
379e828905
Update dependency @typescript-eslint/eslint-plugin to v6 ( #77 )
...
continuous-integration/drone/push Build is passing
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint ) | devDependencies | major | [`^5.54.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.59.6/6.8.0 ) |
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)</summary>
### [`v6.8.0`](36aecb6a83...d475f88575
)
[Compare Source](36aecb6a83...d475f88575
)
### [`v6.7.5`](d948dc4a21...36aecb6a83
)
[Compare Source](d948dc4a21...36aecb6a83
)
### [`v6.7.4`](91a3e0c85a...d948dc4a21
)
[Compare Source](91a3e0c85a...d948dc4a21
)
### [`v6.7.3`](ddb858981f...91a3e0c85a
)
[Compare Source](ddb858981f...91a3e0c85a
)
### [`v6.7.2`](79ffff05db...ddb858981f
)
[Compare Source](79ffff05db...ddb858981f
)
### [`v6.7.0`](a3a3932129...79ffff05db
)
[Compare Source](a3a3932129...79ffff05db
)
### [`v6.6.0`](4f34d0ba34...a3a3932129
)
[Compare Source](4f34d0ba34...a3a3932129
)
### [`v6.5.0`](ef1367eeed...4f34d0ba34
)
[Compare Source](ef1367eeed...4f34d0ba34
)
### [`v6.4.1`](14bea42e48...ef1367eeed
)
[Compare Source](14bea42e48...ef1367eeed
)
### [`v6.4.0`](0a1de14ba2...14bea42e48
)
[Compare Source](0a1de14ba2...14bea42e48
)
### [`v6.3.0`](948b061462...0a1de14ba2
)
[Compare Source](948b061462...0a1de14ba2
)
### [`v6.2.1`](c869aa1792...948b061462
)
[Compare Source](c869aa1792...948b061462
)
### [`v6.2.0`](d98f1e811a...c869aa1792
)
[Compare Source](d98f1e811a...c869aa1792
)
### [`v6.1.0`](6ae1fa74b1...d98f1e811a
)
[Compare Source](6ae1fa74b1...d98f1e811a
)
### [`v6.0.0`](cba0d113bb...6ae1fa74b1
)
[Compare Source](cba0d113bb...6ae1fa74b1
)
### [`v5.62.0`](2f46341a14...cba0d113bb
)
[Compare Source](2f46341a14...cba0d113bb
)
### [`v5.61.0`](f74862cbfb...2f46341a14
)
[Compare Source](f74862cbfb...2f46341a14
)
### [`v5.60.1`](c09b1c0252...f74862cbfb
)
[Compare Source](c09b1c0252...f74862cbfb
)
### [`v5.60.0`](a91bb9e264...c09b1c0252
)
[Compare Source](a91bb9e264...c09b1c0252
)
### [`v5.59.11`](9768e989d3...a91bb9e264
)
[Compare Source](9768e989d3...a91bb9e264
)
### [`v5.59.10`](a2b6b2e0a1...9768e989d3
)
[Compare Source](a2b6b2e0a1...9768e989d3
)
### [`v5.59.9`](391a6702c0...a2b6b2e0a1
)
[Compare Source](391a6702c0...a2b6b2e0a1
)
### [`v5.59.8`](5166a00e1a...391a6702c0
)
[Compare Source](5166a00e1a...391a6702c0
)
### [`v5.59.7`](5b0e577f25...5166a00e1a
)
[Compare Source](5b0e577f25...5166a00e1a
)
</details>
---
### 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:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzcuMC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCJ9-->
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/77
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
2023-10-23 13:25:22 +01:00
30e84df5b3
Merge branch 'master' into develop
continuous-integration/drone/push Build is failing
2023-09-13 13:20:07 +01:00
f61a5a7ae5
v2.1.4
continuous-integration/drone/push Build is passing
2023-09-13 13:15:53 +01:00
9b3b5b20ef
Revert to 2.1.3
2023-09-13 13:15:46 +01:00
55d6469a6b
v2.1.4
continuous-integration/drone/push Build is failing
2023-09-13 11:51:46 +01:00
23f15b7577
Upgrade dependency eslint to 8.49.0
continuous-integration/drone/push Build is passing
2023-09-13 11:50:44 +01:00
439bce6fac
Update dependency np to v8 ( #67 )
...
continuous-integration/drone/push Build is passing
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [np](https://github.com/sindresorhus/np ) | devDependencies | major | [`^7.7.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/np/7.7.0/8.0.4 ) |
---
### Release Notes
<details>
<summary>sindresorhus/np (np)</summary>
### [`v8.0.4`](https://github.com/sindresorhus/np/releases/tag/v8.0.4 )
[Compare Source](https://github.com/sindresorhus/np/compare/v8.0.3...v8.0.4 )
- Handle first time display of dependencies ([#​707](https://github.com/sindresorhus/np/issues/707 )) [`3f43d78`](https://github.com/sindresorhus/np/commit/3f43d78 )
### [`v8.0.3`](https://github.com/sindresorhus/np/releases/tag/v8.0.3 )
[Compare Source](https://github.com/sindresorhus/np/compare/v8.0.2...v8.0.3 )
- Fix skipping publish step ([#​706](https://github.com/sindresorhus/np/issues/706 )) [`51dcc2d`](https://github.com/sindresorhus/np/commit/51dcc2d )
### [`v8.0.2`](https://github.com/sindresorhus/np/releases/tag/v8.0.2 )
[Compare Source](https://github.com/sindresorhus/np/compare/v8.0.1...v8.0.2 )
- Fix publish not working with Yarn [`3d448c2`](https://github.com/sindresorhus/np/commit/3d448c2 )
- Include stack trace in errors [`12fce88`](https://github.com/sindresorhus/np/commit/12fce88 )
### [`v8.0.1`](https://github.com/sindresorhus/np/releases/tag/v8.0.1 )
[Compare Source](https://github.com/sindresorhus/np/compare/v8.0.0...v8.0.1 )
- Fix a crash in the new dependency check [`beb7db1`](https://github.com/sindresorhus/np/commit/beb7db1 )
### [`v8.0.0`](https://github.com/sindresorhus/np/releases/tag/v8.0.0 )
[Compare Source](https://github.com/sindresorhus/np/compare/v7.7.0...v8.0.0 )
##### Breaking
- Require Node.js 16 ([#​683](https://github.com/sindresorhus/np/issues/683 )) [`72879e0`](https://github.com/sindresorhus/np/commit/72879e0 )
##### Improvements
- Add 2FA support for npm version 9+ ([#​693](https://github.com/sindresorhus/np/issues/693 )) [`9cb4bfd`](https://github.com/sindresorhus/np/commit/9cb4bfd )
- Improve startup time ([#​688](https://github.com/sindresorhus/np/issues/688 )) [`eba203f`](https://github.com/sindresorhus/np/commit/eba203f )
- Improve the reliability of detecting which files will be included in the package ([#​682](https://github.com/sindresorhus/np/issues/682 )) [`a6ce792`](https://github.com/sindresorhus/np/commit/a6ce792 )
- Add check for new dependencies ([#​681](https://github.com/sindresorhus/np/issues/681 )) [`6867fb9`](https://github.com/sindresorhus/np/commit/6867fb9 )
</details>
---
### 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:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzYuODkuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AifQ==-->
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/67
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
2023-09-11 20:31:50 +01:00
d18126dbc5
Update dependency @typescript-eslint/parser to v6 ( #78 )
...
continuous-integration/drone/push Build is passing
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint ) | devDependencies | major | [`^5.54.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.59.6/6.5.0 ) |
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint</summary>
### [`v6.5.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​650-httpsgithubcomtypescript-eslinttypescript-eslintcomparev641v650-2023-08-28 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.1...v6.5.0 )
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
#### [6.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.0...v6.4.1 ) (2023-08-21)
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
### [`v6.4.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​641-httpsgithubcomtypescript-eslinttypescript-eslintcomparev640v641-2023-08-21 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.0...v6.4.1 )
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
### [`v6.4.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​640-httpsgithubcomtypescript-eslinttypescript-eslintcomparev630v640-2023-08-14 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.3.0...v6.4.0 )
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
### [`v6.3.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​630-httpsgithubcomtypescript-eslinttypescript-eslintcomparev621v630-2023-08-07 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.1...v6.3.0 )
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
#### [6.2.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.0...v6.2.1 ) (2023-07-31)
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
### [`v6.2.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​621-httpsgithubcomtypescript-eslinttypescript-eslintcomparev620v621-2023-07-31 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.0...v6.2.1 )
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
### [`v6.2.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​620-httpsgithubcomtypescript-eslinttypescript-eslintcomparev610v620-2023-07-24 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.1.0...v6.2.0 )
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
### [`v6.1.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​610-httpsgithubcomtypescript-eslinttypescript-eslintcomparev600v610-2023-07-17 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.0.0...v6.1.0 )
##### Features
- **typescript-estree:** add EXPERIMENTAL_useProjectService option to use TypeScript project service ([#​6754](https://github.com/typescript-eslint/typescript-eslint/issues/6754 )) ([6d3d162](6d3d162ce0
))
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
### [`v6.0.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​600-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5620v600-2023-07-10 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v5.62.0...v6.0.0 )
##### Bug Fixes
- update `exports` field in package.json files ([#​6550](https://github.com/typescript-eslint/typescript-eslint/issues/6550 )) ([53776c2](53776c244f
))
##### chore
- drop support for node v14.17, v17 ([#​5971](https://github.com/typescript-eslint/typescript-eslint/issues/5971 )) ([cc62015](cc62015b8a
))
##### Features
- add new package `rule-tester` ([#​6777](https://github.com/typescript-eslint/typescript-eslint/issues/6777 )) ([2ce1c1d](2ce1c1d22c
))
- add package.json exports for public packages ([#​6458](https://github.com/typescript-eslint/typescript-eslint/issues/6458 )) ([d676683](d6766838a0
))
- drop support for ESLint v6 ([#​5972](https://github.com/typescript-eslint/typescript-eslint/issues/5972 )) ([bda806d](bda806d78e
))
- drop support for node v12 ([#​5918](https://github.com/typescript-eslint/typescript-eslint/issues/5918 )) ([7e3fe9a](7e3fe9a67a
))
- drop support for node v14 and test against node v20 ([#​7022](https://github.com/typescript-eslint/typescript-eslint/issues/7022 )) ([e6235bf](e6235bf61b
))
- remove partial type-information program ([#​6066](https://github.com/typescript-eslint/typescript-eslint/issues/6066 )) ([7fc062a](7fc062abc3
))
- **scope-manager:** ignore ECMA version ([#​5889](https://github.com/typescript-eslint/typescript-eslint/issues/5889 )) ([f2330f7](f2330f7973
)), closes [#​5834](https://github.com/typescript-eslint/typescript-eslint/issues/5834 ) [#​5882](https://github.com/typescript-eslint/typescript-eslint/issues/5882 ) [#​5864](https://github.com/typescript-eslint/typescript-eslint/issues/5864 ) [#​5883](https://github.com/typescript-eslint/typescript-eslint/issues/5883 )
- **typescript-estree:** added allowInvalidAST option to not throw on invalid tokens ([#​6247](https://github.com/typescript-eslint/typescript-eslint/issues/6247 )) ([a3b177d](a3b177d59a
))
- **typescript-estree:** allow providing code as a ts.SourceFile ([#​5892](https://github.com/typescript-eslint/typescript-eslint/issues/5892 )) ([af41b7f](af41b7fa7b
))
- **typescript-estree:** deprecate createDefaultProgram ([#​5890](https://github.com/typescript-eslint/typescript-eslint/issues/5890 )) ([426d6b6](426d6b647e
))
- **typescript-estree:** remove optionality from AST boolean properties ([#​6274](https://github.com/typescript-eslint/typescript-eslint/issues/6274 )) ([df131e2](df131e258c
))
##### BREAKING CHANGES
- drop support for ESLint v6
- drops support for node v17
- drops support for node v12
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
### [`v5.62.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5620-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5610v5620-2023-07-10 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v5.61.0...v5.62.0 )
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
### [`v5.61.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5610-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5601v5610-2023-07-03 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.1...v5.61.0 )
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
#### [5.60.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1 ) (2023-06-26)
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
### [`v5.60.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5601-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5600v5601-2023-06-26 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1 )
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning ) and [releases](https://main--typescript-eslint.netlify.app/users/releases ) on our website.
### [`v5.60.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5600-httpsgithubcomtypescript-eslinttypescript-eslintcomparev55911v5600-2023-06-19 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0 )
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
#### [5.59.11](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11 ) (2023-06-12)
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
#### [5.59.10](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.9...v5.59.10 ) (2023-06-12)
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
#### [5.59.9](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.8...v5.59.9 ) (2023-06-05)
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
#### [5.59.8](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.7...v5.59.8 ) (2023-05-29)
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
#### [5.59.7](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7 ) (2023-05-22)
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
#### [5.59.6](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6 ) (2023-05-15)
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
#### [5.59.5](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.4...v5.59.5 ) (2023-05-08)
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
#### [5.59.4](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.3...v5.59.4 ) (2023-05-08)
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
#### [5.59.3](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.3 ) (2023-05-08)
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
#### [5.59.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2 ) (2023-05-01)
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
#### [5.59.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.0...v5.59.1 ) (2023-04-24)
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
### [`v5.59.11`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​55911-httpsgithubcomtypescript-eslinttypescript-eslintcomparev55910v55911-2023-06-12 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11 )
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
### [`v5.59.10`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​55910-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5599v55910-2023-06-12 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.9...v5.59.10 )
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
### [`v5.59.9`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5599-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5598v5599-2023-06-05 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.8...v5.59.9 )
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
### [`v5.59.8`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5598-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5597v5598-2023-05-29 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.7...v5.59.8 )
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
### [`v5.59.7`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5597-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5596v5597-2023-05-22 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7 )
**Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser )
</details>
---
### 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/78
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
2023-09-04 20:42:57 +01:00
a74df6c8a9
Update dependency got to v13 ( #66 )
...
continuous-integration/drone/push Build is passing
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [got](https://github.com/sindresorhus/got ) | resolutions | major | [`^11.8.5` -> `^13.0.0`](https://renovatebot.com/diffs/npm/got/11.8.6/13.0.0 ) |
---
### Release Notes
<details>
<summary>sindresorhus/got</summary>
### [`v13.0.0`](https://github.com/sindresorhus/got/releases/tag/v13.0.0 )
[Compare Source](https://github.com/sindresorhus/got/compare/v12.6.1...v13.0.0 )
As a reminder, Got continues to require ESM. For TypeScript users, this includes having [`"module": "node16", "moduleResolution": "node16"` in your tsconfig](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c#how-can-i-make-my-typescript-project-output-esm ).
##### Breaking
- Require Node.js 16 [`52a1063`](https://github.com/sindresorhus/got/commit/52a1063 )
- Change the [`enableUnixSockets`](https://github.com/sindresorhus/got/blob/main/documentation/2-options.md#enableunixsockets ) option to be `false` by default [`852c312`](https://github.com/sindresorhus/got/commit/852c312 )
- Most users don't need it.
##### Improvements
- Allow specifying `undefined` for options ([#​2258](https://github.com/sindresorhus/got/issues/2258 )) [`1cefe8b`](https://github.com/sindresorhus/got/commit/1cefe8b )
### [`v12.6.1`](https://github.com/sindresorhus/got/releases/tag/v12.6.1 )
[Compare Source](https://github.com/sindresorhus/got/compare/v12.6.0...v12.6.1 )
- Fix `get-stream` import statement ([#​2266](https://github.com/sindresorhus/got/issues/2266 )) [`67d5039`](https://github.com/sindresorhus/got/commit/67d5039 )
### [`v12.6.0`](https://github.com/sindresorhus/got/releases/tag/v12.6.0 )
[Compare Source](https://github.com/sindresorhus/got/compare/v12.5.3...v12.6.0 )
- Update dependencies [`88c88fb`](https://github.com/sindresorhus/got/commit/88c88fb ) [`979272e`](https://github.com/sindresorhus/got/commit/979272e )
- Loosen URL validation strictness ([#​2200](https://github.com/sindresorhus/got/issues/2200 )) [`0ca0b7f`](https://github.com/sindresorhus/got/commit/0ca0b7f )
### [`v12.5.3`](https://github.com/sindresorhus/got/releases/tag/v12.5.3 )
[Compare Source](https://github.com/sindresorhus/got/compare/v12.5.2...v12.5.3 )
- Fix abort event listeners not always being cleaned up ([#​2162](https://github.com/sindresorhus/got/issues/2162 )) [`3cc40b5`](https://github.com/sindresorhus/got/commit/3cc40b5 )
### [`v12.5.2`](https://github.com/sindresorhus/got/releases/tag/v12.5.2 )
[Compare Source](https://github.com/sindresorhus/got/compare/v12.5.1...v12.5.2 )
- Improve TypeScript 4.9 compatibility ([#​2163](https://github.com/sindresorhus/got/issues/2163 )) [`39f83b6`](https://github.com/sindresorhus/got/commit/39f83b6 )
### [`v12.5.1`](https://github.com/sindresorhus/got/releases/tag/v12.5.1 )
[Compare Source](https://github.com/sindresorhus/got/compare/v12.5.0...v12.5.1 )
- Fix compatibility with TypeScript and ESM [`3b3ea67`](https://github.com/sindresorhus/got/commit/3b3ea67 )
- Fix request body not being properly cached ([#​2150](https://github.com/sindresorhus/got/issues/2150 )) [`3e9d3af`](https://github.com/sindresorhus/got/commit/3e9d3af )
### [`v12.5.0`](https://github.com/sindresorhus/got/releases/tag/v12.5.0 )
[Compare Source](https://github.com/sindresorhus/got/compare/v12.4.1...v12.5.0 )
- Disable method rewriting on 307 and 308 status codes ([#​2145](https://github.com/sindresorhus/got/issues/2145 )) [`e049e94`](https://github.com/sindresorhus/got/commit/e049e94 )
- Upgrade dependencies [`8630815`](https://github.com/sindresorhus/got/commit/8630815 ) [`f0ac0b3`](https://github.com/sindresorhus/got/commit/f0ac0b3 ) [`4c3762a`](https://github.com/sindresorhus/got/commit/4c3762a )
### [`v12.4.1`](https://github.com/sindresorhus/got/releases/tag/v12.4.1 )
[Compare Source](https://github.com/sindresorhus/got/compare/v12.4.0...v12.4.1 )
##### Fixes
- Fix `options.context` being not extensible [`b671480`](b671480715
)
- Don't emit `uploadProgress` after promise cancelation [`693de21`](693de217b0
)
### [`v12.4.0`](https://github.com/sindresorhus/got/releases/tag/v12.4.0 )
[Compare Source](https://github.com/sindresorhus/got/compare/v12.3.1...v12.4.0 )
##### Improvements
- Support FormData without known length ([#​2120](https://github.com/sindresorhus/got/issues/2120 )) [`850773c`](https://github.com/sindresorhus/got/commit/850773c )
##### Fixes
- Don't call `beforeError` hooks with `HTTPError` if the `throwHttpErrors` option is `false` ([#​2104](https://github.com/sindresorhus/got/issues/2104 )) [`3927348`](https://github.com/sindresorhus/got/commit/3927348 )
### [`v12.3.1`](https://github.com/sindresorhus/got/releases/tag/v12.3.1 )
[Compare Source](https://github.com/sindresorhus/got/compare/v12.3.0...v12.3.1 )
- Don't freeze signal when freezing Options ([#​2100](https://github.com/sindresorhus/got/issues/2100 )) [`43b1467`](https://github.com/sindresorhus/got/commit/43b1467 )
### [`v12.3.0`](https://github.com/sindresorhus/got/releases/tag/v12.3.0 )
[Compare Source](https://github.com/sindresorhus/got/compare/v12.2.0...v12.3.0 )
- Add `.off()` method for events ([#​2092](https://github.com/sindresorhus/got/issues/2092 )) [`88056be`](https://github.com/sindresorhus/got/commit/88056be )
### [`v12.2.0`](https://github.com/sindresorhus/got/releases/tag/v12.2.0 )
[Compare Source](https://github.com/sindresorhus/got/compare/v12.1.0...v12.2.0 )
- [Support `AbortController`](https://github.com/sindresorhus/got/blob/main/documentation/2-options.md#signal ) ([#​2020](https://github.com/sindresorhus/got/issues/2020 )) [`6a6d2a9`](https://github.com/sindresorhus/got/commit/6a6d2a9 )
- Add [`enableUnixSockets`](https://github.com/sindresorhus/got/blob/main/documentation/2-options.md#enableunixsockets ) option ([#​2062](https://github.com/sindresorhus/got/issues/2062 )) [`461b3d4`](https://github.com/sindresorhus/got/commit/461b3d4 )
### [`v12.1.0`](https://github.com/sindresorhus/got/releases/tag/v12.1.0 )
[Compare Source](https://github.com/sindresorhus/got/compare/v12.0.4...v12.1.0 )
##### Improvements
- Add `response.ok` ([#​2043](https://github.com/sindresorhus/got/issues/2043 )) [`22d58fb`](https://github.com/sindresorhus/got/commit/22d58fb )
- This is only useful if you have [`{throwHttpErrors: false}`](https://github.com/sindresorhus/got/blob/main/documentation/2-options.md#throwhttperrors )
##### Fixes
- Do not redirect to UNIX sockets ([#​2047](https://github.com/sindresorhus/got/issues/2047 )) [`861ccd9`](https://github.com/sindresorhus/got/commit/861ccd9 )
- [CVE-2022-33987](https://nvd.nist.gov/vuln/detail/CVE-2022-33987 )
- [Also back ported to v11](https://github.com/sindresorhus/got/releases/tag/v11.8.5 )
### [`v12.0.4`](https://github.com/sindresorhus/got/releases/tag/v12.0.4 )
[Compare Source](https://github.com/sindresorhus/got/compare/v12.0.3...v12.0.4 )
- Remove stream lock - unreliable since Node 17.3.0 [`bb8eca9`](bb8eca924c
)
### [`v12.0.3`](https://github.com/sindresorhus/got/releases/tag/v12.0.3 )
[Compare Source](https://github.com/sindresorhus/got/compare/v12.0.2...v12.0.3 )
- Allow more types in the `json` option ([#​2015](https://github.com/sindresorhus/got/issues/2015 )) [`eb045bf`](https://github.com/sindresorhus/got/commit/eb045bf )
### [`v12.0.2`](https://github.com/sindresorhus/got/releases/tag/v12.0.2 )
[Compare Source](https://github.com/sindresorhus/got/compare/v12.0.1...v12.0.2 )
- Fix `encoding` option with `{responseType: 'json'}` ([#​1996](https://github.com/sindresorhus/got/issues/1996 )) [`0703318`](https://github.com/sindresorhus/got/commit/0703318 )
### [`v12.0.1`](https://github.com/sindresorhus/got/releases/tag/v12.0.1 )
[Compare Source](https://github.com/sindresorhus/got/compare/v12.0.0...v12.0.1 )
- Fix `nock` compatibility ([#​1959](https://github.com/sindresorhus/got/issues/1959 )) [`bf39d2c`](https://github.com/sindresorhus/got/commit/bf39d2c )
- Fix missing export of `Request` TypeScript type ([#​1940](https://github.com/sindresorhus/got/issues/1940 )) [`0f9f2b8`](https://github.com/sindresorhus/got/commit/0f9f2b8 )
### [`v12.0.0`](https://github.com/sindresorhus/got/releases/tag/v12.0.0 )
[Compare Source](https://github.com/sindresorhus/got/compare/v11.8.6...v12.0.0 )
##### Introducing Got v12.0.0 🎉
Long time no see! The latest Got version (v11.8.2) was released just in February ❄️
We have been working hard on squashing bugs and improving overall experience.
If you find Got useful, you might want to [sponsor the Got maintainers](https://github.com/sindresorhus/got?sponsor=1 ).
##### This package is now pure ESM
**Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c ).** Also see https://github.com/sindresorhus/got/issues/1789 .
- **Please don't open issues about `[ERR_REQUIRE_ESM]` and `Must use import to load ES Module` errors.** This is a problem with your setup, not Got.
- Please don't open issues about using Got with Jest. Jest does not fully support ESM.
- Pretty much any problem with loading this package is a problem with your bundler, test framework, etc, not Got.
- If you use TypeScript, you will want to stay on Got v11 until TypeScript 4.6 is out. [Why.](https://github.com/microsoft/TypeScript/issues/46452 )
- If you use a bundler, make sure it supports ESM and that you have correctly configured it for ESM.
- The Got issue tracker is not a support channel for your favorite build/bundler tool.
##### Required Node.js >=14
While working with streams, we encountered more Node.js bugs that needed workarounds.
In order to keep our code clean, we had to drop Node.js v12 as the code would get more messy.
We strongly recommend that you update Node.js to **v14 LTS**.
##### HTTP/2 support
Every Node.js release, the native `http2` module gets more stable.
Unfortunately there are still some issues on the Node.js side, so we decided to keep HTTP/2 disabled for now.
We may enable it by default in Got v13. It is still possible to turn it on via the `http2` option.
To run HTTP/2 requests, it is required to use Node.js **v15.10** or above.
##### Bug fixes
Woah, we possibly couldn't make a release if we didn't fix some bugs!
- Do not throw on custom stack traces ([#​1491](https://github.com/sindresorhus/got/issues/1491 )) [`49c16ee`](49c16ee54f
)
- Remove automatic `content-length` on ReadStream ([#​1510](https://github.com/sindresorhus/got/issues/1510 )) [`472b8ef`](472b8ef9d9
)
- Fix promise shortcuts in case of error status code ([#​1543](https://github.com/sindresorhus/got/issues/1543 )) [`ff918fb`](ff918fb6de
) [`1107cc6`](1107cc625e
)
- Invert the `methodRewriting` option [`51d88a0`](51d88a0efe
)
- Fix `url` not being reused on retry in rare case ([#​1487](https://github.com/sindresorhus/got/issues/1487 )) [`462bc63`](462bc63001
)
- Fix hanging promise on HTTP/2 timeout ([#​1492](https://github.com/sindresorhus/got/issues/1492 )) [`a59fac4`](a59fac415a
)
- Prevent uncaught ParseErrors on initial successful response ([#​1527](https://github.com/sindresorhus/got/issues/1527 )) [`77df9c3`](77df9c33db
)
- Throw an error when retrying with consumed body ([#​1507](https://github.com/sindresorhus/got/issues/1507 )) [`62305d7`](62305d77d3
)
- Fix a Node.js 16 bug that hangs Got streams [`06a2d3d`](06a2d3d7d8
)
- Fix default pagination handling for empty Link header ([#​1768](https://github.com/sindresorhus/got/issues/1768 )) [`1e1e506`](1e1e50647e
)
- Fix incorrect `response.complete` when using cache [`9e15d88`](9e15d887da
)
- Fix `Cannot call end` error when `request` returns a `Writable` [`226cc39`](226cc3995f
)
- Fix Request options not being reused on retry [`3c23eea`](3c23eea5a0
)
- Fix types being not compatible with CommonJS [`3c23eea`](3c23eea5a0
)
- Fix `got.paginate does not call init hooks` ([#​1574](https://github.com/sindresorhus/got/issues/1574 )) [`3c23eea`](3c23eea5a0
)
- Generate a new object when passing options to the native `https` module ([#​1567](https://github.com/sindresorhus/got/issues/1567 )) [`3c23eea`](3c23eea5a0
)
- Remove stream reuse check ([#​1803](https://github.com/sindresorhus/got/issues/1803 )) [`9ecc5ee`](9ecc5ee76f
)
- Fix merging `searchParams` ([#​1814](https://github.com/sindresorhus/got/issues/1814 )) [`1018c20`](1018c2029e
) [`732e9bd`](732e9bd940
)
- Fix unhandled exception when lookup returns invalid IP early ([#​1737](https://github.com/sindresorhus/got/issues/1737 )) [`2453e5e`](2453e5e421
)
- Fix relative URLs when paginating [`439fb82`](439fb82d2a
)
- Require url to be an instance of URL when paginating ([#​1818](https://github.com/sindresorhus/got/issues/1818 )) [`eda69ff`](eda69ff924
)
- Fix `username` and `password` encoding in URL ([#​1169](https://github.com/sindresorhus/got/issues/1169 ) [#​1317](https://github.com/sindresorhus/got/issues/1317 )) [`d65d0ca`](d65d0caf62
)
- Clone raw options [`1c4cefc`](1c4cefc9b4
)
- Fix invalid `afterResponse` return check [`cbc8902`](https://github.com/sindresorhus/got/commit/cbc8902 )
- Fix `https.alpnProtocols` not having an effect [`e1099fb`](https://github.com/sindresorhus/got/commit/e1099fb )
##### Improvements
- Make the `context` option mergeable ([#​1459](https://github.com/sindresorhus/got/issues/1459 )) [`2b8ed1f`](2b8ed1f5a1
)
- Add generic argument to AfterResponseHook TypeScript type ([#​1589](https://github.com/sindresorhus/got/issues/1589 )) [`6fc04a9`](6fc04a9b92
)
- Add read timeout ([#​1518](https://github.com/sindresorhus/got/issues/1518 )) [`e943672`](e9436720fc
) *(blocked by https://github.com/nodejs/node/issues/35923 )*
- Improve the pagination API ([#​1644](https://github.com/sindresorhus/got/issues/1644 )) [`2675046`](2675046a83
)
- Change the stackAllItems option to be false by default ([#​1645](https://github.com/sindresorhus/got/issues/1645 )) [`1120370`](1120370e05
)
- Throw when afterResponse hook returns an invalid value [`4f21eb3`](4f21eb3db7
)
- Add `retry.backoffLimit` option [`41c4136`](41c4136632
)
- Add `noise` retry option [`e830077`](e830077046
)
- Enable more HTTPS options [`83575d5`](83575d590a
) [`fe723a0`](fe723a0477
) (thanks [@​Giotino](https://github.com/Giotino ))
- Define `error.code` [`f27e8d3`](f27e8d3316
)
- Set `options.url` even if some options are invalid [`8d6a680`](8d6a680788
)
- Improve memory usage when merging options [`2db5ec5`](2db5ec5d36
)
- Support async generators as body [`854430f`](854430f013
) [`3df52f3`](3df52f38ed
)
- Add missing `once` types for Stream API [`3c23eea`](3c23eea5a0
)
- New error type: `RetryError` which always triggers a new retry when thrown [`3c23eea`](3c23eea5a0
)
- `error.options` is now enumerable [`3c23eea`](3c23eea5a0
)
- `defaults.handlers` don't need a default handler now [`3c23eea`](3c23eea5a0
)
- Add a parser for the `Link` header [`3c23eea`](3c23eea5a0
)
- General code improvements [`a5dd9aa`](a5dd9aa37e
)
##### Breaking changes
##### Improved option normalization
- Got exports an `Option` class that is specifically designed to parse and validate Got options.
It is made of setters and getters that provide fast normalization and more consistent behavior.
When passing an option does not exist, Got will throw an error. In order to retrieve the options before the error, use `error.options`.
```js
import got from 'got';
try {
await got('https://httpbin.org/anything ', {
thisOptionDoesNotExist: true
});
} catch (error) {
console.error(error);
console.error(error.options.url.href);
// Unexpected option: thisOptionDoesNotExist
// https://httpbin.org/anything
}
```
- The `init` hook now accepts a second argument: `self`, which points to an `Options` instance.
In order to define your own options, you have to move them to `options.context` in an [`init` hook](https://github.com/sindresorhus/got/blob/main/documentation/lets-make-a-plugin.md#authorization ) or store them in `options.context` directly.
- The `init` hooks are ran only when passing an options object explicitly.
```diff
- await got('https://example.com '); // this will *not* trigger the init hooks
+ await got('https://example.com ', {}); // this *will** trigger init hooks
```
- [`options.merge()`](2-options.md) replaced `got.mergeOptions` and `Request.normalizeArguments`
```diff
- got.defaults.options = got.mergeOptions(got.defaults.options, {…});
+ got.defaults.options.merge(…);
```
This fixes issues like [#​1450](https://github.com/sindresorhus/got/issues/1450 )
- Legacy `Url` instances are not supported anymore. You need to use WHATWG URL instead.
```diff
- await got(string, {port: 8443});
+ const url = new URL(string);
+ url.port = 8443;
+ await got(url);
```
- No implicit timeout declaration.
```diff
- await got('https://example.com ', {timeout: 5000})
+ await got('https://example.com ', {timeout: {request: 5000})
```
- No implicit retry declaration.
```diff
- await got('https://example.com ', {retry: 5})
+ await got('https://example.com ', {retry: {limit: 5})
```
- `dnsLookupIpVersion` is now a number (4 or 6) or undefined
```diff
- await got('https://example.com ', {dnsLookupIpVersion: 'ipv4'})
+ await got('https://example.com ', {dnsLookupIpVersion: 4})
```
- `redirectUrls` and `requestUrl` now give URL instances
```diff
- request.requestUrl
+ request.requestUrl.origin
+ request.requestUrl.href
+ request.requestUrl.toString()
```
```diff
- request.redirectUrls[0]
+ request.redirectUrls[0].origin
+ request.redirectUrls[0].href
+ request.redirectUrls[0].toString()
```
- Renamed `request.aborted` to `request.isAborted`
```diff
- request.aborted
+ request.isAborted
```
Reason: consistency with `options.isStream`.
- Renamed the `lookup` option to `dnsLookup`
```diff
- await got('https://example.com ', {lookup: cacheable.lookup})
+ await got('https://example.com ', {dnsLookup: cacheable.lookup})
```
- The `beforeRetry` hook now accepts only two arguments: `error` and `retryCount`
```diff
await got('https://example.com ', {
hooks: {
beforeRetry: [
- (options, error, retryCount) => {
- console.log(options, error, retryCount);
- }
+ (error, retryCount) => {
+ console.log(error.options, error, retryCount);
+ }
]
}
})
```
The `options` argument has been removed, however it's still accessible via `error.options`. All modifications on `error.options` will be reflected in the next requests (no behavior change, same as with Got 11).
- The `beforeRedirect` hook's first argument (options) is now a cloned instance of the Request options.
This was done to make retrieving the original options possible: `plainResponse.request.options`.
```diff
await got('http://szmarczak.com ', {
hooks: {
beforeRedirect: [
(options, response) => {
- console.log(options === response.request.options); //=> true [invalid! our original options were overriden]
+ console.log(options === response.request.options); //=> false [we can access the original options now]
}
]
}
})
```
- The `redirect` event now takes two arguments in this order: `updatedOptions` and `plainResponse`.
```diff
- stream.on('redirect', (response, options) => …)
+ stream.on('redirect', (options, response) => …)
```
Reason: consistency with the `beforeRedirect` hook.
- The `socketPath` option has been removed. Use the `unix:` protocol instead.
```diff
- got('/containers/json', {socketPath: '/var/run/docker.sock'})
+ got('unix:/var/run/docker.sock:/containers/json')
+ got('http://unix:/var/run/docker.sock:/containers/json ')
```
- The `retryWithMergedOptions` function in an `afterResponse` hook no longer returns a `Promise`.
It now throws `RetryError`, so this should this should be the last function being executed.
This was done to allow `beforeRetry` hooks getting called.
- You can no longer set `options.agent` to `false`.
To do so, you need to define all the `options.agent` properties: `http`, `https` and `http2`.
```diff
await got('https://example.com ', {
- agent: false
+ agent: {
+ http: false,
+ https: false,
+ http2: false
+ }
})
```
- When passing a `url` option when paginating, it now needs to be an absolute URL - the `prefixUrl` option is always reset from now on. The same when retrying in an `afterResponse` hook.
```diff
- return {url: '/location'};
+ return {url: new URL('/location', response.request.options.url)};
```
There was confusion around the `prefixUrl` option. It was counterintuitive if used with the Pagination API. For example, it worked fine if the server replied with a relative URL, but if it was an absolute URL then the `prefixUrl` would end up duplicated. In order to fix this, Got now requires an absolute URL - no `prefixUrl` will be applied.
- `got.extend(…)` will throw when passing some options that don't accept undefined - undefined no longer retains the old value, as setting undefined explicitly may reset the option
##### Documentation
We have redesigned the documentation so it's easier to navigate and find exactly what you are looking for. We hope you like it ❤️
</details>
---
### 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/66
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
2023-09-04 20:42:16 +01:00
2a6ed325a0
Update dependency @types/node to v20 ( #64 )
...
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
f67e001cf0
v2.1.3
continuous-integration/drone/push Build is passing
2023-07-03 17:55:46 +01:00
8e268a0cc3
Upgrade semver to 7.5.2
continuous-integration/drone/push Build is passing
2023-07-03 17:54:05 +01:00
d3d921b3c8
v2.1.2
continuous-integration/drone/push Build is passing
2023-05-29 16:52:13 +01:00
e7620ccd42
v2.1.1
continuous-integration/drone/push Build is passing
2023-05-20 15:49:04 +01:00
1fa5698991
Resolve np/got dependency to ^11.8.5
continuous-integration/drone/push Build is passing
2023-05-20 15:47:20 +01:00
03b7108c6d
v2.1.0
2023-04-29 14:40:35 +01:00
2885d6365b
Add drone deployment ( #60 )
...
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
06485e0a88
Setup Jest ( #57 )
...
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
2ab2fe04fd
Merge pull request 'Update dependency typescript to v5' ( #55 ) from renovate/typescript-5.x into develop
...
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
ab1ac9f908
Merge branch 'develop' into renovate/eslint-8.x
continuous-integration/drone/push Build is passing
2023-04-17 17:33:06 +01:00
44dd8188f2
Merge branch 'master' into develop
continuous-integration/drone/push Build is passing
2023-03-30 18:42:58 +01:00
87d4335bbc
v2.0.6
2023-03-30 18:41:45 +01:00
409a5f4abb
Update dependency typescript to v5
continuous-integration/drone/push Build is passing
2023-03-20 00:02:45 +00:00
27a8fa0a88
Update dependency eslint to v8
continuous-integration/drone/push Build is passing
2023-03-06 00:01:43 +00:00
cd541ddd4f
Update project to allow for ESM modules
2023-02-27 18:33:32 +00:00
c4ba04677d
Update dependency got to v12
2023-02-27 00:01:42 +00:00
99e6f0e586
Merge branch 'develop' into feature/34-remove-max-tries
continuous-integration/drone/push Build is passing
2023-02-24 20:31:10 +00:00
1b859351df
v2.0.5
2023-01-27 22:42:37 +00:00
3c0a82b5cc
v2.0.4
2023-01-27 22:30:51 +00:00
fdd49a94b9
Update dependency @types/node to v18
2022-12-28 18:51:48 +00:00
d56db4f74c
v2.0.3
2022-12-18 15:28:06 +00:00
bc38a83e44
v2.0.2
2022-08-24 14:14:32 +01:00
3d05866377
Switch package.json back because np will change it
2022-08-24 14:10:54 +01:00
57ab01c2cf
Update documentation with up to date information
2022-08-18 17:45:05 +01:00
ee4f1873d1
Fix type error ( #34 )
...
Co-authored-by: Ethan Lane <ethan@vylpes.com>
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/34
2022-08-12 17:10:03 +01:00
09cbd56493
v2.0.1
2022-07-14 17:35:36 +01:00
6648ecef91
v2.0.0
2021-12-02 10:41:11 +00:00
d32b44052c
Replace fetch with got
2021-12-01 20:39:02 +00:00
f673339d90
rewrite in typescript
2021-12-01 20:32:20 +00:00
a3841f5f37
Install and setup TypeScript
2021-12-01 13:36:29 +00:00