Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency io-ts to ^2.2.22 (main) #206174

Merged
merged 2 commits into from
Jan 10, 2025
Merged

Update dependency io-ts to ^2.2.22 (main) #206174

merged 2 commits into from
Jan 10, 2025

Conversation

elastic-renovate-prod[bot]
Copy link
Contributor

@elastic-renovate-prod elastic-renovate-prod bot commented Jan 10, 2025

This PR contains the following updates:

Package Type Update Change
io-ts dependencies minor ^2.0.5 -> ^2.2.22

Release Notes

gcanti/io-ts (io-ts)

v2.2.22

Compare Source

  • Bug Fix
    • Test for readonly type when optimizing tagged unions, #​719

v2.2.21

Compare Source

v2.2.20

Compare Source

  • undeprecate FunctionType, FunctionC, Function
  • undeprecate NeverType, NeverC, never
  • undeprecate AnyType, AnyC, any
  • undeprecate RefinementC, refinement, Integer
  • add refinement overload to allow custom branding, closes #​373

v2.2.19

Compare Source

v2.2.18

Compare Source

v2.2.17

Compare Source

  • Bug Fix

v2.2.16

Compare Source

Experimental modules require fp-ts@^2.5.0.

  • Experimental

v2.2.15

Compare Source

  • Experimental

(*) breaking change

v2.2.14

Compare Source

v2.2.13

Compare Source

v2.2.12

Compare Source

(*) breaking change

In case of non-string tag values, the respective key must be enclosed in brackets

export const MySum: D.Decoder<
  unknown,
  | {
      type: 1 // non-`string` tag value
      a: string
    }
  | {
      type: 2 // non-`string` tag value
      b: number
    }
> = D.sum('type')({
  [1]: D.type({ type: D.literal(1), a: D.string }),
  [2]: D.type({ type: D.literal(2), b: D.number })
})

v2.2.11

Compare Source

v2.2.10

Compare Source

v2.2.9

Compare Source

v2.2.8

Compare Source

(*) breaking change

v2.2.7

Compare Source

(*) breaking change

v2.2.6

Compare Source

  • Experimental
    • Decoder

v2.2.5

Compare Source

v2.2.4

Compare Source

  • Polish
    • remove the dependency on the either instance as a mean of improving tree shaking (@​gcanti)

v2.2.3

Compare Source

v2.2.2

Compare Source

  • Bug Fix
    • Test for readonly type when optimizing tagged unions, #​719

v2.2.1

Compare Source

v2.2.0

Compare Source

  • Experimental
    • add Codec, Decoder, Encoder, Guard, Schema, Schemable, Tree modules (@​gcanti)

v2.1.3

Compare Source

v2.1.2

Compare Source

v2.1.1

Compare Source

v2.1.0

Compare Source

v2.0.6

Compare Source


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod bot added backport:all-open Backport to all branches that could still receive a release release_note:skip Skip the PR/issue when compiling release notes Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc labels Jan 10, 2025
@elastic-renovate-prod elastic-renovate-prod bot requested a review from a team January 10, 2025 02:25
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-core (Team:Core)

@afharo
Copy link
Member

afharo commented Jan 10, 2025

/ci

@elastic-renovate-prod
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@afharo
Copy link
Member

afharo commented Jan 10, 2025

/ci

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
aiAssistantManagementSelection 93.8KB 96.4KB +2.6KB
apm 3.9MB 3.9MB +2.6KB
infra 1.3MB 1.3MB +2.6KB
inventory 224.9KB 227.5KB +2.6KB
investigateApp 478.2KB 480.8KB +2.6KB
observability 473.8KB 476.4KB +2.6KB
observabilityAIAssistantApp 295.2KB 297.8KB +2.6KB
observabilityAiAssistantManagement 97.6KB 100.2KB +2.6KB
profiling 404.3KB 406.9KB +2.6KB
slo 847.5KB 850.1KB +2.6KB
streamsApp 197.9KB 200.6KB +2.6KB
synthetics 914.4KB 917.0KB +2.6KB
uptime 458.4KB 461.0KB +2.6KB
ux 164.7KB 167.3KB +2.6KB
total +36.5KB

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
kbnUiSharedDeps-npmDll 5.9MB 5.9MB +1.6KB

History

@afharo afharo enabled auto-merge (squash) January 10, 2025 15:04
@afharo afharo merged commit 44c2504 into main Jan 10, 2025
8 checks passed
@afharo afharo deleted the renovate/main-io-ts branch January 10, 2025 15:04
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 7.17, 8.16, 8.17, 8.x

