GitHub Actions Bot
|
c056c67721
|
4.22.0-beta.30
|
2023-03-01 13:10:11 +00:00 |
|
GitHub Actions Bot
|
173e5a9a91
|
4.22.0-beta.29
|
2023-03-01 12:41:53 +00:00 |
|
GitHub Actions Bot
|
5e1886fe93
|
4.22.0-beta.28
|
2023-03-01 12:24:10 +00:00 |
|
GitHub Actions Bot
|
3832148c0c
|
4.22.0-beta.27
|
2023-03-01 12:10:13 +00:00 |
|
GitHub Actions Bot
|
2fece60369
|
4.22.0-beta.26
|
2023-03-01 12:05:10 +00:00 |
|
GitHub Actions Bot
|
7bf5be1ada
|
4.22.0-beta.25
|
2023-03-01 07:49:34 +00:00 |
|
renovate[bot]
|
46fb1d7886
|
chore(deps): update dependency @types/uuid to v9.0.1 (#3225)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/uuid](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`9.0.0` ->
`9.0.1`](https://renovatebot.com/diffs/npm/@types%2fuuid/9.0.0/9.0.1) |
[![age](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.1/compatibility-slim/9.0.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.1/confidence-slim/9.0.0)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-03-01 07:48:56 +00:00 |
|
renovate[bot]
|
cc7553770e
|
chore(deps): update dependency @swc/core to v1.3.36 (#3219)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs)
([source](https://togithub.com/swc-project/swc)) | [`1.3.35` ->
`1.3.36`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.35/1.3.36) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.36/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.36/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.36/compatibility-slim/1.3.35)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.36/confidence-slim/1.3.35)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.36`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1336---2023-02-21)
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.35...v1.3.36)
##### Bug Fixes
- **(bindings/cli)** Rename `--config` to `--config-json`
([#​6932](https://togithub.com/swc-project/swc/issues/6932))
([cb4436b](cb4436bd6e ))
- **(bindings/node)** Treat `.cts` and `.mts` as input by default
([#​6959](https://togithub.com/swc-project/swc/issues/6959))
([d5c0dec](d5c0dec40c ))
- **(bundler)** Don't panic while finding exports
([#​6947](https://togithub.com/swc-project/swc/issues/6947))
([542bb62](542bb62ef7 ))
- **(css/modules)** Fix CSS `animation` on CSS Modules
([#​6969](https://togithub.com/swc-project/swc/issues/6969))
([4771aa2](4771aa206a ))
- **(es/minifier)** Fix `toFixed`, `toPrecision`, `toExponential` and
`toString` of Number
([#​6960](https://togithub.com/swc-project/swc/issues/6960))
([9382bda](9382bda786 ))
- **(es/minifier)** Fix optimization of expressions in numeric context
([#​6965](https://togithub.com/swc-project/swc/issues/6965))
([1dfadb8](1dfadb8790 ))
- **(es/module)** Fix `jsc.paths` on Windows
([#​6930](https://togithub.com/swc-project/swc/issues/6930))
([1ec161a](1ec161a0f1 ))
- **(es/react)** Fix handling of whitespaces
([#​6935](https://togithub.com/swc-project/swc/issues/6935))
([a9b25aa](a9b25aaf4a ))
- **(es/react)** Don't panic on `key` without a value
([#​6945](https://togithub.com/swc-project/swc/issues/6945))
([14454c9](14454c9dbd ))
- **(es/resolver)** Use type context for `export =` if it's unresolved
([#​6963](https://togithub.com/swc-project/swc/issues/6963))
([e946c43](e946c43f4e ))
##### Features
- **(es/minifier)** Drop unused import bindings
([#​6967](https://togithub.com/swc-project/swc/issues/6967))
([a27ffd2](a27ffd2242 ))
##### Miscellaneous Tasks
- **(bot)** Allow org members to use bump comments
([#​6942](https://togithub.com/swc-project/swc/issues/6942))
([0324d5a](0324d5a78b ))
- **(swc_nodejs_common)** Remove swc_node_base from swc_nodejs_common
([#​6940](https://togithub.com/swc-project/swc/issues/6940))
([0771418](0771418dd0 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-02-28 20:41:44 +00:00 |
|
GitHub Actions Bot
|
31580d67b9
|
4.22.0-beta.24
|
2023-02-28 16:58:53 +00:00 |
|
GitHub Actions Bot
|
b279197623
|
4.22.0-beta.23
|
2023-02-28 16:00:06 +00:00 |
|
Mateusz Kwasniewski
|
28a281da3d
|
fix: revert lib version (#3218)
|
2023-02-28 16:59:44 +01:00 |
|
GitHub Actions Bot
|
9f96c62943
|
4.22.0-beta.22
|
2023-02-28 14:39:52 +00:00 |
|
renovate[bot]
|
669afd16e6
|
chore: update dependency @swc/core to v1.3.36 (#3211)
|
2023-02-28 15:39:34 +01:00 |
|
GitHub Actions Bot
|
fcc512f1fc
|
4.22.0-beta.21
|
2023-02-28 14:18:06 +00:00 |
|
GitHub Actions Bot
|
91c940fcc9
|
4.22.0-beta.20
|
2023-02-28 13:53:27 +00:00 |
|
GitHub Actions Bot
|
99db4baae0
|
4.22.0-beta.19
|
2023-02-28 13:39:21 +00:00 |
|
GitHub Actions Bot
|
8ebe62db05
|
4.22.0-beta.18
|
2023-02-28 13:29:36 +00:00 |
|
GitHub Actions Bot
|
7802df1542
|
4.22.0-beta.17
|
2023-02-28 08:32:42 +00:00 |
|
GitHub Actions Bot
|
8e79820783
|
4.22.0-beta.16
|
2023-02-28 08:13:01 +00:00 |
|
GitHub Actions Bot
|
dab55bf3c6
|
4.22.0-beta.15
|
2023-02-28 06:50:32 +00:00 |
|
renovate[bot]
|
66c2fa469d
|
chore(deps): update dependency jest to v29.4.3 (#3208)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [jest](https://jestjs.io/)
([source](https://togithub.com/facebook/jest)) | [`29.4.2` ->
`29.4.3`](https://renovatebot.com/diffs/npm/jest/29.4.2/29.4.3) |
[![age](https://badges.renovateapi.com/packages/npm/jest/29.4.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/jest/29.4.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/jest/29.4.3/compatibility-slim/29.4.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/jest/29.4.3/confidence-slim/29.4.2)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>facebook/jest</summary>
###
[`v29.4.3`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2943)
[Compare
Source](https://togithub.com/facebook/jest/compare/v29.4.2...v29.4.3)
##### Features
- `[expect]` Update `toThrow()` to be able to use error `cause`s
([#​13606](https://togithub.com/facebook/jest/pull/13606))
- `[jest-core]` allow to use `workerIdleMemoryLimit` with only 1 worker
or `runInBand` option
([#​13846](https://togithub.com/facebook/jest/pull/13846))
- `[jest-message-util]` Add support for [error
`cause`s](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause)
([#​13868](https://togithub.com/facebook/jest/pull/13868) &
[#​13912](https://togithub.com/facebook/jest/pull/13912))
- `[jest-runtime]` Revert `import assertions` for JSON modules as it's
been relegated to Stage 2
([#​13911](https://togithub.com/facebook/jest/pull/13911))
##### Fixes
- `[@jest/expect-utils]` `subsetEquality` should consider also an
object's inherited string keys
([#​13824](https://togithub.com/facebook/jest/pull/13824))
- `[jest-mock]` Clear mock state when `jest.restoreAllMocks()` is called
([#​13867](https://togithub.com/facebook/jest/pull/13867))
- `[jest-mock]` Prevent `mockImplementationOnce` and
`mockReturnValueOnce` bleeding into `withImplementation`
([#​13888](https://togithub.com/facebook/jest/pull/13888))
- `[jest-mock]` Do not restore mocks when `jest.resetAllMocks()` is
called ([#​13866](https://togithub.com/facebook/jest/pull/13866))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTIuNSIsInVwZGF0ZWRJblZlciI6IjM0LjE1Mi41In0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-02-28 04:56:03 +00:00 |
|
GitHub Actions Bot
|
84c7b55919
|
4.22.0-beta.14
|
2023-02-27 14:45:52 +00:00 |
|
GitHub Actions Bot
|
2d58de1a17
|
4.22.0-beta.13
|
2023-02-27 14:42:33 +00:00 |
|
GitHub Actions Bot
|
7a52552485
|
4.22.0-beta.12
|
2023-02-27 13:37:19 +00:00 |
|
GitHub Actions Bot
|
e9892a4ec9
|
4.22.0-beta.11
|
2023-02-27 12:00:25 +00:00 |
|
GitHub Actions Bot
|
ceef985419
|
4.22.0-beta.10
|
2023-02-27 10:35:55 +00:00 |
|
GitHub Actions Bot
|
5523dad5bb
|
4.22.0-beta.9
|
2023-02-27 10:31:07 +00:00 |
|
GitHub Actions Bot
|
5f4b0044f7
|
4.22.0-beta.8
|
2023-02-27 10:14:56 +00:00 |
|
GitHub Actions Bot
|
eee5365568
|
4.22.0-beta.7
|
2023-02-27 08:07:41 +00:00 |
|
GitHub Actions Bot
|
95797dcd06
|
4.22.0-beta.6
|
2023-02-24 11:20:01 +00:00 |
|
GitHub Actions Bot
|
411adca447
|
4.22.0-beta.5
|
2023-02-24 10:42:56 +00:00 |
|
GitHub Actions Bot
|
3f9e3aac21
|
4.22.0-beta.4
|
2023-02-24 10:31:57 +00:00 |
|
GitHub Actions Bot
|
fa52671a78
|
4.22.0-beta.3
|
2023-02-23 13:24:43 +00:00 |
|
GitHub Actions Bot
|
8dad8747f6
|
4.22.0-beta.2
|
2023-02-23 11:40:04 +00:00 |
|
GitHub Actions Bot
|
bc72e9c10f
|
4.22.0-beta.1
|
2023-02-23 10:49:22 +00:00 |
|
Mateusz Kwasniewski
|
6bc1601507
|
Update package.json
|
2023-02-22 13:12:19 +01:00 |
|
GitHub Actions Bot
|
2ba338cd14
|
4.21.1-beta.0
|
2023-02-22 12:10:51 +00:00 |
|
Mateusz Kwasniewski
|
341e8ead12
|
feat: extend refs in openapi (#3170)
|
2023-02-22 13:10:29 +01:00 |
|
GitHub Actions Bot
|
e6c5b22d4b
|
4.21.0
|
2023-02-22 11:38:12 +00:00 |
|
GitHub Actions Bot
|
19f0489981
|
4.21.0-beta.57
|
2023-02-22 10:16:04 +00:00 |
|
GitHub Actions Bot
|
a2c18d74f5
|
4.21.0-beta.56
|
2023-02-22 09:10:23 +00:00 |
|
renovate[bot]
|
f95060d563
|
chore(deps): update typescript-eslint monorepo to v5.52.0 (#3175)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint)
| [`5.51.0` ->
`5.52.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.51.0/5.52.0)
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.52.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.52.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.52.0/compatibility-slim/5.51.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.52.0/confidence-slim/5.51.0)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint)
| [`5.51.0` ->
`5.52.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.51.0/5.52.0)
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.52.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.52.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.52.0/compatibility-slim/5.51.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.52.0/confidence-slim/5.51.0)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/eslint-plugin)</summary>
###
[`v5.52.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5520-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5510v5520-2023-02-13)
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.51.0...v5.52.0)
##### Bug Fixes
- **eslint-plugin:** \[no-import-type-side-effects] correctly ignore
zero-specifier imports
([#​6444](https://togithub.com/typescript-eslint/typescript-eslint/issues/6444))
([d5a6688](d5a6688a22 ))
- **eslint-plugin:** \[no-unnecessary-condition] account for optional
chaining on potentially void values
([#​6432](https://togithub.com/typescript-eslint/typescript-eslint/issues/6432))
([e1d9c67](e1d9c67981 )),
closes
[#​5255](https://togithub.com/typescript-eslint/typescript-eslint/issues/5255)
- **eslint-plugin:** \[no-unnecessary-condition] fix false positive when
checking indexed access types
([#​6452](https://togithub.com/typescript-eslint/typescript-eslint/issues/6452))
([d569924](d569924cf3 ))
- **eslint-plugin:** fix key-spacing when type starts on next line
([#​6412](https://togithub.com/typescript-eslint/typescript-eslint/issues/6412))
([3eb2eed](3eb2eed616 ))
##### Features
- **eslint-plugin:** \[block-spacing] extending base rule for TS related
blocks
([#​6195](https://togithub.com/typescript-eslint/typescript-eslint/issues/6195))
([b2db3f5](b2db3f57d3 ))
- **eslint-plugin:** \[explicit-function-return-type] add
allowFunctionsWithoutTypeParameters option
([#​6105](https://togithub.com/typescript-eslint/typescript-eslint/issues/6105))
([113640e](113640e974 ))
- **eslint-plugin:** \[explicit-function-return-type] add allowIIFEs
option
([#​6237](https://togithub.com/typescript-eslint/typescript-eslint/issues/6237))
([a1b3f7b](a1b3f7b4d9 ))
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/parser)</summary>
###
[`v5.52.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5520-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5510v5520-2023-02-13)
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.51.0...v5.52.0)
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDguMCIsInVwZGF0ZWRJblZlciI6IjM0LjE0OC4wIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-02-22 02:12:55 +00:00 |
|
GitHub Actions Bot
|
27447c46ee
|
4.21.0-beta.55
|
2023-02-21 14:11:58 +00:00 |
|
GitHub Actions Bot
|
03c3499546
|
4.21.0-beta.54
|
2023-02-21 13:48:06 +00:00 |
|
GitHub Actions Bot
|
f8535af687
|
4.21.0-beta.53
|
2023-02-21 11:46:52 +00:00 |
|
GitHub Actions Bot
|
4f475548ba
|
4.21.0-beta.52
|
2023-02-21 09:16:17 +00:00 |
|
renovate[bot]
|
55d48b2b3c
|
chore(deps): update dependency lint-staged to v13.1.2 (#3165)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [lint-staged](https://togithub.com/okonet/lint-staged) | [`13.1.1` ->
`13.1.2`](https://renovatebot.com/diffs/npm/lint-staged/13.1.1/13.1.2) |
[![age](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.2/compatibility-slim/13.1.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.2/confidence-slim/13.1.1)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>okonet/lint-staged</summary>
###
[`v13.1.2`](https://togithub.com/okonet/lint-staged/releases/tag/v13.1.2)
[Compare
Source](https://togithub.com/okonet/lint-staged/compare/v13.1.1...v13.1.2)
##### Bug Fixes
- disable stash by default when using diff option
([#​1259](https://togithub.com/okonet/lint-staged/issues/1259))
([142c6f2](142c6f2250 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-02-21 01:00:52 +00:00 |
|
GitHub Actions Bot
|
761de6a94e
|
4.21.0-beta.51
|
2023-02-20 15:06:30 +00:00 |
|
GitHub Actions Bot
|
ec8de3dead
|
4.21.0-beta.50
|
2023-02-20 14:27:48 +00:00 |
|
renovate[bot]
|
06f021bd4c
|
chore(deps): update dependency @types/express-session to v1.17.6 (#3156)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/express-session](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-session)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`1.17.5` ->
`1.17.6`](https://renovatebot.com/diffs/npm/@types%2fexpress-session/1.17.5/1.17.6)
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fexpress-session/1.17.6/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fexpress-session/1.17.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fexpress-session/1.17.6/compatibility-slim/1.17.5)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fexpress-session/1.17.6/confidence-slim/1.17.5)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0My4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-02-20 06:13:03 +00:00 |
|