Commit e696d00
Update dependency rison-node to v2 (main) (elastic#219596)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [rison-node](https://redirect.github.com/w33ble/rison-node) |
dependencies | major | [`1.0.2` ->
`2.1.1`](https://renovatebot.com/diffs/npm/rison-node/1.0.2/2.1.1) |
---
### Release Notes
<details>
<summary>w33ble/rison-node (rison-node)</summary>
###
[`v2.1.1`](https://redirect.github.com/w33ble/rison-node/blob/HEAD/CHANGELOG.md#v211-4-June-2020)
[Compare
Source](https://redirect.github.com/w33ble/rison-node/compare/v2.1.0...v2.1.1)
- fix: handle keys that start with numbers
[`f0e10e3`](https://redirect.github.com/w33ble/rison-node/commit/f0e10e377bc328bfeb82e74c6498394612e6e4e6)
###
[`v2.1.0`](https://redirect.github.com/w33ble/rison-node/blob/HEAD/CHANGELOG.md#v210-1-November-2018)
[Compare
Source](https://redirect.github.com/w33ble/rison-node/compare/v2.0.0...v2.1.0)
- feat: add decode_uri method
[`#2`](https://redirect.github.com/w33ble/rison-node/pull/2)
- feat: add rison.unquote, use in decode_uri
[`41ba487`](https://redirect.github.com/w33ble/rison-node/commit/41ba487d05ba623ce8bcde5da96517df61e2e7ff)
- v2.1.0
[`71c9910`](https://redirect.github.com/w33ble/rison-node/commit/71c991021497c9ad229b289b6a4bd72672855c50)
###
[`v2.0.0`](https://redirect.github.com/w33ble/rison-node/blob/HEAD/CHANGELOG.md#v200-30-April-2018)
[Compare
Source](https://redirect.github.com/w33ble/rison-node/compare/v1.0.2...v2.0.0)
- v2.0.0
[`409eede`](https://redirect.github.com/w33ble/rison-node/commit/409eedecda2ced49f31c57bfe250ddefd24b5cfe)
- **Breaking:** feat: prevent quoting numeric keys
[`01e2be2`](https://redirect.github.com/w33ble/rison-node/commit/01e2be2fb546fdeea9f68cd5fd9087660cc1802c)
#####
[v1.0.2](https://redirect.github.com/w33ble/rison-node/compare/v1.0.1...v1.0.2)
(17 April 2018)
- docs: proper fork, update repo, add badges
[`667fc6c`](https://redirect.github.com/w33ble/rison-node/commit/667fc6cd6a3ef4022228dd5de6f1d8a28b153eba)
- 1.0.2
[`41f1f52`](https://redirect.github.com/w33ble/rison-node/commit/41f1f528c4102553fa55d3a7ee54ba5b1f312eeb)
#####
[v1.0.1](https://redirect.github.com/w33ble/rison-node/compare/v1.0.0...v1.0.1)
(17 April 2018)
- 1.0.1
[`df44524`](https://redirect.github.com/w33ble/rison-node/commit/df44524cc91690a4f1bd425ae434c6cc7e3fb6e0)
- docs: update readme
[`09bbabf`](https://redirect.github.com/w33ble/rison-node/commit/09bbabf3959d77bf26caa84f7221b3625992d27c)
</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://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->
---------
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Tim Sullivan <tsullivan@users.noreply.github.com>
Co-authored-by: Timothy Sullivan <tsullivan@elastic.co>
Co-authored-by: Krzysztof Kowalczyk <krzysztof.kowalczyk@elastic.co>1 parent d015c15 commit e696d00
3 files changed
Lines changed: 29 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1374 | 1374 | | |
1375 | 1375 | | |
1376 | 1376 | | |
1377 | | - | |
| 1377 | + | |
1378 | 1378 | | |
1379 | 1379 | | |
1380 | 1380 | | |
| |||
Lines changed: 24 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
135 | | - | |
| 136 | + | |
| 137 | + | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
139 | 141 | | |
140 | | - | |
141 | | - | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
144 | 163 | | |
145 | 164 | | |
146 | 165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29479 | 29479 | | |
29480 | 29480 | | |
29481 | 29481 | | |
29482 | | - | |
29483 | | - | |
29484 | | - | |
29485 | | - | |
| 29482 | + | |
| 29483 | + | |
| 29484 | + | |
| 29485 | + | |
29486 | 29486 | | |
29487 | 29487 | | |
29488 | 29488 | | |
| |||
0 commit comments