https://github.com/elastic/kibana/actions/runs/12711973552

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jan 10, 2025
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: kibanamachine <[email protected]>
(cherry picked from commit 44c2504)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jan 10, 2025
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: kibanamachine <[email protected]>
(cherry picked from commit 44c2504)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jan 10, 2025
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: kibanamachine <[email protected]>
(cherry picked from commit 44c2504)
@kibanamachine
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
7.17 Backport failed because of merge conflicts
8.16
8.17
8.x

Note: Successful backport PRs will be merged automatically after passing CI.

Manual backport

To create the backport manually run:

node scripts/backport --pr 206174

Questions ?

Please refer to the Backport tool documentation

@afharo afharo added backport:prev-major Backport to (8.x, 8.17, 8.16) the previous major branch and other branches in development and removed backport:all-open Backport to all branches that could still receive a release labels Jan 10, 2025
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.16, 8.17, 8.x

https://github.com/elastic/kibana/actions/runs/12713721974

kibanamachine added a commit that referenced this pull request Jan 10, 2025
# Backport

This will backport the following commits from `main` to `8.17`:
- [Update dependency io-ts to ^2.2.22 (main)
(#206174)](#206174)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-01-10T15:04:11Z","message":"Update
dependency io-ts to ^2.2.22 (main) (#206174)\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"44c2504240eacff6f5de9773fbc17e68312f4a6d","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","v9.0.0","backport:all-open"],"title":"Update
dependency io-ts to ^2.2.22
(main)","number":206174,"url":"https://github.com/elastic/kibana/pull/206174","mergeCommit":{"message":"Update
dependency io-ts to ^2.2.22 (main) (#206174)\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"44c2504240eacff6f5de9773fbc17e68312f4a6d"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/206174","number":206174,"mergeCommit":{"message":"Update
dependency io-ts to ^2.2.22 (main) (#206174)\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"44c2504240eacff6f5de9773fbc17e68312f4a6d"}}]}]
BACKPORT-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jan 10, 2025
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: kibanamachine <[email protected]>
(cherry picked from commit 44c2504)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jan 10, 2025
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: kibanamachine <[email protected]>
(cherry picked from commit 44c2504)
@kibanamachine
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
8.16
8.17 Cherrypick failed because the selected commit (44c2504) is empty. Did you already backport this commit?
8.x

Note: Successful backport PRs will be merged automatically after passing CI.

Manual backport

To create the backport manually run:

node scripts/backport --pr 206174

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Jan 10, 2025
# Backport

This will backport the following commits from `main` to `8.16`:
- [Update dependency io-ts to ^2.2.22 (main)
(#206174)](#206174)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-01-10T15:04:11Z","message":"Update
dependency io-ts to ^2.2.22 (main) (#206174)\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"44c2504240eacff6f5de9773fbc17e68312f4a6d","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","v9.0.0","backport:all-open"],"title":"Update
dependency io-ts to ^2.2.22
(main)","number":206174,"url":"https://github.com/elastic/kibana/pull/206174","mergeCommit":{"message":"Update
dependency io-ts to ^2.2.22 (main) (#206174)\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"44c2504240eacff6f5de9773fbc17e68312f4a6d"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/206174","number":206174,"mergeCommit":{"message":"Update
dependency io-ts to ^2.2.22 (main) (#206174)\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"44c2504240eacff6f5de9773fbc17e68312f4a6d"}}]}]
BACKPORT-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
kibanamachine added a commit that referenced this pull request Jan 10, 2025
# Backport

This will backport the following commits from `main` to `8.x`:
- [Update dependency io-ts to ^2.2.22 (main)
(#206174)](#206174)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-01-10T15:04:11Z","message":"Update
dependency io-ts to ^2.2.22 (main) (#206174)\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"44c2504240eacff6f5de9773fbc17e68312f4a6d","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","v9.0.0","backport:all-open"],"title":"Update
dependency io-ts to ^2.2.22
(main)","number":206174,"url":"https://github.com/elastic/kibana/pull/206174","mergeCommit":{"message":"Update
dependency io-ts to ^2.2.22 (main) (#206174)\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"44c2504240eacff6f5de9773fbc17e68312f4a6d"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/206174","number":206174,"mergeCommit":{"message":"Update
dependency io-ts to ^2.2.22 (main) (#206174)\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"44c2504240eacff6f5de9773fbc17e68312f4a6d"}}]}]
BACKPORT-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
CAWilson94 pushed a commit to CAWilson94/kibana that referenced this pull request Jan 13, 2025
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: kibanamachine <[email protected]>
viduni94 pushed a commit to viduni94/kibana that referenced this pull request Jan 23, 2025
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: kibanamachine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:prev-major Backport to (8.x, 8.17, 8.16) the previous major branch and other branches in development release_note:skip Skip the PR/issue when compiling release notes Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v8.16.4 v8.17.2 v8.18.0 v9.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants