-
Notifications
You must be signed in to change notification settings - Fork 8.4k
[backport] PR #8196 to 5.x - Add globalNav styles that prevent the nav items from overlapping when the window is very short. #8203
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------- **Commit 1:** Add globalNav styles that prevent the nav items from overlapping when the window is very short, and instead allows the user to scroll. * Original sha: 9ce2cd5 * Authored by CJ Cenizal <[email protected]> on 2016-09-09T03:28:45Z
jbudz
added a commit
that referenced
this pull request
Dec 6, 2022
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://togithub.com/babel/babel)) | [`^7.20.2` -> `^7.20.5`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.20.2/7.20.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/generator](https://babel.dev/docs/en/next/babel-generator) ([source](https://togithub.com/babel/babel)) | [`^7.20.4` -> `^7.20.5`](https://renovatebot.com/diffs/npm/@babel%2fgenerator/7.20.4/7.20.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/parser](https://babel.dev/docs/en/next/babel-parser) ([source](https://togithub.com/babel/babel)) | [`^7.20.3` -> `^7.20.5`](https://renovatebot.com/diffs/npm/@babel%2fparser/7.20.3/7.20.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/runtime](https://babel.dev/docs/en/next/babel-runtime) ([source](https://togithub.com/babel/babel)) | [`^7.20.1` -> `^7.20.6`](https://renovatebot.com/diffs/npm/@babel%2fruntime/7.20.1/7.20.6) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/traverse](https://babel.dev/docs/en/next/babel-traverse) ([source](https://togithub.com/babel/babel)) | [`^7.20.1` -> `^7.20.5`](https://renovatebot.com/diffs/npm/@babel%2ftraverse/7.20.1/7.20.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/types](https://babel.dev/docs/en/next/babel-types) ([source](https://togithub.com/babel/babel)) | [`^7.20.2` -> `^7.20.5`](https://renovatebot.com/diffs/npm/@babel%2ftypes/7.20.2/7.20.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@​babel/core)</summary> ### [`v7.20.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7205-2022-11-28) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.2...v7.20.5) ##### 👓 Spec Compliance - `babel-helpers`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-traverse` - [#​15183](https://togithub.com/babel/babel/pull/15183) Improve array destructuring spec compliance ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-cli`, `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-transform-classes`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​15182](https://togithub.com/babel/babel/pull/15182) fix: apply toPropertyKey when defining class members ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-private-property-in-object`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15133](https://togithub.com/babel/babel/pull/15133) fix: validate rhs of `in` when transpiling `#p in C` ([@​JLHwung](https://togithub.com/JLHwung)) ##### 🐛 Bug Fix - `babel-parser` - [#​15225](https://togithub.com/babel/babel/pull/15225) Parse `using[foo]` as computed member expression ([@​JLHwung](https://togithub.com/JLHwung)) - [#​15207](https://togithub.com/babel/babel/pull/15207) Export `ParseResult` type ([@​davydof](https://togithub.com/davydof)) - [#​15198](https://togithub.com/babel/babel/pull/15198) fix: parse `import module, ...` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-wrap-function`, `babel-preset-env`, `babel-traverse` - [#​15181](https://togithub.com/babel/babel/pull/15181) fix: Edge cases for async functions and `noNewArrow` assumption ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-parameters`, `babel-traverse` - [#​15163](https://togithub.com/babel/babel/pull/15163) fix: Throw error when compiling `super()` in arrow functions with default / rest parameters ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helpers`, `babel-node`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-transform-regenerator`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15194](https://togithub.com/babel/babel/pull/15194) fix: Bump `regenerator` and add tests ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helper-create-regexp-features-plugin` - [#​15192](https://togithub.com/babel/babel/pull/15192) fix: Update `regjsparser` for `@babel/standalone` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser`, `babel-types` - [#​15109](https://togithub.com/babel/babel/pull/15109) fix: Babel 8 types ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator` - [#​15143](https://togithub.com/babel/babel/pull/15143) Don't print inner comments as leading when wrapping in `(``)` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​15167](https://togithub.com/babel/babel/pull/15167) Register `switch`'s `discriminant` in the outer scope ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### 💅 Polish - `babel-generator` - [#​15173](https://togithub.com/babel/babel/pull/15173) Improve generator behavior when `comments:false` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​15164](https://togithub.com/babel/babel/pull/15164) Only extract IDs for TDZ checks in assign when necessary ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### 🏠 Internal - `babel-core`, `babel-parser` - [#​15202](https://togithub.com/babel/babel/pull/15202) Bump typescript to 4.9.3 ([@​JLHwung](https://togithub.com/JLHwung)) </details> <details> <summary>babel/babel (@​babel/parser)</summary> ### [`v7.20.5`](https://togithub.com/babel/babel/releases/tag/v7.20.5) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.3...v7.20.5) ##### v7.20.5 (2022-11-28) Thanks [@​davydof](https://togithub.com/davydof) and [@​SuperSodaSea](https://togithub.com/SuperSodaSea) for your first PRs! ##### 👓 Spec Compliance - `babel-helpers`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-traverse` - [#​15183](https://togithub.com/babel/babel/pull/15183) Improve array destructuring spec compliance ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-cli`, `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-transform-classes`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​15182](https://togithub.com/babel/babel/pull/15182) fix: apply toPropertyKey when defining class members ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-private-property-in-object`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15133](https://togithub.com/babel/babel/pull/15133) fix: validate rhs of `in` when transpiling `#p in C` ([@​JLHwung](https://togithub.com/JLHwung)) ##### 🐛 Bug Fix - `babel-parser` - [#​15225](https://togithub.com/babel/babel/pull/15225) Parse `using[foo]` as computed member expression ([@​JLHwung](https://togithub.com/JLHwung)) - [#​15207](https://togithub.com/babel/babel/pull/15207) Export `ParseResult` type ([@​davydof](https://togithub.com/davydof)) - [#​15198](https://togithub.com/babel/babel/pull/15198) fix: parse `import module, ...` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-wrap-function`, `babel-preset-env`, `babel-traverse` - [#​15181](https://togithub.com/babel/babel/pull/15181) fix: Edge cases for async functions and `noNewArrow` assumption ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-parameters`, `babel-traverse` - [#​15163](https://togithub.com/babel/babel/pull/15163) fix: Throw error when compiling `super()` in arrow functions with default / rest parameters ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helpers`, `babel-node`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-transform-regenerator`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15194](https://togithub.com/babel/babel/pull/15194) fix: Bump `regenerator` and add tests ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helper-create-regexp-features-plugin` - [#​15192](https://togithub.com/babel/babel/pull/15192) fix: Update `regjsparser` for `@babel/standalone` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser`, `babel-types` - [#​15109](https://togithub.com/babel/babel/pull/15109) fix: Babel 8 types ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator` - [#​15143](https://togithub.com/babel/babel/pull/15143) Don't print inner comments as leading when wrapping in `(``)` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​15167](https://togithub.com/babel/babel/pull/15167) Register `switch`'s `discriminant` in the outer scope ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### 💅 Polish - `babel-generator` - [#​15173](https://togithub.com/babel/babel/pull/15173) Improve generator behavior when `comments:false` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​15164](https://togithub.com/babel/babel/pull/15164) Only extract IDs for TDZ checks in assign when necessary ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### 🏠 Internal - `babel-core`, `babel-parser` - [#​15202](https://togithub.com/babel/babel/pull/15202) Bump typescript to 4.9.3 ([@​JLHwung](https://togithub.com/JLHwung)) ##### Committers: 6 - Alexander Davydov ([@​davydof](https://togithub.com/davydof)) - Babel Bot ([@​babel-bot](https://togithub.com/babel-bot)) - Huáng Jùnliàng ([@​JLHwung](https://togithub.com/JLHwung)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Tianlan Zhou ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - [@​liuxingbaoyu](https://togithub.com/liuxingbaoyu) </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40OC40IiwidXBkYXRlZEluVmVyIjoiMzQuNDguNCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Budzenski <[email protected]>
spalger
pushed a commit
that referenced
this pull request
Dec 29, 2022
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/cli](https://babel.dev/docs/en/next/babel-cli) ([source](https://togithub.com/babel/babel)) | [`^7.19.3` -> `^7.20.7`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.19.3/7.20.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://togithub.com/babel/babel)) | [`^7.20.5` -> `^7.20.7`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.20.5/7.20.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/generator](https://babel.dev/docs/en/next/babel-generator) ([source](https://togithub.com/babel/babel)) | [`^7.20.5` -> `^7.20.7`](https://renovatebot.com/diffs/npm/@babel%2fgenerator/7.20.5/7.20.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/parser](https://babel.dev/docs/en/next/babel-parser) ([source](https://togithub.com/babel/babel)) | [`^7.20.5` -> `^7.20.7`](https://renovatebot.com/diffs/npm/@babel%2fparser/7.20.5/7.20.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/plugin-proposal-object-rest-spread](https://babel.dev/docs/en/next/babel-plugin-proposal-object-rest-spread) ([source](https://togithub.com/babel/babel)) | [`^7.20.2` -> `^7.20.7`](https://renovatebot.com/diffs/npm/@babel%2fplugin-proposal-object-rest-spread/7.20.2/7.20.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/plugin-proposal-optional-chaining](https://babel.dev/docs/en/next/babel-plugin-proposal-optional-chaining) ([source](https://togithub.com/babel/babel)) | [`^7.18.9` -> `^7.20.7`](https://renovatebot.com/diffs/npm/@babel%2fplugin-proposal-optional-chaining/7.18.9/7.20.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/runtime](https://babel.dev/docs/en/next/babel-runtime) ([source](https://togithub.com/babel/babel)) | [`^7.20.6` -> `^7.20.7`](https://renovatebot.com/diffs/npm/@babel%2fruntime/7.20.6/7.20.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/traverse](https://babel.dev/docs/en/next/babel-traverse) ([source](https://togithub.com/babel/babel)) | [`^7.20.5` -> `^7.20.7`](https://renovatebot.com/diffs/npm/@babel%2ftraverse/7.20.5/7.20.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/types](https://babel.dev/docs/en/next/babel-types) ([source](https://togithub.com/babel/babel)) | [`^7.20.5` -> `^7.20.7`](https://renovatebot.com/diffs/npm/@babel%2ftypes/7.20.5/7.20.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@​babel/cli)</summary> ### [`v7.20.7`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7207-2022-12-22) [Compare Source](https://togithub.com/babel/babel/compare/v7.19.3...v7.20.7) ##### 👓 Spec Compliance - `babel-helper-member-expression-to-functions`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#​15223](https://togithub.com/babel/babel/pull/15223) fix: Deleting super property should throw ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-object-super` - [#​15241](https://togithub.com/babel/babel/pull/15241) fix: Throw correct error types from sed ant class TDZ helpers ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) ##### 🐛 Bug Fix - `babel-parser`, `babel-plugin-transform-typescript` - [#​15209](https://togithub.com/babel/babel/pull/15209) fix: Support auto accessors with TypeScript annotations ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-traverse` - [#​15287](https://togithub.com/babel/babel/pull/15287) Fix `.parentPath` after rename in `SwitchCase` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript`, `babel-traverse` - [#​15284](https://togithub.com/babel/babel/pull/15284) fix: Ts import type and func with duplicate name ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​15278](https://togithub.com/babel/babel/pull/15278) Fix tdz analysis for reassigned captured for bindings ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-async-generator-functions`, `babel-preset-env` - [#​15235](https://togithub.com/babel/babel/pull/15235) fix: Transform `for await` with shadowed variables ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator`, `babel-plugin-proposal-optional-chaining` - [#​15258](https://togithub.com/babel/babel/pull/15258) fix: Correctly generate `(a ?? b) as T` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-react-jsx`, `babel-types` - [#​15233](https://togithub.com/babel/babel/pull/15233) fix: Emit correct sourcemap ranges for `JSXText` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-core`, `babel-helpers`, `babel-plugin-transform-computed-properties`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15232](https://togithub.com/babel/babel/pull/15232) fix: Computed properties should keep original definition order ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helper-member-expression-to-functions`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#​15223](https://togithub.com/babel/babel/pull/15223) fix: Deleting super property should throw ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-generator` - [#​15216](https://togithub.com/babel/babel/pull/15216) fix: Print newlines for leading Comments of `TSEnumMember` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### 💅 Polish - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​15275](https://togithub.com/babel/babel/pull/15275) Improve relative execution tracking in fn exprs ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### 🏠 Internal - `babel-helper-define-map`, `babel-plugin-transform-property-mutators` - [#​15274](https://togithub.com/babel/babel/pull/15274) Inline & simplify `@babel/helper-define-map` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-parameters`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-traverse` - [#​15200](https://togithub.com/babel/babel/pull/15200) Rewrite `transform-block-scoping` plugin ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### 🏃♀️ Performance - `babel-helper-compilation-targets` - [#​15228](https://togithub.com/babel/babel/pull/15228) perf: Speed up `getTargets` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) </details> <details> <summary>babel/babel (@​babel/parser)</summary> ### [`v7.20.7`](https://togithub.com/babel/babel/releases/tag/v7.20.7) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.5...v7.20.7) #### v7.20.7 (2022-12-22) Thanks [@​wsypower](https://togithub.com/wsypower) for your first PR! ##### 👓 Spec Compliance - `babel-helper-member-expression-to-functions`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#​15223](https://togithub.com/babel/babel/pull/15223) fix: Deleting super property should throw ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-object-super` - [#​15241](https://togithub.com/babel/babel/pull/15241) fix: Throw correct error types from sed ant class TDZ helpers ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) ##### 🐛 Bug Fix - `babel-parser`, `babel-plugin-transform-typescript` - [#​15209](https://togithub.com/babel/babel/pull/15209) fix: Support auto accessors with TypeScript annotations ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-traverse` - [#​15287](https://togithub.com/babel/babel/pull/15287) Fix `.parentPath` after rename in `SwitchCase` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript`, `babel-traverse` - [#​15284](https://togithub.com/babel/babel/pull/15284) fix: Ts import type and func with duplicate name ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​15278](https://togithub.com/babel/babel/pull/15278) Fix tdz analysis for reassigned captured for bindings ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-async-generator-functions`, `babel-preset-env` - [#​15235](https://togithub.com/babel/babel/pull/15235) fix: Transform `for await` with shadowed variables ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator`, `babel-plugin-proposal-optional-chaining` - [#​15258](https://togithub.com/babel/babel/pull/15258) fix: Correctly generate `(a ?? b) as T` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-react-jsx`, `babel-types` - [#​15233](https://togithub.com/babel/babel/pull/15233) fix: Emit correct sourcemap ranges for `JSXText` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-core`, `babel-helpers`, `babel-plugin-transform-computed-properties`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15232](https://togithub.com/babel/babel/pull/15232) fix: Computed properties should keep original definition order ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helper-member-expression-to-functions`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#​15223](https://togithub.com/babel/babel/pull/15223) fix: Deleting super property should throw ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-generator` - [#​15216](https://togithub.com/babel/babel/pull/15216) fix: Print newlines for leading Comments of `TSEnumMember` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### 💅 Polish - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​15275](https://togithub.com/babel/babel/pull/15275) Improve relative execution tracking in fn exprs ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### 🏠 Internal - `babel-helper-define-map`, `babel-plugin-transform-property-mutators` - [#​15274](https://togithub.com/babel/babel/pull/15274) Inline & simplify `@babel/helper-define-map` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-parameters`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-traverse` - [#​15200](https://togithub.com/babel/babel/pull/15200) Rewrite `transform-block-scoping` plugin ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### 🏃♀️ Performance - `babel-helper-compilation-targets` - [#​15228](https://togithub.com/babel/babel/pull/15228) perf: Speed up `getTargets` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### Committers: 6 - Babel Bot ([@​babel-bot](https://togithub.com/babel-bot)) - Huáng Jùnliàng ([@​JLHwung](https://togithub.com/JLHwung)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Tianlan Zhou ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - [@​liuxingbaoyu](https://togithub.com/liuxingbaoyu) - 魏 ([@​wsypower](https://togithub.com/wsypower)) </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 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/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: spalger <[email protected]>
patrykkopycinski
pushed a commit
that referenced
this pull request
Dec 31, 2022
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-hook-form](https://www.react-hook-form.com) ([source](https://togithub.com/react-hook-form/react-hook-form)) | [`^7.41.0` -> `^7.41.1`](https://renovatebot.com/diffs/npm/react-hook-form/7.41.0/7.41.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>react-hook-form/react-hook-form</summary> ### [`v7.41.1`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.41.1): 🎅 Version 7.41.1 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.41.0...v7.41.1) 🐞 fix [#​9659](https://togithub.com/react-hook-form/react-hook-form/issues/9659) NaN prevent validation update ([#​9660](https://togithub.com/react-hook-form/react-hook-form/issues/9660)) 🕯️ close [#​9524](https://togithub.com/react-hook-form/react-hook-form/issues/9524) `useWatch` return undefined value ([#​9653](https://togithub.com/react-hook-form/react-hook-form/issues/9653)) 📖 adjust contributing document ([#​9641](https://togithub.com/react-hook-form/react-hook-form/issues/9641)) 💆🏻 fix [#​9621](https://togithub.com/react-hook-form/react-hook-form/issues/9621) with the inline default value ([#​9622](https://togithub.com/react-hook-form/react-hook-form/issues/9622)) 🩻 docs: update contribution guidelines ([#​9605](https://togithub.com/react-hook-form/react-hook-form/issues/9605)) thanks to [@​Mini-ghost](https://togithub.com/Mini-ghost) and [@​stefanpl](https://togithub.com/stefanpl) </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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
jbudz
added a commit
that referenced
this pull request
Jan 12, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://togithub.com/babel/babel)) | [`^7.20.7` -> `^7.20.12`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.20.7/7.20.12) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/traverse](https://babel.dev/docs/en/next/babel-traverse) ([source](https://togithub.com/babel/babel)) | [`^7.20.10` -> `^7.20.12`](https://renovatebot.com/diffs/npm/@babel%2ftraverse/7.20.10/7.20.12) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel</summary> ### [`v7.20.12`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72012-2023-01-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.7...v7.20.12) ##### 🐛 Bug Fix - `babel-traverse` - [#​15224](https://togithub.com/babel/babel/pull/15224) Fix `TaggedTemplateLiteral` evaluation ([@​nmn](https://togithub.com/nmn)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties` - [#​15312](https://togithub.com/babel/babel/pull/15312) fix: `delete this` in static class properties initialization ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) ##### 💅 Polish - `babel-traverse` - [#​15313](https://togithub.com/babel/babel/pull/15313) Implement support for evaluating computed properties. ([@​JBYoshi](https://togithub.com/JBYoshi)) </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 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/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45OC4xIiwidXBkYXRlZEluVmVyIjoiMzQuOTguMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Budzenski <[email protected]>
jennypavlova
pushed a commit
to jennypavlova/kibana
that referenced
this pull request
Jan 13, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://togithub.com/babel/babel)) | [`^7.20.7` -> `^7.20.12`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.20.7/7.20.12) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/traverse](https://babel.dev/docs/en/next/babel-traverse) ([source](https://togithub.com/babel/babel)) | [`^7.20.10` -> `^7.20.12`](https://renovatebot.com/diffs/npm/@babel%2ftraverse/7.20.10/7.20.12) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel</summary> ### [`v7.20.12`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72012-2023-01-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.7...v7.20.12) ##### 🐛 Bug Fix - `babel-traverse` - [#&elastic#8203;15224](https://togithub.com/babel/babel/pull/15224) Fix `TaggedTemplateLiteral` evaluation ([@&elastic#8203;nmn](https://togithub.com/nmn)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties` - [#&elastic#8203;15312](https://togithub.com/babel/babel/pull/15312) fix: `delete this` in static class properties initialization ([@&elastic#8203;SuperSodaSea](https://togithub.com/SuperSodaSea)) ##### 💅 Polish - `babel-traverse` - [#&elastic#8203;15313](https://togithub.com/babel/babel/pull/15313) Implement support for evaluating computed properties. ([@&elastic#8203;JBYoshi](https://togithub.com/JBYoshi)) </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 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/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45OC4xIiwidXBkYXRlZEluVmVyIjoiMzQuOTguMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Budzenski <[email protected]>
jbudz
added a commit
that referenced
this pull request
Jan 26, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [core-js](https://togithub.com/zloirock/core-js) | [`^3.27.1` -> `^3.27.2`](https://renovatebot.com/diffs/npm/core-js/3.27.1/3.27.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>zloirock/core-js</summary> ### [`v3.27.2`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#​3272---20230119-httpsgithubcomzloirockcore-jsreleasestagv3272) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.27.1...v3.27.2) - [`Set` methods proposal](https://togithub.com/tc39/proposal-set-methods) updates: - Closing of iterators of `Set`-like objects on early exit, [proposal-set-methods/85](https://togithub.com/tc39/proposal-set-methods/pull/85) - Some other minor internal changes - Added one more workaround of a `webpack` dev server bug on IE global methods, [#​1161](https://togithub.com/zloirock/core-js/issues/1161) - Fixed possible `String.{ raw, cooked }` error with empty template array - Used non-standard V8 `Error.captureStackTrace` instead of stack parsing in new error classes / wrappers where it's possible - Added detection correctness of iteration to `Promise.{ allSettled, any }` feature detection, Hermes issue - Compat data improvements: - [Change `Array` by copy proposal](https://togithub.com/tc39/proposal-change-array-by-copy) marked as supported from V8 ~ Chrome 110 - Added Samsung Internet 20 compat data mapping - Added Quest Browser 25 compat data mapping - Added React Native 0.71 Hermes compat data - Added Electron 23 and 24 compat data mapping - `self` marked as fixed in Deno 1.29.3, [deno/17362](https://togithub.com/denoland/deno/pull/17362) - Minor tweaks of minification settings for `core-js-bundle` - Refactoring, some minor fixes, improvements, optimizations </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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExMS4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Budzenski <[email protected]>
jbudz
added a commit
that referenced
this pull request
Jan 30, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/parser](https://babel.dev/docs/en/next/babel-parser) ([source](https://togithub.com/babel/babel)) | [`^7.20.7` -> `^7.20.13`](https://renovatebot.com/diffs/npm/@babel%2fparser/7.20.7/7.20.13) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/runtime](https://babel.dev/docs/en/next/babel-runtime) ([source](https://togithub.com/babel/babel)) | [`^7.20.7` -> `^7.20.13`](https://renovatebot.com/diffs/npm/@babel%2fruntime/7.20.7/7.20.13) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/traverse](https://babel.dev/docs/en/next/babel-traverse) ([source](https://togithub.com/babel/babel)) | [`^7.20.12` -> `^7.20.13`](https://renovatebot.com/diffs/npm/@babel%2ftraverse/7.20.12/7.20.13) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@​babel/parser)</summary> ### [`v7.20.13`](https://togithub.com/babel/babel/releases/tag/v7.20.13) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.7...v7.20.13) ##### v7.20.13 (2023-01-21) ##### 🐛 Bug Fix - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15332](https://togithub.com/babel/babel/pull/15332) Ensure class decorators can access decorated non-static members ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-typescript` - [#​15349](https://togithub.com/babel/babel/pull/15349) fix: Preserve `import {type T} from 'x'` when `onlyRemoveTypeImports:true` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​15344](https://togithub.com/babel/babel/pull/15344) fix: Properties that are `abstract` should not be initialized. ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser` - [#​15338](https://togithub.com/babel/babel/pull/15338) Allow negative number in ambient const initializer ([@​JLHwung](https://togithub.com/JLHwung)) ##### ↩️ Revert - `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#​15355](https://togithub.com/babel/babel/pull/15355) Reverts "Re-use common JSX element transform for <>...\</>" ([@​JLHwung](https://togithub.com/JLHwung)) ##### Committers: 4 - Babel Bot ([@​babel-bot](https://togithub.com/babel-bot)) - Huáng Jùnliàng ([@​JLHwung](https://togithub.com/JLHwung)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [@​liuxingbaoyu](https://togithub.com/liuxingbaoyu) </details> <details> <summary>babel/babel (@​babel/runtime)</summary> ### [`v7.20.13`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72013-2023-01-21) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.7...v7.20.13) ##### 🐛 Bug Fix - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15332](https://togithub.com/babel/babel/pull/15332) Ensure class decorators can access decorated non-static members ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-typescript` - [#​15349](https://togithub.com/babel/babel/pull/15349) fix: Preserve `import {type T} from 'x'` when `onlyRemoveTypeImports:true` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​15344](https://togithub.com/babel/babel/pull/15344) fix: Properties that are `abstract` should not be initialized. ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser` - [#​15338](https://togithub.com/babel/babel/pull/15338) Allow negative number in ambient const initializer ([@​JLHwung](https://togithub.com/JLHwung)) ##### ↩️ Revert - `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#​15355](https://togithub.com/babel/babel/pull/15355) Reverts "Re-use common JSX element transform for <>...\</>" ([@​JLHwung](https://togithub.com/JLHwung)) </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 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/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTYuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExNi4xIn0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Budzenski <[email protected]>
patrykkopycinski
pushed a commit
that referenced
this pull request
Feb 1, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@tanstack/react-query](https://tanstack.com/query) ([source](https://togithub.com/tanstack/query)) | [`^4.20.9` -> `^4.23.0`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query/4.22.0/4.23.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@tanstack/react-query-devtools](https://tanstack.com/query) ([source](https://togithub.com/tanstack/query)) | [`^4.20.9` -> `^4.23.0`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query-devtools/4.22.0/4.23.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tanstack/query</summary> ### [`v4.23.0`](https://togithub.com/TanStack/query/releases/tag/v4.23.0) [Compare Source](https://togithub.com/tanstack/query/compare/v4.22.4...v4.23.0) Version 4.23.0 - 1/24/2023, 10:53 AM ##### Changes ##### Feat - client components: add `use client` directive at the top of files having client components ([#​4738](https://togithub.com/tanstack/query/issues/4738)) ([`f57c8dc`](https://togithub.com/tanstack/query/commit/f57c8dc1)) by Girish Sontakke ##### Docs - add readme.md to react adapter ([`ea67377`](https://togithub.com/tanstack/query/commit/ea673770)) by Dominik Dorfmeister - add QueryClient import ([#​4856](https://togithub.com/tanstack/query/issues/4856)) ([`69a7d72`](https://togithub.com/tanstack/query/commit/69a7d72d)) by Joël Kuijper - useMutation: correct docs for mutate function callbacks ([#​4601](https://togithub.com/tanstack/query/issues/4601)) ([`4ac7c1a`](https://togithub.com/tanstack/query/commit/4ac7c1a8)) by Qz ##### Packages - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​4](https://togithub.com/4).23.0 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​4](https://togithub.com/4).23.0 - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​4](https://togithub.com/4).23.0 ### [`v4.22.4`](https://togithub.com/TanStack/query/releases/tag/v4.22.4) [Compare Source](https://togithub.com/tanstack/query/compare/v4.22.3...v4.22.4) Version 4.22.4 - 1/22/2023, 3:57 PM ##### Changes ##### Fix - core: do not call mutate callbacks if mutation started after unmount ([#​4848](https://togithub.com/tanstack/query/issues/4848)) ([`901e826`](https://togithub.com/tanstack/query/commit/901e826f)) by Jan ##### Packages - [@​tanstack/query-core](https://togithub.com/tanstack/query-core)[@​4](https://togithub.com/4).22.4 - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​4](https://togithub.com/4).22.4 - [@​tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@​4](https://togithub.com/4).22.4 - [@​tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@​4](https://togithub.com/4).22.4 - [@​tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@​4](https://togithub.com/4).22.4 - [@​tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@​4](https://togithub.com/4).22.4 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​4](https://togithub.com/4).22.4 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​4](https://togithub.com/4).22.4 - [@​tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@​4](https://togithub.com/4).22.4 - [@​tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​4](https://togithub.com/4).22.4 - [@​tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@​4](https://togithub.com/4).22.4 ### [`v4.22.3`](https://togithub.com/TanStack/query/releases/tag/v4.22.3) [Compare Source](https://togithub.com/tanstack/query/compare/v4.22.0...v4.22.3) Version 4.22.3 - 1/21/2023, 2:54 PM ##### Changes ##### Fix - svelte-query: Fix createMutation for functions that take no arguments ([#​4847](https://togithub.com/tanstack/query/issues/4847)) ([`4f515de`](https://togithub.com/tanstack/query/commit/4f515dec)) by Lachlan Collins ##### Chore - fix duplicated example package name ([#​4823](https://togithub.com/tanstack/query/issues/4823)) ([`365fdf3`](https://togithub.com/tanstack/query/commit/365fdf3b)) by Michal Tecza - Add sandbox.config.json ([#​4812](https://togithub.com/tanstack/query/issues/4812)) ([`e33bda3`](https://togithub.com/tanstack/query/commit/e33bda31)) by Lachlan Collins ##### Docs - useMutation: clarify `mutationFn` option default ([#​4837](https://togithub.com/tanstack/query/issues/4837)) ([`61c3d94`](https://togithub.com/tanstack/query/commit/61c3d94a)) by [@​louis-young](https://togithub.com/louis-young) - clarify the documentation on running examples ([#​4818](https://togithub.com/tanstack/query/issues/4818)) ([`07f144a`](https://togithub.com/tanstack/query/commit/07f144a2)) by Michal Tecza - update tkdodos blog ([#​4820](https://togithub.com/tanstack/query/issues/4820)) ([`532b90a`](https://togithub.com/tanstack/query/commit/532b90ac)) by Dominik Dorfmeister - svelte-query: Add recommended defaults to prefetchQuery setup ([#​4815](https://togithub.com/tanstack/query/issues/4815)) ([`86161ca`](https://togithub.com/tanstack/query/commit/86161ca6)) by Lachlan Collins - fix typo (quey -> query) ([#​4813](https://togithub.com/tanstack/query/issues/4813)) ([`832d4fb`](https://togithub.com/tanstack/query/commit/832d4fb0)) by Masaki Koyanagi - svelte-query: Rework SvelteKit setup ([#​4811](https://togithub.com/tanstack/query/issues/4811)) ([`2cd92ef`](https://togithub.com/tanstack/query/commit/2cd92ef3)) by Lachlan Collins - clarify interaction of query filter predicates with other criteria ([#​4532](https://togithub.com/tanstack/query/issues/4532)) ([`3a3d871`](https://togithub.com/tanstack/query/commit/3a3d871a)) by Ben Longo - Update devtools.md with note that mutations are not tracked ([#​4810](https://togithub.com/tanstack/query/issues/4810)) ([`6772333`](https://togithub.com/tanstack/query/commit/67723337)) by Joseph Markus - svelte-query: Expand SSR docs ([#​4809](https://togithub.com/tanstack/query/issues/4809)) ([`c05bb91`](https://togithub.com/tanstack/query/commit/c05bb910)) by Lachlan Collins ##### Test - stabilize various tests ([#​4825](https://togithub.com/tanstack/query/issues/4825)) ([`ff77512`](https://togithub.com/tanstack/query/commit/ff77512b)) by Michal Tecza ##### Packages - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​4](https://togithub.com/4).22.3 - [@​tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​4](https://togithub.com/4).22.3 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​4](https://togithub.com/4).22.3 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​4](https://togithub.com/4).22.3 </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 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/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjM0LjExNy4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
patrykkopycinski
pushed a commit
that referenced
this pull request
Feb 2, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-hook-form](https://www.react-hook-form.com) ([source](https://togithub.com/react-hook-form/react-hook-form)) | [`^7.41.5` -> `^7.42.1`](https://renovatebot.com/diffs/npm/react-hook-form/7.41.5/7.42.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>react-hook-form/react-hook-form</summary> ### [`v7.42.1`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.42.1): Version 7.42.1 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.42.0...v7.42.1) 🐞 fix [#​9773](https://togithub.com/react-hook-form/react-hook-form/issues/9773) useFormState missing state update ([#​9777](https://togithub.com/react-hook-form/react-hook-form/issues/9777)) 🐞 fix [#​9765](https://togithub.com/react-hook-form/react-hook-form/issues/9765) fix issue with strictMode with isValid state ([#​9771](https://togithub.com/react-hook-form/react-hook-form/issues/9771)) ### [`v7.42.0`](https://togithub.com/react-hook-form/react-hook-form/blob/HEAD/CHANGELOG.md#​7420---2023-01-13) [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.41.5...v7.42.0) </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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTkuMCIsInVwZGF0ZWRJblZlciI6IjM0LjExOS4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
jbudz
added a commit
that referenced
this pull request
Feb 2, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@storybook/addon-a11y](https://togithub.com/storybookjs/storybook/tree/main/addons/a11y) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2faddon-a11y/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/addon-actions](https://togithub.com/storybookjs/storybook/tree/main/addons/actions) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2faddon-actions/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/addon-controls](https://togithub.com/storybookjs/storybook/tree/next/addons/controls) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2faddon-controls/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/addon-docs](https://togithub.com/storybookjs/storybook/tree/main/addons/docs) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2faddon-docs/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/addon-essentials](https://togithub.com/storybookjs/storybook/tree/main/addons/essentials) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/addon-storyshots](https://togithub.com/storybookjs/storybook/tree/main/addons/storyshots/storyshots-core) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2faddon-storyshots/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/addons](https://togithub.com/storybookjs/storybook/tree/main/lib/addons) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2faddons/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/api](https://togithub.com/storybookjs/storybook/tree/main/lib/api) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2fapi/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/client-api](https://togithub.com/storybookjs/storybook/tree/main/lib/client-api) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2fclient-api/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/components](https://togithub.com/storybookjs/storybook/tree/main/lib/components) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2fcomponents/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/core](https://togithub.com/storybookjs/storybook/tree/main/lib/core) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2fcore/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/core-common](https://togithub.com/storybookjs/storybook/tree/main/lib/core) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2fcore-common/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/core-events](https://togithub.com/storybookjs/storybook/tree/main/lib/core-events) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2fcore-events/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/node-logger](https://togithub.com/storybookjs/storybook/tree/main/lib/node-logger) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2fnode-logger/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/preview-web](https://togithub.com/storybookjs/storybook/tree/main/lib/preview-web) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2fpreview-web/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/react](https://togithub.com/storybookjs/storybook/tree/main/app/react) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2freact/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/theming](https://togithub.com/storybookjs/storybook/tree/main/lib/theming) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2ftheming/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>storybookjs/storybook</summary> ### [`v6.5.16`](https://togithub.com/storybookjs/storybook/releases/tag/v6.5.16) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v6.5.15...v6.5.16) ##### Bug Fixes - Angular: Fix handling of docsMode option in angular builder [#​20608](https://togithub.com/storybooks/storybook/pull/20608) - Angular: Fix webpackStatsJson types in angular-builder [#​20296](https://togithub.com/storybooks/storybook/pull/20296) ##### Dependency Upgrades - Security: Upgrade json5 dependency [#​20526](https://togithub.com/storybooks/storybook/pull/20526) </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 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/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTkuNSIsInVwZGF0ZWRJblZlciI6IjM0LjExOS41In0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jon <[email protected]>
kqualters-elastic
pushed a commit
to kqualters-elastic/kibana
that referenced
this pull request
Feb 6, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [core-js](https://togithub.com/zloirock/core-js) | [`^3.27.1` -> `^3.27.2`](https://renovatebot.com/diffs/npm/core-js/3.27.1/3.27.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>zloirock/core-js</summary> ### [`v3.27.2`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#​3272---20230119-httpsgithubcomzloirockcore-jsreleasestagv3272) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.27.1...v3.27.2) - [`Set` methods proposal](https://togithub.com/tc39/proposal-set-methods) updates: - Closing of iterators of `Set`-like objects on early exit, [proposal-set-methods/85](https://togithub.com/tc39/proposal-set-methods/pull/85) - Some other minor internal changes - Added one more workaround of a `webpack` dev server bug on IE global methods, [#&elastic#8203;1161](https://togithub.com/zloirock/core-js/issues/1161) - Fixed possible `String.{ raw, cooked }` error with empty template array - Used non-standard V8 `Error.captureStackTrace` instead of stack parsing in new error classes / wrappers where it's possible - Added detection correctness of iteration to `Promise.{ allSettled, any }` feature detection, Hermes issue - Compat data improvements: - [Change `Array` by copy proposal](https://togithub.com/tc39/proposal-change-array-by-copy) marked as supported from V8 ~ Chrome 110 - Added Samsung Internet 20 compat data mapping - Added Quest Browser 25 compat data mapping - Added React Native 0.71 Hermes compat data - Added Electron 23 and 24 compat data mapping - `self` marked as fixed in Deno 1.29.3, [deno/17362](https://togithub.com/denoland/deno/pull/17362) - Minor tweaks of minification settings for `core-js-bundle` - Refactoring, some minor fixes, improvements, optimizations </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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExMS4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Budzenski <[email protected]>
kqualters-elastic
pushed a commit
to kqualters-elastic/kibana
that referenced
this pull request
Feb 6, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/parser](https://babel.dev/docs/en/next/babel-parser) ([source](https://togithub.com/babel/babel)) | [`^7.20.7` -> `^7.20.13`](https://renovatebot.com/diffs/npm/@babel%2fparser/7.20.7/7.20.13) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/runtime](https://babel.dev/docs/en/next/babel-runtime) ([source](https://togithub.com/babel/babel)) | [`^7.20.7` -> `^7.20.13`](https://renovatebot.com/diffs/npm/@babel%2fruntime/7.20.7/7.20.13) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/traverse](https://babel.dev/docs/en/next/babel-traverse) ([source](https://togithub.com/babel/babel)) | [`^7.20.12` -> `^7.20.13`](https://renovatebot.com/diffs/npm/@babel%2ftraverse/7.20.12/7.20.13) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@&elastic#8203;babel/parser)</summary> ### [`v7.20.13`](https://togithub.com/babel/babel/releases/tag/v7.20.13) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.7...v7.20.13) ##### v7.20.13 (2023-01-21) ##### 🐛 Bug Fix - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#&elastic#8203;15332](https://togithub.com/babel/babel/pull/15332) Ensure class decorators can access decorated non-static members ([@&elastic#8203;JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-typescript` - [#&elastic#8203;15349](https://togithub.com/babel/babel/pull/15349) fix: Preserve `import {type T} from 'x'` when `onlyRemoveTypeImports:true` ([@&elastic#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#&elastic#8203;15344](https://togithub.com/babel/babel/pull/15344) fix: Properties that are `abstract` should not be initialized. ([@&elastic#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser` - [#&elastic#8203;15338](https://togithub.com/babel/babel/pull/15338) Allow negative number in ambient const initializer ([@&elastic#8203;JLHwung](https://togithub.com/JLHwung)) ##### ↩️ Revert - `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#&elastic#8203;15355](https://togithub.com/babel/babel/pull/15355) Reverts "Re-use common JSX element transform for <>...\</>" ([@&elastic#8203;JLHwung](https://togithub.com/JLHwung)) ##### Committers: 4 - Babel Bot ([@&elastic#8203;babel-bot](https://togithub.com/babel-bot)) - Huáng Jùnliàng ([@&elastic#8203;JLHwung](https://togithub.com/JLHwung)) - Nicolò Ribaudo ([@&elastic#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [@&elastic#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu) </details> <details> <summary>babel/babel (@&elastic#8203;babel/runtime)</summary> ### [`v7.20.13`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72013-2023-01-21) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.7...v7.20.13) ##### 🐛 Bug Fix - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#&elastic#8203;15332](https://togithub.com/babel/babel/pull/15332) Ensure class decorators can access decorated non-static members ([@&elastic#8203;JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-typescript` - [#&elastic#8203;15349](https://togithub.com/babel/babel/pull/15349) fix: Preserve `import {type T} from 'x'` when `onlyRemoveTypeImports:true` ([@&elastic#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#&elastic#8203;15344](https://togithub.com/babel/babel/pull/15344) fix: Properties that are `abstract` should not be initialized. ([@&elastic#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser` - [#&elastic#8203;15338](https://togithub.com/babel/babel/pull/15338) Allow negative number in ambient const initializer ([@&elastic#8203;JLHwung](https://togithub.com/JLHwung)) ##### ↩️ Revert - `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#&elastic#8203;15355](https://togithub.com/babel/babel/pull/15355) Reverts "Re-use common JSX element transform for <>...\</>" ([@&elastic#8203;JLHwung](https://togithub.com/JLHwung)) </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 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/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTYuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExNi4xIn0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Budzenski <[email protected]>
kqualters-elastic
pushed a commit
to kqualters-elastic/kibana
that referenced
this pull request
Feb 6, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@tanstack/react-query](https://tanstack.com/query) ([source](https://togithub.com/tanstack/query)) | [`^4.20.9` -> `^4.23.0`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query/4.22.0/4.23.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@tanstack/react-query-devtools](https://tanstack.com/query) ([source](https://togithub.com/tanstack/query)) | [`^4.20.9` -> `^4.23.0`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query-devtools/4.22.0/4.23.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tanstack/query</summary> ### [`v4.23.0`](https://togithub.com/TanStack/query/releases/tag/v4.23.0) [Compare Source](https://togithub.com/tanstack/query/compare/v4.22.4...v4.23.0) Version 4.23.0 - 1/24/2023, 10:53 AM ##### Changes ##### Feat - client components: add `use client` directive at the top of files having client components ([#&elastic#8203;4738](https://togithub.com/tanstack/query/issues/4738)) ([`f57c8dc`](https://togithub.com/tanstack/query/commit/f57c8dc1)) by Girish Sontakke ##### Docs - add readme.md to react adapter ([`ea67377`](https://togithub.com/tanstack/query/commit/ea673770)) by Dominik Dorfmeister - add QueryClient import ([#&elastic#8203;4856](https://togithub.com/tanstack/query/issues/4856)) ([`69a7d72`](https://togithub.com/tanstack/query/commit/69a7d72d)) by Joël Kuijper - useMutation: correct docs for mutate function callbacks ([#&elastic#8203;4601](https://togithub.com/tanstack/query/issues/4601)) ([`4ac7c1a`](https://togithub.com/tanstack/query/commit/4ac7c1a8)) by Qz ##### Packages - [@&elastic#8203;tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​4](https://togithub.com/4).23.0 - [@&elastic#8203;tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​4](https://togithub.com/4).23.0 - [@&elastic#8203;tanstack/react-query](https://togithub.com/tanstack/react-query)[@​4](https://togithub.com/4).23.0 ### [`v4.22.4`](https://togithub.com/TanStack/query/releases/tag/v4.22.4) [Compare Source](https://togithub.com/tanstack/query/compare/v4.22.3...v4.22.4) Version 4.22.4 - 1/22/2023, 3:57 PM ##### Changes ##### Fix - core: do not call mutate callbacks if mutation started after unmount ([#&elastic#8203;4848](https://togithub.com/tanstack/query/issues/4848)) ([`901e826`](https://togithub.com/tanstack/query/commit/901e826f)) by Jan ##### Packages - [@&elastic#8203;tanstack/query-core](https://togithub.com/tanstack/query-core)[@​4](https://togithub.com/4).22.4 - [@&elastic#8203;tanstack/react-query](https://togithub.com/tanstack/react-query)[@​4](https://togithub.com/4).22.4 - [@&elastic#8203;tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@​4](https://togithub.com/4).22.4 - [@&elastic#8203;tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@​4](https://togithub.com/4).22.4 - [@&elastic#8203;tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@​4](https://togithub.com/4).22.4 - [@&elastic#8203;tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@​4](https://togithub.com/4).22.4 - [@&elastic#8203;tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​4](https://togithub.com/4).22.4 - [@&elastic#8203;tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​4](https://togithub.com/4).22.4 - [@&elastic#8203;tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@​4](https://togithub.com/4).22.4 - [@&elastic#8203;tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​4](https://togithub.com/4).22.4 - [@&elastic#8203;tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@​4](https://togithub.com/4).22.4 ### [`v4.22.3`](https://togithub.com/TanStack/query/releases/tag/v4.22.3) [Compare Source](https://togithub.com/tanstack/query/compare/v4.22.0...v4.22.3) Version 4.22.3 - 1/21/2023, 2:54 PM ##### Changes ##### Fix - svelte-query: Fix createMutation for functions that take no arguments ([#&elastic#8203;4847](https://togithub.com/tanstack/query/issues/4847)) ([`4f515de`](https://togithub.com/tanstack/query/commit/4f515dec)) by Lachlan Collins ##### Chore - fix duplicated example package name ([#&elastic#8203;4823](https://togithub.com/tanstack/query/issues/4823)) ([`365fdf3`](https://togithub.com/tanstack/query/commit/365fdf3b)) by Michal Tecza - Add sandbox.config.json ([#&elastic#8203;4812](https://togithub.com/tanstack/query/issues/4812)) ([`e33bda3`](https://togithub.com/tanstack/query/commit/e33bda31)) by Lachlan Collins ##### Docs - useMutation: clarify `mutationFn` option default ([#&elastic#8203;4837](https://togithub.com/tanstack/query/issues/4837)) ([`61c3d94`](https://togithub.com/tanstack/query/commit/61c3d94a)) by [@&elastic#8203;louis-young](https://togithub.com/louis-young) - clarify the documentation on running examples ([#&elastic#8203;4818](https://togithub.com/tanstack/query/issues/4818)) ([`07f144a`](https://togithub.com/tanstack/query/commit/07f144a2)) by Michal Tecza - update tkdodos blog ([#&elastic#8203;4820](https://togithub.com/tanstack/query/issues/4820)) ([`532b90a`](https://togithub.com/tanstack/query/commit/532b90ac)) by Dominik Dorfmeister - svelte-query: Add recommended defaults to prefetchQuery setup ([#&elastic#8203;4815](https://togithub.com/tanstack/query/issues/4815)) ([`86161ca`](https://togithub.com/tanstack/query/commit/86161ca6)) by Lachlan Collins - fix typo (quey -> query) ([#&elastic#8203;4813](https://togithub.com/tanstack/query/issues/4813)) ([`832d4fb`](https://togithub.com/tanstack/query/commit/832d4fb0)) by Masaki Koyanagi - svelte-query: Rework SvelteKit setup ([#&elastic#8203;4811](https://togithub.com/tanstack/query/issues/4811)) ([`2cd92ef`](https://togithub.com/tanstack/query/commit/2cd92ef3)) by Lachlan Collins - clarify interaction of query filter predicates with other criteria ([#&elastic#8203;4532](https://togithub.com/tanstack/query/issues/4532)) ([`3a3d871`](https://togithub.com/tanstack/query/commit/3a3d871a)) by Ben Longo - Update devtools.md with note that mutations are not tracked ([#&elastic#8203;4810](https://togithub.com/tanstack/query/issues/4810)) ([`6772333`](https://togithub.com/tanstack/query/commit/67723337)) by Joseph Markus - svelte-query: Expand SSR docs ([#&elastic#8203;4809](https://togithub.com/tanstack/query/issues/4809)) ([`c05bb91`](https://togithub.com/tanstack/query/commit/c05bb910)) by Lachlan Collins ##### Test - stabilize various tests ([#&elastic#8203;4825](https://togithub.com/tanstack/query/issues/4825)) ([`ff77512`](https://togithub.com/tanstack/query/commit/ff77512b)) by Michal Tecza ##### Packages - [@&elastic#8203;tanstack/react-query](https://togithub.com/tanstack/react-query)[@​4](https://togithub.com/4).22.3 - [@&elastic#8203;tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​4](https://togithub.com/4).22.3 - [@&elastic#8203;tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​4](https://togithub.com/4).22.3 - [@&elastic#8203;tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​4](https://togithub.com/4).22.3 </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 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/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjM0LjExNy4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kqualters-elastic
pushed a commit
to kqualters-elastic/kibana
that referenced
this pull request
Feb 6, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-hook-form](https://www.react-hook-form.com) ([source](https://togithub.com/react-hook-form/react-hook-form)) | [`^7.41.5` -> `^7.42.1`](https://renovatebot.com/diffs/npm/react-hook-form/7.41.5/7.42.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>react-hook-form/react-hook-form</summary> ### [`v7.42.1`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.42.1): Version 7.42.1 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.42.0...v7.42.1) 🐞 fix [#&elastic#8203;9773](https://togithub.com/react-hook-form/react-hook-form/issues/9773) useFormState missing state update ([#&elastic#8203;9777](https://togithub.com/react-hook-form/react-hook-form/issues/9777)) 🐞 fix [#&elastic#8203;9765](https://togithub.com/react-hook-form/react-hook-form/issues/9765) fix issue with strictMode with isValid state ([#&elastic#8203;9771](https://togithub.com/react-hook-form/react-hook-form/issues/9771)) ### [`v7.42.0`](https://togithub.com/react-hook-form/react-hook-form/blob/HEAD/CHANGELOG.md#​7420---2023-01-13) [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.41.5...v7.42.0) </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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTkuMCIsInVwZGF0ZWRJblZlciI6IjM0LjExOS4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
nickofthyme
added a commit
that referenced
this pull request
Feb 6, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@elastic/charts](https://togithub.com/elastic/elastic-charts) | [`51.3.0` -> `52.0.0`](https://renovatebot.com/diffs/npm/@elastic%2fcharts/51.3.0/52.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>elastic/elastic-charts</summary> ### [`v52.0.0`](https://togithub.com/elastic/elastic-charts/blob/HEAD/CHANGELOG.md#​5200-httpsgithubcomelasticelastic-chartscomparev5130v5200-2023-01-27) [Compare Source](https://togithub.com/elastic/elastic-charts/compare/v51.3.0...v52.0.0) ##### Bug Fixes - annotation details tooltip throwing with hooks ([#​1949](https://togithub.com/elastic/elastic-charts/issues/1949)) ([779b7f3](https://togithub.com/elastic/elastic-charts/commit/779b7f3499f34fb4471ee5f1fac390a7499fe6ee)) - **deps:** update dependency [@​elastic/eui](https://togithub.com/elastic/eui) to v72 ([#​1914](https://togithub.com/elastic/elastic-charts/issues/1914)) ([8814c80](https://togithub.com/elastic/elastic-charts/commit/8814c80f71ff6cbd39187064abda131077f3ca68)) - **deps:** update dependency [@​elastic/eui](https://togithub.com/elastic/eui) to v73 ([#​1941](https://togithub.com/elastic/elastic-charts/issues/1941)) ([4eeafa7](https://togithub.com/elastic/elastic-charts/commit/4eeafa7864f756685ae23ced54dd34f9fede330a)) ##### BREAKING CHANGES - The `customTooltipDetails` type is now passing `details` as `props` using a `ComponentType`. </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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExMS4xIn0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: nickofthyme <[email protected]> Co-authored-by: Nick Partridge <[email protected]> Co-authored-by: Marco Vettorello <[email protected]>
jbudz
added a commit
that referenced
this pull request
Feb 6, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/generator](https://babel.dev/docs/en/next/babel-generator) ([source](https://togithub.com/babel/babel)) | [`^7.20.7` -> `^7.20.14`](https://renovatebot.com/diffs/npm/@babel%2fgenerator/7.20.7/7.20.14) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel</summary> ### [`v7.20.14`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72014-2023-01-27) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.7...v7.20.14) ##### 🐛 Bug Fix - `babel-plugin-transform-block-scoping` - [#​15361](https://togithub.com/babel/babel/pull/15361) fix: Identifiers in the loop are not renamed ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-transform-fixture-test-runner`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-react-jsx`, `babel-traverse` - [#​15365](https://togithub.com/babel/babel/pull/15365) fix: Properly generate source maps for manually added multi-line content ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) </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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTkuNSIsInVwZGF0ZWRJblZlciI6IjM0LjExOS41In0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Budzenski <[email protected]>
kertal
pushed a commit
to kertal/kibana
that referenced
this pull request
Jul 25, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [msw](https://mswjs.io) ([source](https://redirect.github.com/mswjs/msw)) | devDependencies | patch | [`~2.10.3` -> `~2.10.4`](https://renovatebot.com/diffs/npm/msw/2.10.3/2.10.4) | --- ### Release Notes <details> <summary>mswjs/msw (msw)</summary> ### [`v2.10.4`](https://redirect.github.com/mswjs/msw/releases/tag/v2.10.4) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.10.3...v2.10.4) #### v2.10.4 (2025-07-12) ##### Bug Fixes - **HttpHandler:** use correct query parameters docs link ([#&elastic#8203;2547](https://redirect.github.com/mswjs/msw/issues/2547)) ([`6cdce81`](https://redirect.github.com/mswjs/msw/commit/6cdce81de5576e5049899a729ab3a1424550c003)) [@&elastic#8203;kettanaito](https://redirect.github.com/kettanaito) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNsb3VkIFNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Kfir Peled <[email protected]>
kertal
pushed a commit
to kertal/kibana
that referenced
this pull request
Jul 25, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@xyflow/react](https://reactflow.dev) ([source](https://redirect.github.com/xyflow/xyflow/tree/HEAD/packages/react)) | dependencies | patch | [`^12.8.1` -> `^12.8.2`](https://renovatebot.com/diffs/npm/@xyflow%2freact/12.8.1/12.8.2) | --- ### Release Notes <details> <summary>xyflow/xyflow (@&elastic#8203;xyflow/react)</summary> ### [`v12.8.2`](https://redirect.github.com/xyflow/xyflow/blob/HEAD/packages/react/CHANGELOG.md#1282) [Compare Source](https://redirect.github.com/xyflow/xyflow/compare/@xyflow/[email protected]...@xyflow/[email protected]) ##### Patch Changes - [#&elastic#8203;5384](https://redirect.github.com/xyflow/xyflow/pull/5384) [`18514e11`](https://redirect.github.com/xyflow/xyflow/commit/18514e118fc9a43e2bc80e55639db8beb1d9707a) Thanks [@&elastic#8203;Sec-ant](https://redirect.github.com/Sec-ant)! - Fix node fallback to respect custom default node type when unknown node type is encountered - [#&elastic#8203;5394](https://redirect.github.com/xyflow/xyflow/pull/5394) [`21db22d4`](https://redirect.github.com/xyflow/xyflow/commit/21db22d46a253dc4fd17d65dab201aca53a4a6f4) Thanks [@&elastic#8203;moklick](https://redirect.github.com/moklick)! - Return intersections correctly of passed node is bigger than intersecting nodes - [#&elastic#8203;5384](https://redirect.github.com/xyflow/xyflow/pull/5384) [`ab05d008`](https://redirect.github.com/xyflow/xyflow/commit/ab05d008d949c98124578e99e6a6e4c86a16f629) Thanks [@&elastic#8203;Sec-ant](https://redirect.github.com/Sec-ant)! - Fix edge fallback to respect custom default edge type when unknown edge type is encountered. - [#&elastic#8203;5376](https://redirect.github.com/xyflow/xyflow/pull/5376) [`f0ce2c87`](https://redirect.github.com/xyflow/xyflow/commit/f0ce2c876d8688e13632bc86286cf857f86dead6) Thanks [@&elastic#8203;kennyjwilli](https://redirect.github.com/kennyjwilli)! - Add stepPosition param to step edge - Updated dependencies \[[`864d4188`](https://redirect.github.com/xyflow/xyflow/commit/864d4188089b3e7f45b18f8a63e02758ee183f7f), [`f0ce2c87`](https://redirect.github.com/xyflow/xyflow/commit/f0ce2c876d8688e13632bc86286cf857f86dead6)]: - [@&elastic#8203;xyflow/system](https://redirect.github.com/xyflow/system)[@​0](https://redirect.github.com/0).0.66 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNsb3VkIFNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Kfir Peled <[email protected]>
kertal
pushed a commit
to kertal/kibana
that referenced
this pull request
Jul 25, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cronstrue](https://redirect.github.com/bradymholt/cronstrue) | dependencies | major | [`^1.51.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/cronstrue/1.51.0/3.0.0) | --- ### Release Notes <details> <summary>bradymholt/cronstrue (cronstrue)</summary> ### [`v3.0.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v3.0.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.61.0...v3.0.0) #### What's Changed - Fix typo in README.md by [@&elastic#8203;albertchae](https://redirect.github.com/albertchae) in [https://github.com/bradymholt/cRonstrue/pull/355](https://redirect.github.com/bradymholt/cRonstrue/pull/355) - Bump major version because of backwards incompatible change in [https://github.com/bradymholt/cRonstrue/pull/347](https://redirect.github.com/bradymholt/cRonstrue/pull/347) #### New Contributors - [@&elastic#8203;albertchae](https://redirect.github.com/albertchae) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/355](https://redirect.github.com/bradymholt/cRonstrue/pull/355) **Full Changelog**: bradymholt/cRonstrue@v2.61.0...v3.0.0 ### [`v2.61.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.61.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.60.0...v2.61.0) #### What's Changed - feat: add support for @&elastic#8203; syntax expressions in CLI by [@&elastic#8203;kylesnowschwartz](https://redirect.github.com/kylesnowschwartz) in [https://github.com/bradymholt/cRonstrue/pull/348](https://redirect.github.com/bradymholt/cRonstrue/pull/348) - Add support for [@&elastic#8203;reboot](https://redirect.github.com/reboot) special syntax by [@&elastic#8203;kylesnowschwartz](https://redirect.github.com/kylesnowschwartz) in [https://github.com/bradymholt/cRonstrue/pull/350](https://redirect.github.com/bradymholt/cRonstrue/pull/350) #### New Contributors - [@&elastic#8203;kylesnowschwartz](https://redirect.github.com/kylesnowschwartz) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/348](https://redirect.github.com/bradymholt/cRonstrue/pull/348) **Full Changelog**: bradymholt/cRonstrue@v2.60.0...v2.61.0 ### [`v2.60.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.60.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.59.0...v2.60.0) #### What's Changed - Remove support for `tzOffset` option by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/347](https://redirect.github.com/bradymholt/cRonstrue/pull/347) **Full Changelog**: bradymholt/cRonstrue@v2.59.0...v2.60.0 ### [`v2.59.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.59.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.58.0...v2.59.0) #### What's Changed - Fix: Incorrect Multiple Range Hour Interpretation ([#&elastic#8203;294](https://redirect.github.com/bradymholt/cronstrue/issues/294)) by [@&elastic#8203;wozaxi](https://redirect.github.com/wozaxi) in [https://github.com/bradymholt/cRonstrue/pull/345](https://redirect.github.com/bradymholt/cRonstrue/pull/345) #### New Contributors - [@&elastic#8203;wozaxi](https://redirect.github.com/wozaxi) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/345](https://redirect.github.com/bradymholt/cRonstrue/pull/345) **Full Changelog**: bradymholt/cRonstrue@v2.58.0...v2.59.0 ### [`v2.58.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.58.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.57.0...v2.58.0) #### What's Changed - Avoid pluralized weekdays on danish translation by [@&elastic#8203;rmja](https://redirect.github.com/rmja) in [https://github.com/bradymholt/cRonstrue/pull/344](https://redirect.github.com/bradymholt/cRonstrue/pull/344) **Full Changelog**: bradymholt/cRonstrue@v2.57.0...v2.58.0 ### [`v2.57.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.57.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.56.0...v2.57.0) #### What's Changed - fix(playground): prevent page refresh on submit by [@&elastic#8203;kricsleo](https://redirect.github.com/kricsleo) in [https://github.com/bradymholt/cRonstrue/pull/340](https://redirect.github.com/bradymholt/cRonstrue/pull/340) - Add workaround for french periods & fix side effect with previous change by [@&elastic#8203;QuentiumYT](https://redirect.github.com/QuentiumYT) in [https://github.com/bradymholt/cRonstrue/pull/342](https://redirect.github.com/bradymholt/cRonstrue/pull/342) #### New Contributors - [@&elastic#8203;kricsleo](https://redirect.github.com/kricsleo) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/340](https://redirect.github.com/bradymholt/cRonstrue/pull/340) **Full Changelog**: bradymholt/cRonstrue@v2.56.0...v2.57.0 ### [`v2.56.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.56.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.55.0...v2.56.0) #### What's Changed - Fix some french mistakes by [@&elastic#8203;QuentiumYT](https://redirect.github.com/QuentiumYT) in [https://github.com/bradymholt/cRonstrue/pull/338](https://redirect.github.com/bradymholt/cRonstrue/pull/338) #### New Contributors - [@&elastic#8203;QuentiumYT](https://redirect.github.com/QuentiumYT) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/338](https://redirect.github.com/bradymholt/cRonstrue/pull/338) **Full Changelog**: bradymholt/cRonstrue@v2.55.0...v2.56.0 ### [`v2.55.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.55.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.54.0...v2.55.0) #### What's Changed - Bump serialize-javascript and mocha by [@&elastic#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/bradymholt/cRonstrue/pull/335](https://redirect.github.com/bradymholt/cRonstrue/pull/335) - Deprecate `tzOffset` option by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/336](https://redirect.github.com/bradymholt/cRonstrue/pull/336) **Full Changelog**: bradymholt/cRonstrue@v2.54.0...v2.55.0 ### [`v2.54.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.54.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.53.0...v2.54.0) #### What's Changed - fix: correct norwegian translation of second by [@&elastic#8203;frodeinglum](https://redirect.github.com/frodeinglum) in [https://github.com/bradymholt/cRonstrue/pull/334](https://redirect.github.com/bradymholt/cRonstrue/pull/334) #### New Contributors - [@&elastic#8203;frodeinglum](https://redirect.github.com/frodeinglum) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/334](https://redirect.github.com/bradymholt/cRonstrue/pull/334) **Full Changelog**: bradymholt/cRonstrue@v2.53.0...v2.54.0 ### [`v2.53.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.53.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.52.0...v2.53.0) #### What's Changed - Optimize Chinese translation about PastTheMinute and PastTheHour by [@&elastic#8203;dreamsxin](https://redirect.github.com/dreamsxin) in [https://github.com/bradymholt/cRonstrue/pull/322](https://redirect.github.com/bradymholt/cRonstrue/pull/322) - More validation to ensure expression does not contain any unexpected characters by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/331](https://redirect.github.com/bradymholt/cRonstrue/pull/331) #### New Contributors - [@&elastic#8203;dreamsxin](https://redirect.github.com/dreamsxin) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/322](https://redirect.github.com/bradymholt/cRonstrue/pull/322) **Full Changelog**: bradymholt/cRonstrue@v2.52.0...v2.53.0 ### [`v2.52.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.52.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.51.0...v2.52.0) #### What's Changed - Fix danish locale to not use definite singular expression for weekdays by [@&elastic#8203;rmja](https://redirect.github.com/rmja) in [https://github.com/bradymholt/cRonstrue/pull/328](https://redirect.github.com/bradymholt/cRonstrue/pull/328) #### New Contributors - [@&elastic#8203;rmja](https://redirect.github.com/rmja) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/328](https://redirect.github.com/bradymholt/cRonstrue/pull/328) **Full Changelog**: bradymholt/cRonstrue@v2.51.0...v2.52.0 ### [`v2.51.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.51.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.50.0...v2.51.0) #### What's Changed - Bump braces from 3.0.2 to 3.0.3 by [@&elastic#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/bradymholt/cRonstrue/pull/320](https://redirect.github.com/bradymholt/cRonstrue/pull/320) - Bump webpack from 5.76.0 to 5.94.0 by [@&elastic#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/bradymholt/cRonstrue/pull/323](https://redirect.github.com/bradymholt/cRonstrue/pull/323) - \[i18n] fix masculine and feminine forms of the weekdays in PT by [@&elastic#8203;einavkor](https://redirect.github.com/einavkor) in [https://github.com/bradymholt/cRonstrue/pull/326](https://redirect.github.com/bradymholt/cRonstrue/pull/326) #### New Contributors - [@&elastic#8203;einavkor](https://redirect.github.com/einavkor) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/326](https://redirect.github.com/bradymholt/cRonstrue/pull/326) **Full Changelog**: bradymholt/cRonstrue@v2.50.0...v2.51.0 ### [`v2.50.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.50.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.49.0...v2.50.0) #### What's Changed - Support for '@&elastic#8203;' expressions by [@&elastic#8203;HB9HIL](https://redirect.github.com/HB9HIL) in [https://github.com/bradymholt/cRonstrue/pull/318](https://redirect.github.com/bradymholt/cRonstrue/pull/318) #### New Contributors - [@&elastic#8203;HB9HIL](https://redirect.github.com/HB9HIL) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/318](https://redirect.github.com/bradymholt/cRonstrue/pull/318) **Full Changelog**: bradymholt/cRonstrue@v2.49.0...v2.50.0 ### [`v2.49.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.49.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.48.0...v2.49.0) #### What's Changed - Dutch - "Op" to "Om" per feedback by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/317](https://redirect.github.com/bradymholt/cRonstrue/pull/317) **Full Changelog**: bradymholt/cRonstrue@v2.48.0...v2.49.0 ### [`v2.48.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.48.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.47.0...v2.48.0) #### What's Changed - fix: wrong word when DOM and DOW both present ([#&elastic#8203;272](https://redirect.github.com/bradymholt/cronstrue/issues/272)) by [@&elastic#8203;mytharcher](https://redirect.github.com/mytharcher) in [https://github.com/bradymholt/cRonstrue/pull/314](https://redirect.github.com/bradymholt/cRonstrue/pull/314) #### New Contributors - [@&elastic#8203;mytharcher](https://redirect.github.com/mytharcher) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/314](https://redirect.github.com/bradymholt/cRonstrue/pull/314) **Full Changelog**: bradymholt/cRonstrue@v2.47.0...v2.48.0 ### [`v2.47.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.47.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.46.0...v2.47.0) **Full Changelog**: bradymholt/cRonstrue@v2.46.0...v2.47.0 ### [`v2.46.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.45.0...v2.46.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.45.0...v2.46.0) ### [`v2.45.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.45.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.44.0...v2.45.0) #### What's Changed - fix: awkward Korean description by [@&elastic#8203;PzaThief](https://redirect.github.com/PzaThief) in [https://github.com/bradymholt/cRonstrue/pull/311](https://redirect.github.com/bradymholt/cRonstrue/pull/311) #### New Contributors - [@&elastic#8203;PzaThief](https://redirect.github.com/PzaThief) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/311](https://redirect.github.com/bradymholt/cRonstrue/pull/311) **Full Changelog**: bradymholt/cRonstrue@v2.44.0...v2.45.0 ### [`v2.44.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.44.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.43.0...v2.44.0) #### What's Changed - add arabic option by [@&elastic#8203;Muhammad-Magdi](https://redirect.github.com/Muhammad-Magdi) in [https://github.com/bradymholt/cRonstrue/pull/307](https://redirect.github.com/bradymholt/cRonstrue/pull/307) - Specify "cron" in error message by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/310](https://redirect.github.com/bradymholt/cRonstrue/pull/310) #### New Contributors - [@&elastic#8203;Muhammad-Magdi](https://redirect.github.com/Muhammad-Magdi) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/307](https://redirect.github.com/bradymholt/cRonstrue/pull/307) **Full Changelog**: bradymholt/cRonstrue@v2.43.0...v2.44.0 ### [`v2.43.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.43.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.42.0...v2.43.0) #### What's Changed - Fixed time formats for various locales by [@&elastic#8203;lreis](https://redirect.github.com/lreis) in [https://github.com/bradymholt/cRonstrue/pull/306](https://redirect.github.com/bradymholt/cRonstrue/pull/306) #### New Contributors - [@&elastic#8203;lreis](https://redirect.github.com/lreis) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/306](https://redirect.github.com/bradymholt/cRonstrue/pull/306) **Full Changelog**: bradymholt/cRonstrue@v2.42.0...v2.43.0 ### [`v2.42.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.42.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.41.0...v2.42.0) #### What's Changed - Ordering days on parse() by [@&elastic#8203;yoav-melamed](https://redirect.github.com/yoav-melamed) in [https://github.com/bradymholt/cRonstrue/pull/305](https://redirect.github.com/bradymholt/cRonstrue/pull/305) #### New Contributors - [@&elastic#8203;yoav-melamed](https://redirect.github.com/yoav-melamed) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/305](https://redirect.github.com/bradymholt/cRonstrue/pull/305) **Full Changelog**: bradymholt/cRonstrue@v2.41.0...v2.42.0 ### [`v2.41.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.41.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.40.0...v2.41.0) #### What's Changed - Add more debugging by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/301](https://redirect.github.com/bradymholt/cRonstrue/pull/301) **Full Changelog**: bradymholt/cRonstrue@v2.40.0...v2.41.0 ### [`v2.40.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.40.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.39.0...v2.40.0) **Full Changelog**: bradymholt/cRonstrue@v2.39.0...v2.40.0 ### [`v2.39.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.39.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.38.0...v2.39.0) **Full Changelog**: bradymholt/cRonstrue@v2.38.0...v2.39.0 ### [`v2.38.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.38.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.37.0...v2.38.0) **Full Changelog**: bradymholt/cRonstrue@v2.37.0...v2.38.0 ### [`v2.37.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.37.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.36.0...v2.37.0) **Full Changelog**: bradymholt/cRonstrue@v2.36.0...v2.37.0 ### [`v2.36.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.36.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.35.0...v2.36.0) **Full Changelog**: bradymholt/cRonstrue@v2.35.0...v2.36.0 ### [`v2.35.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.35.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.34.0...v2.35.0) #### What's Changed - Fix reference to getRelease by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/300](https://redirect.github.com/bradymholt/cRonstrue/pull/300) **Full Changelog**: bradymholt/cRonstrue@v2.34.0...v2.35.0 ### [`v2.34.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.34.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.33.0...v2.34.0) #### What's Changed - Add 'just' in message by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/299](https://redirect.github.com/bradymholt/cRonstrue/pull/299) **Full Changelog**: bradymholt/cRonstrue@v2.33.0...v2.34.0 ### [`v2.33.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.33.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.32.0...v2.33.0) #### What's Changed - feat: Added support for floating point tzOffset by [@&elastic#8203;fabianTMC](https://redirect.github.com/fabianTMC) in [https://github.com/bradymholt/cRonstrue/pull/297](https://redirect.github.com/bradymholt/cRonstrue/pull/297) - Adjust day descriptor if time zone offset makes the day change by [@&elastic#8203;maxtwardowski](https://redirect.github.com/maxtwardowski) in [https://github.com/bradymholt/cRonstrue/pull/296](https://redirect.github.com/bradymholt/cRonstrue/pull/296) - Script cleanup by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/298](https://redirect.github.com/bradymholt/cRonstrue/pull/298) #### New Contributors - [@&elastic#8203;fabianTMC](https://redirect.github.com/fabianTMC) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/297](https://redirect.github.com/bradymholt/cRonstrue/pull/297) - [@&elastic#8203;maxtwardowski](https://redirect.github.com/maxtwardowski) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/296](https://redirect.github.com/bradymholt/cRonstrue/pull/296) **Full Changelog**: bradymholt/cRonstrue@v2.32.0...v2.33.0 ### [`v2.32.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.32.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.31.0...v2.32.0) #### What's Changed - feat: Add Bulgarian Locale by [@&elastic#8203;kamenf](https://redirect.github.com/kamenf) in [https://github.com/bradymholt/cRonstrue/pull/293](https://redirect.github.com/bradymholt/cRonstrue/pull/293) #### New Contributors - [@&elastic#8203;kamenf](https://redirect.github.com/kamenf) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/293](https://redirect.github.com/bradymholt/cRonstrue/pull/293) **Full Changelog**: bradymholt/cRonstrue@v2.31.0...v2.32.0 ### [`v2.31.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.31.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.30.0...v2.31.0) #### What's Changed - If string has a range in first interval don't render "de" by [@&elastic#8203;wlribeiro](https://redirect.github.com/wlribeiro) in [https://github.com/bradymholt/cRonstrue/pull/292](https://redirect.github.com/bradymholt/cRonstrue/pull/292) #### New Contributors - [@&elastic#8203;wlribeiro](https://redirect.github.com/wlribeiro) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/292](https://redirect.github.com/bradymholt/cRonstrue/pull/292) **Full Changelog**: bradymholt/cRonstrue@v2.30.0...v2.31.0 ### [`v2.30.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.30.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.29.0...v2.30.0) #### What's Changed - Feature/tz by [@&elastic#8203;khorevnikita](https://redirect.github.com/khorevnikita) in [https://github.com/bradymholt/cRonstrue/pull/290](https://redirect.github.com/bradymholt/cRonstrue/pull/290) - feat: Add Malay (Malaysia) Locale by [@&elastic#8203;leychay](https://redirect.github.com/leychay) in [https://github.com/bradymholt/cRonstrue/pull/291](https://redirect.github.com/bradymholt/cRonstrue/pull/291) #### New Contributors - [@&elastic#8203;leychay](https://redirect.github.com/leychay) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/291](https://redirect.github.com/bradymholt/cRonstrue/pull/291) **Full Changelog**: bradymholt/cRonstrue@v2.29.0...v2.30.0 ### [`v2.29.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.29.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.28.0...v2.29.0) #### What's Changed - add tzOffset by [@&elastic#8203;khorevnikita](https://redirect.github.com/khorevnikita) in [https://github.com/bradymholt/cRonstrue/pull/288](https://redirect.github.com/bradymholt/cRonstrue/pull/288) #### New Contributors - [@&elastic#8203;khorevnikita](https://redirect.github.com/khorevnikita) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/288](https://redirect.github.com/bradymholt/cRonstrue/pull/288) **Full Changelog**: bradymholt/cRonstrue@v2.28.0...v2.29.0 ### [`v2.28.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.28.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.27.0...v2.28.0) #### What's Changed - Can you help me add translate vietnamese ^^ by [@&elastic#8203;rikkapro0128](https://redirect.github.com/rikkapro0128) in [https://github.com/bradymholt/cRonstrue/pull/285](https://redirect.github.com/bradymholt/cRonstrue/pull/285) - Update README.md by [@&elastic#8203;rikkapro0128](https://redirect.github.com/rikkapro0128) in [https://github.com/bradymholt/cRonstrue/pull/286](https://redirect.github.com/bradymholt/cRonstrue/pull/286) #### New Contributors - [@&elastic#8203;rikkapro0128](https://redirect.github.com/rikkapro0128) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/285](https://redirect.github.com/bradymholt/cRonstrue/pull/285) **Full Changelog**: bradymholt/cRonstrue@v2.27.0...v2.28.0 ### [`v2.27.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.27.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.26.0...v2.27.0) #### What's Changed - Bump xml2js from 0.4.23 to 0.5.0 by [@&elastic#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/bradymholt/cRonstrue/pull/281](https://redirect.github.com/bradymholt/cRonstrue/pull/281) - Fix multiple days of week outputs null by [@&elastic#8203;fracz](https://redirect.github.com/fracz) in [https://github.com/bradymholt/cRonstrue/pull/283](https://redirect.github.com/bradymholt/cRonstrue/pull/283) #### New Contributors - [@&elastic#8203;fracz](https://redirect.github.com/fracz) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/283](https://redirect.github.com/bradymholt/cRonstrue/pull/283) **Full Changelog**: bradymholt/cRonstrue@v2.26.0...v2.27.0 ### [`v2.26.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.26.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.24.0...v2.26.0) #### What's Changed - Modernize build/publish workflows by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/280](https://redirect.github.com/bradymholt/cRonstrue/pull/280) **Full Changelog**: bradymholt/cRonstrue@v2.24.0...v2.26.0 ### [`v2.24.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.24.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.23.0...v2.24.0) #### What's Changed - Bump webpack from 5.69.1 to 5.76.0 by [@&elastic#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/bradymholt/cRonstrue/pull/278](https://redirect.github.com/bradymholt/cRonstrue/pull/278) **Full Changelog**: bradymholt/cRonstrue@v2.23.0...v2.24.0 ### [`v2.23.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.23.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.22.0...v2.23.0) #### What's Changed - fix zh_TW locale by [@&elastic#8203;a33068843](https://redirect.github.com/a33068843) in [https://github.com/bradymholt/cRonstrue/pull/276](https://redirect.github.com/bradymholt/cRonstrue/pull/276) #### New Contributors - [@&elastic#8203;a33068843](https://redirect.github.com/a33068843) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/276](https://redirect.github.com/bradymholt/cRonstrue/pull/276) **Full Changelog**: bradymholt/cRonstrue@v2.22.0...v2.23.0 ### [`v2.22.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.22.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.21.0...v2.22.0) #### What's Changed - fr locale set use24HourTimeFormat to true by [@&elastic#8203;nioc](https://redirect.github.com/nioc) in [https://github.com/bradymholt/cRonstrue/pull/275](https://redirect.github.com/bradymholt/cRonstrue/pull/275) #### New Contributors - [@&elastic#8203;nioc](https://redirect.github.com/nioc) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/275](https://redirect.github.com/bradymholt/cRonstrue/pull/275) **Full Changelog**: bradymholt/cRonstrue@v2.21.0...v2.22.0 ### [`v2.21.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.21.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.20.0...v2.21.0) #### What's Changed - Fix loading locale in browser by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/269](https://redirect.github.com/bradymholt/cRonstrue/pull/269) **Full Changelog**: bradymholt/cRonstrue@v2.20.0...v2.21.0 ### [`v2.20.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.20.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.19.0...v2.20.0) #### What's Changed - feat: Add Arabic locale by [@&elastic#8203;mohamednehad450](https://redirect.github.com/mohamednehad450) in [https://github.com/bradymholt/cRonstrue/pull/266](https://redirect.github.com/bradymholt/cRonstrue/pull/266) #### New Contributors - [@&elastic#8203;mohamednehad450](https://redirect.github.com/mohamednehad450) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/266](https://redirect.github.com/bradymholt/cRonstrue/pull/266) **Full Changelog**: bradymholt/cRonstrue@v2.19.0...v2.20.0 ### [`v2.19.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.19.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.18.0...v2.19.0) **Full Changelog**: bradymholt/cRonstrue@v2.18.0...v2.19.0 ### [`v2.18.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.17.0...v2.18.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.17.0...v2.18.0) ### [`v2.17.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.16.0...v2.17.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.16.0...v2.17.0) ### [`v2.16.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.15.0...v2.16.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.15.0...v2.16.0) ### [`v2.15.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.14.0...v2.15.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.14.0...v2.15.0) ### [`v2.14.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.13.0...v2.14.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.13.0...v2.14.0) ### [`v2.13.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.12.0...v2.13.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.12.0...v2.13.0) ### [`v2.12.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.11.0...v2.12.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.11.0...v2.12.0) ### [`v2.11.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.10.0...v2.11.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.10.0...v2.11.0) ### [`v2.10.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.9.0...v2.10.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.9.0...v2.10.0) ### [`v2.9.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.9.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.8.0...v2.9.0) #### Commits - [`fc499d8`](https://redirect.github.com/bradymholt/cronstrue/commit/fc499d8): Allow release to be created manually (Brady Holt) ### [`v2.8.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.7.0...v2.8.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.7.0...v2.8.0) ### [`v2.7.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.7.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.6.0...v2.7.0) #### Commits - [`006b75e`](https://redirect.github.com/bradymholt/cronstrue/commit/006b75e): Update publish.yml (Brady Holt) - [`c4aa7f0`](https://redirect.github.com/bradymholt/cronstrue/commit/c4aa7f0): Version 2.7.0 \[build-skip] (bradymholt) ### [`v2.6.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.5.0...v2.6.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.5.0...v2.6.0) ### [`v2.5.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.4.0...v2.5.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.4.0...v2.5.0) ### [`v2.4.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.3.0...v2.4.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.3.0...v2.4.0) ### [`v2.3.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.2.0...v2.3.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.2.0...v2.3.0) ### [`v2.2.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.1.0...v2.2.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.1.0...v2.2.0) ### [`v2.1.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.125.0...v2.1.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.125.0...v2.1.0) ### [`v1.125.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.124.0...v1.125.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.124.0...v1.125.0) ### [`v1.124.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.123.0...v1.124.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.123.0...v1.124.0) ### [`v1.123.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.122.0...v1.123.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.122.0...v1.123.0) ### [`v1.122.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.121.0...v1.122.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.121.0...v1.122.0) ### [`v1.121.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.120.0...v1.121.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.120.0...v1.121.0) ### [`v1.120.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.119.0...v1.120.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.119.0...v1.120.0) ### [`v1.119.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.118.0...v1.119.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.118.0...v1.119.0) ### [`v1.118.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.117.0...v1.118.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.117.0...v1.118.0) ### [`v1.117.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.116.0...v1.117.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.116.0...v1.117.0) ### [`v1.116.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.115.0...v1.116.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.115.0...v1.116.0) ### [`v1.115.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.114.0...v1.115.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.114.0...v1.115.0) ### [`v1.114.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.113.0...v1.114.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.113.0...v1.114.0) ### [`v1.113.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.112.0...v1.113.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.112.0...v1.113.0) ### [`v1.112.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.111.0...v1.112.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.111.0...v1.112.0) ### [`v1.111.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.110.0...v1.111.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.110.0...v1.111.0) ### [`v1.110.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.109.0...v1.110.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.109.0...v1.110.0) ### [`v1.109.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.108.0...v1.109.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.108.0...v1.109.0) ### [`v1.108.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.107.0...v1.108.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.107.0...v1.108.0) ### [`v1.107.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.106.0...v1.107.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.106.0...v1.107.0) ### [`v1.106.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.105.0...v1.106.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.105.0...v1.106.0) ### [`v1.105.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.104.0...v1.105.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.104.0...v1.105.0) ### [`v1.104.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.103.0...v1.104.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.103.0...v1.104.0) ### [`v1.103.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.102.0...v1.103.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.102.0...v1.103.0) ### [`v1.102.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.101.0...v1.102.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.101.0...v1.102.0) ### [`v1.101.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.100.0...v1.101.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.100.0...v1.101.0) ### [`v1.100.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.99.0...v1.100.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.99.0...v1.100.0) ### [`v1.99.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.98.0...v1.99.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.98.0...v1.99.0) ### [`v1.98.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.97.0...v1.98.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.97.0...v1.98.0) ### [`v1.97.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.96.0...v1.97.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.96.0...v1.97.0) ### [`v1.96.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.95.0...v1.96.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.95.0...v1.96.0) ### [`v1.95.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.94.0...v1.95.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.94.0...v1.95.0) ### [`v1.94.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.93.0...v1.94.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.93.0...v1.94.0) ### [`v1.93.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.92.0...v1.93.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.92.0...v1.93.0) ### [`v1.92.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.91.0...v1.92.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.91.0...v1.92.0) ### [`v1.91.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.90.0...v1.91.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.90.0...v1.91.0) ### [`v1.90.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.89.0...v1.90.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.89.0...v1.90.0) ### [`v1.89.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.88.0...v1.89.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.88.0...v1.89.0) ### [`v1.88.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.87.0...v1.88.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.87.0...v1.88.0) ### [`v1.87.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.86.0...v1.87.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.86.0...v1.87.0) ### [`v1.86.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.85.0...v1.86.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.85.0...v1.86.0) ### [`v1.85.0`](https://redirect.github.com/bradymholt/cronstrue/compare/da9bd936d5e615e929d68b4dcef4b0d7723587b1...v1.85.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/da9bd936d5e615e929d68b4dcef4b0d7723587b1...v1.85.0) ### [`v1.84.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.83.0...da9bd936d5e615e929d68b4dcef4b0d7723587b1) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.83.0...da9bd936d5e615e929d68b4dcef4b0d7723587b1) ### [`v1.83.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.82.0...v1.83.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.82.0...v1.83.0) ### [`v1.82.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.81.0...v1.82.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.81.0...v1.82.0) ### [`v1.81.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.80.0...v1.81.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.80.0...v1.81.0) ### [`v1.80.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.79.0...v1.80.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.79.0...v1.80.0) ### [`v1.79.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.78.0...v1.79.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.78.0...v1.79.0) ### [`v1.78.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.77.0...v1.78.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.77.0...v1.78.0) ### [`v1.77.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.76.0...v1.77.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.76.0...v1.77.0) ### [`v1.76.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.75.0...v1.76.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.75.0...v1.76.0) ### [`v1.75.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.72.0...v1.75.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.72.0...v1.75.0) ### [`v1.72.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.71.0...v1.72.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.71.0...v1.72.0) ### [`v1.71.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.70.0...v1.71.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.70.0...v1.71.0) ### [`v1.70.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.69.0...v1.70.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.69.0...v1.70.0) ### [`v1.69.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.68.0...v1.69.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.68.0...v1.69.0) ### [`v1.68.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.67.0...v1.68.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.67.0...v1.68.0) ### [`v1.67.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.66.0...v1.67.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.66.0...v1.67.0) ### [`v1.66.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.65.0...v1.66.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.65.0...v1.66.0) ### [`v1.65.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.64.0...v1.65.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.64.0...v1.65.0) ### [`v1.64.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.63.0...v1.64.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.63.0...v1.64.0) ### [`v1.63.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.62.0...v1.63.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.62.0...v1.63.0) ### [`v1.62.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.61.0...v1.62.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.61.0...v1.62.0) ### [`v1.61.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.60.0...v1.61.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.60.0...v1.61.0) ### [`v1.60.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.59.0...v1.60.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.59.0...v1.60.0) ### [`v1.59.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.58.0...v1.59.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.58.0...v1.59.0) ### [`v1.58.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.57.0...v1.58.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.57.0...v1.58.0) ### [`v1.57.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.56.0...v1.57.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.56.0...v1.57.0) ### [`v1.56.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.55.0...v1.56.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.55.0...v1.56.0) ### [`v1.55.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.54.0...v1.55.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.54.0...v1.55.0) ### [`v1.54.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.53.0...v1.54.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.53.0...v1.54.0) ### [`v1.53.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v1.53.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.52.0...v1.53.0) Add Finnish translation ### [`v1.52.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.51.0...v1.52.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.51.0...v1.52.0) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOktpYmFuYSBNYW5hZ2VtZW50IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Sonia Sanz Vivas <[email protected]>
crespocarlos
pushed a commit
to crespocarlos/kibana
that referenced
this pull request
Jul 25, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@elastic/monaco-esql](https://redirect.github.com/elastic/monaco-esql) ([source](https://redirect.github.com/elastic/highlightjs-esql)) | dependencies | patch | [`^3.1.5` -> `^3.1.6`](https://renovatebot.com/diffs/npm/@elastic%2fmonaco-esql/3.1.5/3.1.6) | --- ### Release Notes <details> <summary>elastic/highlightjs-esql (@&elastic#8203;elastic/monaco-esql)</summary> ### [`v3.1.6`](https://redirect.github.com/elastic/highlightjs-esql/compare/3faed5edb654c7265a425bad60276edc60a42a56...703cdbf42aa4dcab5c7f59e04c446f91d8ed69a9) [Compare Source](https://redirect.github.com/elastic/highlightjs-esql/compare/3faed5edb654c7265a425bad60276edc60a42a56...703cdbf42aa4dcab5c7f59e04c446f91d8ed69a9) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkVTUUwiLCJiYWNrcG9ydDp2ZXJzaW9uIiwicmVsZWFzZV9ub3RlOnNraXAiXX0=--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Stratoula Kalafateli <[email protected]>
jbudz
pushed a commit
that referenced
this pull request
Jul 25, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@elastic/charts](https://redirect.github.com/elastic/elastic-charts) | dependencies | patch | [`70.1.1` -> `70.1.2`](https://renovatebot.com/diffs/npm/@elastic%2fcharts/70.1.1/70.1.2) | --- ### Release Notes <details> <summary>elastic/elastic-charts (@​elastic/charts)</summary> ### [`v70.1.2`](https://redirect.github.com/elastic/elastic-charts/blob/HEAD/CHANGELOG.md#7012-2025-07-23) [Compare Source](https://redirect.github.com/elastic/elastic-charts/compare/v70.1.1...v70.1.2) ##### Bug Fixes - **axis:** disable nice adaptive ticks ([#​2689](https://redirect.github.com/elastic/elastic-charts/issues/2689)) ([5f9d946](https://redirect.github.com/elastic/elastic-charts/commit/5f9d9463ee35ac16ab469778e6a4f493c9ca344f)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlZpc3VhbGl6YXRpb25zIiwiYmFja3BvcnQ6cHJldi1taW5vciIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Nick Partridge <[email protected]>
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Jul 25, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@elastic/charts](https://redirect.github.com/elastic/elastic-charts) | dependencies | patch | [`70.1.1` -> `70.1.2`](https://renovatebot.com/diffs/npm/@elastic%2fcharts/70.1.1/70.1.2) | --- ### Release Notes <details> <summary>elastic/elastic-charts (@&elastic#8203;elastic/charts)</summary> ### [`v70.1.2`](https://redirect.github.com/elastic/elastic-charts/blob/HEAD/CHANGELOG.md#7012-2025-07-23) [Compare Source](https://redirect.github.com/elastic/elastic-charts/compare/v70.1.1...v70.1.2) ##### Bug Fixes - **axis:** disable nice adaptive ticks ([#&elastic#8203;2689](https://redirect.github.com/elastic/elastic-charts/issues/2689)) ([5f9d946](https://redirect.github.com/elastic/elastic-charts/commit/5f9d9463ee35ac16ab469778e6a4f493c9ca344f)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlZpc3VhbGl6YXRpb25zIiwiYmFja3BvcnQ6cHJldi1taW5vciIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Nick Partridge <[email protected]> (cherry picked from commit c861c65)
kibanamachine
added a commit
that referenced
this pull request
Jul 25, 2025
…229503) # Backport This will backport the following commits from `main` to `9.1`: - [Update dependency @elastic/charts to v70.1.2 (main) (#229283)](#229283) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-07-25T17:13:10Z","message":"Update dependency @elastic/charts to v70.1.2 (main) (#229283)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [@elastic/charts](https://redirect.github.com/elastic/elastic-charts)\n| dependencies | patch | [`70.1.1` ->\n`70.1.2`](https://renovatebot.com/diffs/npm/@elastic%2fcharts/70.1.1/70.1.2)\n|\n\n---\n\n### Release Notes\n\n<details>\n<summary>elastic/elastic-charts (@​elastic/charts)</summary>\n\n###\n[`v70.1.2`](https://redirect.github.com/elastic/elastic-charts/blob/HEAD/CHANGELOG.md#7012-2025-07-23)\n\n[Compare\nSource](https://redirect.github.com/elastic/elastic-charts/compare/v70.1.1...v70.1.2)\n\n##### Bug Fixes\n\n- **axis:** disable nice adaptive ticks\n([#​2689](https://redirect.github.com/elastic/elastic-charts/issues/2689))\n([5f9d946](https://redirect.github.com/elastic/elastic-charts/commit/5f9d9463ee35ac16ab469778e6a4f493c9ca344f))\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by: Nick Partridge <[email protected]>","sha":"c861c652256b20569cacecd40a25c37ca5a03e2f","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Visualizations","release_note:skip","backport:prev-minor","v9.2.0"],"title":"Update dependency @elastic/charts to v70.1.2 (main)","number":229283,"url":"https://github.com/elastic/kibana/pull/229283","mergeCommit":{"message":"Update dependency @elastic/charts to v70.1.2 (main) (#229283)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [@elastic/charts](https://redirect.github.com/elastic/elastic-charts)\n| dependencies | patch | [`70.1.1` ->\n`70.1.2`](https://renovatebot.com/diffs/npm/@elastic%2fcharts/70.1.1/70.1.2)\n|\n\n---\n\n### Release Notes\n\n<details>\n<summary>elastic/elastic-charts (@​elastic/charts)</summary>\n\n###\n[`v70.1.2`](https://redirect.github.com/elastic/elastic-charts/blob/HEAD/CHANGELOG.md#7012-2025-07-23)\n\n[Compare\nSource](https://redirect.github.com/elastic/elastic-charts/compare/v70.1.1...v70.1.2)\n\n##### Bug Fixes\n\n- **axis:** disable nice adaptive ticks\n([#​2689](https://redirect.github.com/elastic/elastic-charts/issues/2689))\n([5f9d946](https://redirect.github.com/elastic/elastic-charts/commit/5f9d9463ee35ac16ab469778e6a4f493c9ca344f))\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by: Nick Partridge <[email protected]>","sha":"c861c652256b20569cacecd40a25c37ca5a03e2f"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/229283","number":229283,"mergeCommit":{"message":"Update dependency @elastic/charts to v70.1.2 (main) (#229283)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [@elastic/charts](https://redirect.github.com/elastic/elastic-charts)\n| dependencies | patch | [`70.1.1` ->\n`70.1.2`](https://renovatebot.com/diffs/npm/@elastic%2fcharts/70.1.1/70.1.2)\n|\n\n---\n\n### Release Notes\n\n<details>\n<summary>elastic/elastic-charts (@​elastic/charts)</summary>\n\n###\n[`v70.1.2`](https://redirect.github.com/elastic/elastic-charts/blob/HEAD/CHANGELOG.md#7012-2025-07-23)\n\n[Compare\nSource](https://redirect.github.com/elastic/elastic-charts/compare/v70.1.1...v70.1.2)\n\n##### Bug Fixes\n\n- **axis:** disable nice adaptive ticks\n([#​2689](https://redirect.github.com/elastic/elastic-charts/issues/2689))\n([5f9d946](https://redirect.github.com/elastic/elastic-charts/commit/5f9d9463ee35ac16ab469778e6a4f493c9ca344f))\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by: Nick Partridge <[email protected]>","sha":"c861c652256b20569cacecd40a25c37ca5a03e2f"}}]}] BACKPORT--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Nick Partridge <[email protected]>
SoniaSanzV
added a commit
to SoniaSanzV/kibana
that referenced
this pull request
Jul 28, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cronstrue](https://redirect.github.com/bradymholt/cronstrue) | dependencies | major | [`^1.51.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/cronstrue/1.51.0/3.0.0) | --- ### Release Notes <details> <summary>bradymholt/cronstrue (cronstrue)</summary> ### [`v3.0.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v3.0.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.61.0...v3.0.0) #### What's Changed - Fix typo in README.md by [@&elastic#8203;albertchae](https://redirect.github.com/albertchae) in [https://github.com/bradymholt/cRonstrue/pull/355](https://redirect.github.com/bradymholt/cRonstrue/pull/355) - Bump major version because of backwards incompatible change in [https://github.com/bradymholt/cRonstrue/pull/347](https://redirect.github.com/bradymholt/cRonstrue/pull/347) #### New Contributors - [@&elastic#8203;albertchae](https://redirect.github.com/albertchae) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/355](https://redirect.github.com/bradymholt/cRonstrue/pull/355) **Full Changelog**: bradymholt/cRonstrue@v2.61.0...v3.0.0 ### [`v2.61.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.61.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.60.0...v2.61.0) #### What's Changed - feat: add support for @&elastic#8203; syntax expressions in CLI by [@&elastic#8203;kylesnowschwartz](https://redirect.github.com/kylesnowschwartz) in [https://github.com/bradymholt/cRonstrue/pull/348](https://redirect.github.com/bradymholt/cRonstrue/pull/348) - Add support for [@&elastic#8203;reboot](https://redirect.github.com/reboot) special syntax by [@&elastic#8203;kylesnowschwartz](https://redirect.github.com/kylesnowschwartz) in [https://github.com/bradymholt/cRonstrue/pull/350](https://redirect.github.com/bradymholt/cRonstrue/pull/350) #### New Contributors - [@&elastic#8203;kylesnowschwartz](https://redirect.github.com/kylesnowschwartz) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/348](https://redirect.github.com/bradymholt/cRonstrue/pull/348) **Full Changelog**: bradymholt/cRonstrue@v2.60.0...v2.61.0 ### [`v2.60.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.60.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.59.0...v2.60.0) #### What's Changed - Remove support for `tzOffset` option by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/347](https://redirect.github.com/bradymholt/cRonstrue/pull/347) **Full Changelog**: bradymholt/cRonstrue@v2.59.0...v2.60.0 ### [`v2.59.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.59.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.58.0...v2.59.0) #### What's Changed - Fix: Incorrect Multiple Range Hour Interpretation ([#&elastic#8203;294](https://redirect.github.com/bradymholt/cronstrue/issues/294)) by [@&elastic#8203;wozaxi](https://redirect.github.com/wozaxi) in [https://github.com/bradymholt/cRonstrue/pull/345](https://redirect.github.com/bradymholt/cRonstrue/pull/345) #### New Contributors - [@&elastic#8203;wozaxi](https://redirect.github.com/wozaxi) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/345](https://redirect.github.com/bradymholt/cRonstrue/pull/345) **Full Changelog**: bradymholt/cRonstrue@v2.58.0...v2.59.0 ### [`v2.58.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.58.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.57.0...v2.58.0) #### What's Changed - Avoid pluralized weekdays on danish translation by [@&elastic#8203;rmja](https://redirect.github.com/rmja) in [https://github.com/bradymholt/cRonstrue/pull/344](https://redirect.github.com/bradymholt/cRonstrue/pull/344) **Full Changelog**: bradymholt/cRonstrue@v2.57.0...v2.58.0 ### [`v2.57.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.57.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.56.0...v2.57.0) #### What's Changed - fix(playground): prevent page refresh on submit by [@&elastic#8203;kricsleo](https://redirect.github.com/kricsleo) in [https://github.com/bradymholt/cRonstrue/pull/340](https://redirect.github.com/bradymholt/cRonstrue/pull/340) - Add workaround for french periods & fix side effect with previous change by [@&elastic#8203;QuentiumYT](https://redirect.github.com/QuentiumYT) in [https://github.com/bradymholt/cRonstrue/pull/342](https://redirect.github.com/bradymholt/cRonstrue/pull/342) #### New Contributors - [@&elastic#8203;kricsleo](https://redirect.github.com/kricsleo) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/340](https://redirect.github.com/bradymholt/cRonstrue/pull/340) **Full Changelog**: bradymholt/cRonstrue@v2.56.0...v2.57.0 ### [`v2.56.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.56.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.55.0...v2.56.0) #### What's Changed - Fix some french mistakes by [@&elastic#8203;QuentiumYT](https://redirect.github.com/QuentiumYT) in [https://github.com/bradymholt/cRonstrue/pull/338](https://redirect.github.com/bradymholt/cRonstrue/pull/338) #### New Contributors - [@&elastic#8203;QuentiumYT](https://redirect.github.com/QuentiumYT) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/338](https://redirect.github.com/bradymholt/cRonstrue/pull/338) **Full Changelog**: bradymholt/cRonstrue@v2.55.0...v2.56.0 ### [`v2.55.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.55.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.54.0...v2.55.0) #### What's Changed - Bump serialize-javascript and mocha by [@&elastic#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/bradymholt/cRonstrue/pull/335](https://redirect.github.com/bradymholt/cRonstrue/pull/335) - Deprecate `tzOffset` option by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/336](https://redirect.github.com/bradymholt/cRonstrue/pull/336) **Full Changelog**: bradymholt/cRonstrue@v2.54.0...v2.55.0 ### [`v2.54.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.54.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.53.0...v2.54.0) #### What's Changed - fix: correct norwegian translation of second by [@&elastic#8203;frodeinglum](https://redirect.github.com/frodeinglum) in [https://github.com/bradymholt/cRonstrue/pull/334](https://redirect.github.com/bradymholt/cRonstrue/pull/334) #### New Contributors - [@&elastic#8203;frodeinglum](https://redirect.github.com/frodeinglum) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/334](https://redirect.github.com/bradymholt/cRonstrue/pull/334) **Full Changelog**: bradymholt/cRonstrue@v2.53.0...v2.54.0 ### [`v2.53.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.53.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.52.0...v2.53.0) #### What's Changed - Optimize Chinese translation about PastTheMinute and PastTheHour by [@&elastic#8203;dreamsxin](https://redirect.github.com/dreamsxin) in [https://github.com/bradymholt/cRonstrue/pull/322](https://redirect.github.com/bradymholt/cRonstrue/pull/322) - More validation to ensure expression does not contain any unexpected characters by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/331](https://redirect.github.com/bradymholt/cRonstrue/pull/331) #### New Contributors - [@&elastic#8203;dreamsxin](https://redirect.github.com/dreamsxin) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/322](https://redirect.github.com/bradymholt/cRonstrue/pull/322) **Full Changelog**: bradymholt/cRonstrue@v2.52.0...v2.53.0 ### [`v2.52.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.52.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.51.0...v2.52.0) #### What's Changed - Fix danish locale to not use definite singular expression for weekdays by [@&elastic#8203;rmja](https://redirect.github.com/rmja) in [https://github.com/bradymholt/cRonstrue/pull/328](https://redirect.github.com/bradymholt/cRonstrue/pull/328) #### New Contributors - [@&elastic#8203;rmja](https://redirect.github.com/rmja) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/328](https://redirect.github.com/bradymholt/cRonstrue/pull/328) **Full Changelog**: bradymholt/cRonstrue@v2.51.0...v2.52.0 ### [`v2.51.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.51.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.50.0...v2.51.0) #### What's Changed - Bump braces from 3.0.2 to 3.0.3 by [@&elastic#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/bradymholt/cRonstrue/pull/320](https://redirect.github.com/bradymholt/cRonstrue/pull/320) - Bump webpack from 5.76.0 to 5.94.0 by [@&elastic#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/bradymholt/cRonstrue/pull/323](https://redirect.github.com/bradymholt/cRonstrue/pull/323) - \[i18n] fix masculine and feminine forms of the weekdays in PT by [@&elastic#8203;einavkor](https://redirect.github.com/einavkor) in [https://github.com/bradymholt/cRonstrue/pull/326](https://redirect.github.com/bradymholt/cRonstrue/pull/326) #### New Contributors - [@&elastic#8203;einavkor](https://redirect.github.com/einavkor) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/326](https://redirect.github.com/bradymholt/cRonstrue/pull/326) **Full Changelog**: bradymholt/cRonstrue@v2.50.0...v2.51.0 ### [`v2.50.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.50.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.49.0...v2.50.0) #### What's Changed - Support for '@&elastic#8203;' expressions by [@&elastic#8203;HB9HIL](https://redirect.github.com/HB9HIL) in [https://github.com/bradymholt/cRonstrue/pull/318](https://redirect.github.com/bradymholt/cRonstrue/pull/318) #### New Contributors - [@&elastic#8203;HB9HIL](https://redirect.github.com/HB9HIL) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/318](https://redirect.github.com/bradymholt/cRonstrue/pull/318) **Full Changelog**: bradymholt/cRonstrue@v2.49.0...v2.50.0 ### [`v2.49.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.49.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.48.0...v2.49.0) #### What's Changed - Dutch - "Op" to "Om" per feedback by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/317](https://redirect.github.com/bradymholt/cRonstrue/pull/317) **Full Changelog**: bradymholt/cRonstrue@v2.48.0...v2.49.0 ### [`v2.48.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.48.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.47.0...v2.48.0) #### What's Changed - fix: wrong word when DOM and DOW both present ([#&elastic#8203;272](https://redirect.github.com/bradymholt/cronstrue/issues/272)) by [@&elastic#8203;mytharcher](https://redirect.github.com/mytharcher) in [https://github.com/bradymholt/cRonstrue/pull/314](https://redirect.github.com/bradymholt/cRonstrue/pull/314) #### New Contributors - [@&elastic#8203;mytharcher](https://redirect.github.com/mytharcher) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/314](https://redirect.github.com/bradymholt/cRonstrue/pull/314) **Full Changelog**: bradymholt/cRonstrue@v2.47.0...v2.48.0 ### [`v2.47.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.47.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.46.0...v2.47.0) **Full Changelog**: bradymholt/cRonstrue@v2.46.0...v2.47.0 ### [`v2.46.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.45.0...v2.46.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.45.0...v2.46.0) ### [`v2.45.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.45.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.44.0...v2.45.0) #### What's Changed - fix: awkward Korean description by [@&elastic#8203;PzaThief](https://redirect.github.com/PzaThief) in [https://github.com/bradymholt/cRonstrue/pull/311](https://redirect.github.com/bradymholt/cRonstrue/pull/311) #### New Contributors - [@&elastic#8203;PzaThief](https://redirect.github.com/PzaThief) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/311](https://redirect.github.com/bradymholt/cRonstrue/pull/311) **Full Changelog**: bradymholt/cRonstrue@v2.44.0...v2.45.0 ### [`v2.44.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.44.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.43.0...v2.44.0) #### What's Changed - add arabic option by [@&elastic#8203;Muhammad-Magdi](https://redirect.github.com/Muhammad-Magdi) in [https://github.com/bradymholt/cRonstrue/pull/307](https://redirect.github.com/bradymholt/cRonstrue/pull/307) - Specify "cron" in error message by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/310](https://redirect.github.com/bradymholt/cRonstrue/pull/310) #### New Contributors - [@&elastic#8203;Muhammad-Magdi](https://redirect.github.com/Muhammad-Magdi) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/307](https://redirect.github.com/bradymholt/cRonstrue/pull/307) **Full Changelog**: bradymholt/cRonstrue@v2.43.0...v2.44.0 ### [`v2.43.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.43.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.42.0...v2.43.0) #### What's Changed - Fixed time formats for various locales by [@&elastic#8203;lreis](https://redirect.github.com/lreis) in [https://github.com/bradymholt/cRonstrue/pull/306](https://redirect.github.com/bradymholt/cRonstrue/pull/306) #### New Contributors - [@&elastic#8203;lreis](https://redirect.github.com/lreis) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/306](https://redirect.github.com/bradymholt/cRonstrue/pull/306) **Full Changelog**: bradymholt/cRonstrue@v2.42.0...v2.43.0 ### [`v2.42.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.42.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.41.0...v2.42.0) #### What's Changed - Ordering days on parse() by [@&elastic#8203;yoav-melamed](https://redirect.github.com/yoav-melamed) in [https://github.com/bradymholt/cRonstrue/pull/305](https://redirect.github.com/bradymholt/cRonstrue/pull/305) #### New Contributors - [@&elastic#8203;yoav-melamed](https://redirect.github.com/yoav-melamed) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/305](https://redirect.github.com/bradymholt/cRonstrue/pull/305) **Full Changelog**: bradymholt/cRonstrue@v2.41.0...v2.42.0 ### [`v2.41.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.41.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.40.0...v2.41.0) #### What's Changed - Add more debugging by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/301](https://redirect.github.com/bradymholt/cRonstrue/pull/301) **Full Changelog**: bradymholt/cRonstrue@v2.40.0...v2.41.0 ### [`v2.40.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.40.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.39.0...v2.40.0) **Full Changelog**: bradymholt/cRonstrue@v2.39.0...v2.40.0 ### [`v2.39.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.39.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.38.0...v2.39.0) **Full Changelog**: bradymholt/cRonstrue@v2.38.0...v2.39.0 ### [`v2.38.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.38.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.37.0...v2.38.0) **Full Changelog**: bradymholt/cRonstrue@v2.37.0...v2.38.0 ### [`v2.37.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.37.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.36.0...v2.37.0) **Full Changelog**: bradymholt/cRonstrue@v2.36.0...v2.37.0 ### [`v2.36.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.36.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.35.0...v2.36.0) **Full Changelog**: bradymholt/cRonstrue@v2.35.0...v2.36.0 ### [`v2.35.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.35.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.34.0...v2.35.0) #### What's Changed - Fix reference to getRelease by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/300](https://redirect.github.com/bradymholt/cRonstrue/pull/300) **Full Changelog**: bradymholt/cRonstrue@v2.34.0...v2.35.0 ### [`v2.34.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.34.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.33.0...v2.34.0) #### What's Changed - Add 'just' in message by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/299](https://redirect.github.com/bradymholt/cRonstrue/pull/299) **Full Changelog**: bradymholt/cRonstrue@v2.33.0...v2.34.0 ### [`v2.33.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.33.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.32.0...v2.33.0) #### What's Changed - feat: Added support for floating point tzOffset by [@&elastic#8203;fabianTMC](https://redirect.github.com/fabianTMC) in [https://github.com/bradymholt/cRonstrue/pull/297](https://redirect.github.com/bradymholt/cRonstrue/pull/297) - Adjust day descriptor if time zone offset makes the day change by [@&elastic#8203;maxtwardowski](https://redirect.github.com/maxtwardowski) in [https://github.com/bradymholt/cRonstrue/pull/296](https://redirect.github.com/bradymholt/cRonstrue/pull/296) - Script cleanup by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/298](https://redirect.github.com/bradymholt/cRonstrue/pull/298) #### New Contributors - [@&elastic#8203;fabianTMC](https://redirect.github.com/fabianTMC) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/297](https://redirect.github.com/bradymholt/cRonstrue/pull/297) - [@&elastic#8203;maxtwardowski](https://redirect.github.com/maxtwardowski) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/296](https://redirect.github.com/bradymholt/cRonstrue/pull/296) **Full Changelog**: bradymholt/cRonstrue@v2.32.0...v2.33.0 ### [`v2.32.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.32.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.31.0...v2.32.0) #### What's Changed - feat: Add Bulgarian Locale by [@&elastic#8203;kamenf](https://redirect.github.com/kamenf) in [https://github.com/bradymholt/cRonstrue/pull/293](https://redirect.github.com/bradymholt/cRonstrue/pull/293) #### New Contributors - [@&elastic#8203;kamenf](https://redirect.github.com/kamenf) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/293](https://redirect.github.com/bradymholt/cRonstrue/pull/293) **Full Changelog**: bradymholt/cRonstrue@v2.31.0...v2.32.0 ### [`v2.31.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.31.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.30.0...v2.31.0) #### What's Changed - If string has a range in first interval don't render "de" by [@&elastic#8203;wlribeiro](https://redirect.github.com/wlribeiro) in [https://github.com/bradymholt/cRonstrue/pull/292](https://redirect.github.com/bradymholt/cRonstrue/pull/292) #### New Contributors - [@&elastic#8203;wlribeiro](https://redirect.github.com/wlribeiro) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/292](https://redirect.github.com/bradymholt/cRonstrue/pull/292) **Full Changelog**: bradymholt/cRonstrue@v2.30.0...v2.31.0 ### [`v2.30.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.30.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.29.0...v2.30.0) #### What's Changed - Feature/tz by [@&elastic#8203;khorevnikita](https://redirect.github.com/khorevnikita) in [https://github.com/bradymholt/cRonstrue/pull/290](https://redirect.github.com/bradymholt/cRonstrue/pull/290) - feat: Add Malay (Malaysia) Locale by [@&elastic#8203;leychay](https://redirect.github.com/leychay) in [https://github.com/bradymholt/cRonstrue/pull/291](https://redirect.github.com/bradymholt/cRonstrue/pull/291) #### New Contributors - [@&elastic#8203;leychay](https://redirect.github.com/leychay) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/291](https://redirect.github.com/bradymholt/cRonstrue/pull/291) **Full Changelog**: bradymholt/cRonstrue@v2.29.0...v2.30.0 ### [`v2.29.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.29.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.28.0...v2.29.0) #### What's Changed - add tzOffset by [@&elastic#8203;khorevnikita](https://redirect.github.com/khorevnikita) in [https://github.com/bradymholt/cRonstrue/pull/288](https://redirect.github.com/bradymholt/cRonstrue/pull/288) #### New Contributors - [@&elastic#8203;khorevnikita](https://redirect.github.com/khorevnikita) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/288](https://redirect.github.com/bradymholt/cRonstrue/pull/288) **Full Changelog**: bradymholt/cRonstrue@v2.28.0...v2.29.0 ### [`v2.28.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.28.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.27.0...v2.28.0) #### What's Changed - Can you help me add translate vietnamese ^^ by [@&elastic#8203;rikkapro0128](https://redirect.github.com/rikkapro0128) in [https://github.com/bradymholt/cRonstrue/pull/285](https://redirect.github.com/bradymholt/cRonstrue/pull/285) - Update README.md by [@&elastic#8203;rikkapro0128](https://redirect.github.com/rikkapro0128) in [https://github.com/bradymholt/cRonstrue/pull/286](https://redirect.github.com/bradymholt/cRonstrue/pull/286) #### New Contributors - [@&elastic#8203;rikkapro0128](https://redirect.github.com/rikkapro0128) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/285](https://redirect.github.com/bradymholt/cRonstrue/pull/285) **Full Changelog**: bradymholt/cRonstrue@v2.27.0...v2.28.0 ### [`v2.27.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.27.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.26.0...v2.27.0) #### What's Changed - Bump xml2js from 0.4.23 to 0.5.0 by [@&elastic#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/bradymholt/cRonstrue/pull/281](https://redirect.github.com/bradymholt/cRonstrue/pull/281) - Fix multiple days of week outputs null by [@&elastic#8203;fracz](https://redirect.github.com/fracz) in [https://github.com/bradymholt/cRonstrue/pull/283](https://redirect.github.com/bradymholt/cRonstrue/pull/283) #### New Contributors - [@&elastic#8203;fracz](https://redirect.github.com/fracz) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/283](https://redirect.github.com/bradymholt/cRonstrue/pull/283) **Full Changelog**: bradymholt/cRonstrue@v2.26.0...v2.27.0 ### [`v2.26.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.26.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.24.0...v2.26.0) #### What's Changed - Modernize build/publish workflows by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/280](https://redirect.github.com/bradymholt/cRonstrue/pull/280) **Full Changelog**: bradymholt/cRonstrue@v2.24.0...v2.26.0 ### [`v2.24.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.24.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.23.0...v2.24.0) #### What's Changed - Bump webpack from 5.69.1 to 5.76.0 by [@&elastic#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/bradymholt/cRonstrue/pull/278](https://redirect.github.com/bradymholt/cRonstrue/pull/278) **Full Changelog**: bradymholt/cRonstrue@v2.23.0...v2.24.0 ### [`v2.23.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.23.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.22.0...v2.23.0) #### What's Changed - fix zh_TW locale by [@&elastic#8203;a33068843](https://redirect.github.com/a33068843) in [https://github.com/bradymholt/cRonstrue/pull/276](https://redirect.github.com/bradymholt/cRonstrue/pull/276) #### New Contributors - [@&elastic#8203;a33068843](https://redirect.github.com/a33068843) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/276](https://redirect.github.com/bradymholt/cRonstrue/pull/276) **Full Changelog**: bradymholt/cRonstrue@v2.22.0...v2.23.0 ### [`v2.22.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.22.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.21.0...v2.22.0) #### What's Changed - fr locale set use24HourTimeFormat to true by [@&elastic#8203;nioc](https://redirect.github.com/nioc) in [https://github.com/bradymholt/cRonstrue/pull/275](https://redirect.github.com/bradymholt/cRonstrue/pull/275) #### New Contributors - [@&elastic#8203;nioc](https://redirect.github.com/nioc) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/275](https://redirect.github.com/bradymholt/cRonstrue/pull/275) **Full Changelog**: bradymholt/cRonstrue@v2.21.0...v2.22.0 ### [`v2.21.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.21.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.20.0...v2.21.0) #### What's Changed - Fix loading locale in browser by [@&elastic#8203;bradymholt](https://redirect.github.com/bradymholt) in [https://github.com/bradymholt/cRonstrue/pull/269](https://redirect.github.com/bradymholt/cRonstrue/pull/269) **Full Changelog**: bradymholt/cRonstrue@v2.20.0...v2.21.0 ### [`v2.20.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.20.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.19.0...v2.20.0) #### What's Changed - feat: Add Arabic locale by [@&elastic#8203;mohamednehad450](https://redirect.github.com/mohamednehad450) in [https://github.com/bradymholt/cRonstrue/pull/266](https://redirect.github.com/bradymholt/cRonstrue/pull/266) #### New Contributors - [@&elastic#8203;mohamednehad450](https://redirect.github.com/mohamednehad450) made their first contribution in [https://github.com/bradymholt/cRonstrue/pull/266](https://redirect.github.com/bradymholt/cRonstrue/pull/266) **Full Changelog**: bradymholt/cRonstrue@v2.19.0...v2.20.0 ### [`v2.19.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.19.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.18.0...v2.19.0) **Full Changelog**: bradymholt/cRonstrue@v2.18.0...v2.19.0 ### [`v2.18.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.17.0...v2.18.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.17.0...v2.18.0) ### [`v2.17.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.16.0...v2.17.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.16.0...v2.17.0) ### [`v2.16.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.15.0...v2.16.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.15.0...v2.16.0) ### [`v2.15.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.14.0...v2.15.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.14.0...v2.15.0) ### [`v2.14.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.13.0...v2.14.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.13.0...v2.14.0) ### [`v2.13.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.12.0...v2.13.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.12.0...v2.13.0) ### [`v2.12.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.11.0...v2.12.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.11.0...v2.12.0) ### [`v2.11.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.10.0...v2.11.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.10.0...v2.11.0) ### [`v2.10.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.9.0...v2.10.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.9.0...v2.10.0) ### [`v2.9.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.9.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.8.0...v2.9.0) #### Commits - [`fc499d8`](https://redirect.github.com/bradymholt/cronstrue/commit/fc499d8): Allow release to be created manually (Brady Holt) ### [`v2.8.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.7.0...v2.8.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.7.0...v2.8.0) ### [`v2.7.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v2.7.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.6.0...v2.7.0) #### Commits - [`006b75e`](https://redirect.github.com/bradymholt/cronstrue/commit/006b75e): Update publish.yml (Brady Holt) - [`c4aa7f0`](https://redirect.github.com/bradymholt/cronstrue/commit/c4aa7f0): Version 2.7.0 \[build-skip] (bradymholt) ### [`v2.6.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.5.0...v2.6.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.5.0...v2.6.0) ### [`v2.5.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.4.0...v2.5.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.4.0...v2.5.0) ### [`v2.4.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.3.0...v2.4.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.3.0...v2.4.0) ### [`v2.3.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.2.0...v2.3.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.2.0...v2.3.0) ### [`v2.2.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v2.1.0...v2.2.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v2.1.0...v2.2.0) ### [`v2.1.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.125.0...v2.1.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.125.0...v2.1.0) ### [`v1.125.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.124.0...v1.125.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.124.0...v1.125.0) ### [`v1.124.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.123.0...v1.124.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.123.0...v1.124.0) ### [`v1.123.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.122.0...v1.123.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.122.0...v1.123.0) ### [`v1.122.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.121.0...v1.122.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.121.0...v1.122.0) ### [`v1.121.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.120.0...v1.121.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.120.0...v1.121.0) ### [`v1.120.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.119.0...v1.120.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.119.0...v1.120.0) ### [`v1.119.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.118.0...v1.119.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.118.0...v1.119.0) ### [`v1.118.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.117.0...v1.118.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.117.0...v1.118.0) ### [`v1.117.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.116.0...v1.117.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.116.0...v1.117.0) ### [`v1.116.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.115.0...v1.116.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.115.0...v1.116.0) ### [`v1.115.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.114.0...v1.115.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.114.0...v1.115.0) ### [`v1.114.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.113.0...v1.114.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.113.0...v1.114.0) ### [`v1.113.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.112.0...v1.113.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.112.0...v1.113.0) ### [`v1.112.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.111.0...v1.112.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.111.0...v1.112.0) ### [`v1.111.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.110.0...v1.111.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.110.0...v1.111.0) ### [`v1.110.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.109.0...v1.110.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.109.0...v1.110.0) ### [`v1.109.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.108.0...v1.109.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.108.0...v1.109.0) ### [`v1.108.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.107.0...v1.108.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.107.0...v1.108.0) ### [`v1.107.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.106.0...v1.107.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.106.0...v1.107.0) ### [`v1.106.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.105.0...v1.106.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.105.0...v1.106.0) ### [`v1.105.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.104.0...v1.105.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.104.0...v1.105.0) ### [`v1.104.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.103.0...v1.104.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.103.0...v1.104.0) ### [`v1.103.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.102.0...v1.103.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.102.0...v1.103.0) ### [`v1.102.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.101.0...v1.102.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.101.0...v1.102.0) ### [`v1.101.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.100.0...v1.101.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.100.0...v1.101.0) ### [`v1.100.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.99.0...v1.100.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.99.0...v1.100.0) ### [`v1.99.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.98.0...v1.99.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.98.0...v1.99.0) ### [`v1.98.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.97.0...v1.98.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.97.0...v1.98.0) ### [`v1.97.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.96.0...v1.97.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.96.0...v1.97.0) ### [`v1.96.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.95.0...v1.96.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.95.0...v1.96.0) ### [`v1.95.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.94.0...v1.95.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.94.0...v1.95.0) ### [`v1.94.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.93.0...v1.94.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.93.0...v1.94.0) ### [`v1.93.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.92.0...v1.93.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.92.0...v1.93.0) ### [`v1.92.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.91.0...v1.92.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.91.0...v1.92.0) ### [`v1.91.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.90.0...v1.91.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.90.0...v1.91.0) ### [`v1.90.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.89.0...v1.90.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.89.0...v1.90.0) ### [`v1.89.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.88.0...v1.89.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.88.0...v1.89.0) ### [`v1.88.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.87.0...v1.88.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.87.0...v1.88.0) ### [`v1.87.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.86.0...v1.87.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.86.0...v1.87.0) ### [`v1.86.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.85.0...v1.86.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.85.0...v1.86.0) ### [`v1.85.0`](https://redirect.github.com/bradymholt/cronstrue/compare/da9bd936d5e615e929d68b4dcef4b0d7723587b1...v1.85.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/da9bd936d5e615e929d68b4dcef4b0d7723587b1...v1.85.0) ### [`v1.84.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.83.0...da9bd936d5e615e929d68b4dcef4b0d7723587b1) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.83.0...da9bd936d5e615e929d68b4dcef4b0d7723587b1) ### [`v1.83.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.82.0...v1.83.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.82.0...v1.83.0) ### [`v1.82.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.81.0...v1.82.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.81.0...v1.82.0) ### [`v1.81.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.80.0...v1.81.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.80.0...v1.81.0) ### [`v1.80.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.79.0...v1.80.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.79.0...v1.80.0) ### [`v1.79.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.78.0...v1.79.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.78.0...v1.79.0) ### [`v1.78.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.77.0...v1.78.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.77.0...v1.78.0) ### [`v1.77.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.76.0...v1.77.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.76.0...v1.77.0) ### [`v1.76.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.75.0...v1.76.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.75.0...v1.76.0) ### [`v1.75.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.72.0...v1.75.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.72.0...v1.75.0) ### [`v1.72.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.71.0...v1.72.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.71.0...v1.72.0) ### [`v1.71.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.70.0...v1.71.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.70.0...v1.71.0) ### [`v1.70.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.69.0...v1.70.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.69.0...v1.70.0) ### [`v1.69.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.68.0...v1.69.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.68.0...v1.69.0) ### [`v1.68.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.67.0...v1.68.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.67.0...v1.68.0) ### [`v1.67.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.66.0...v1.67.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.66.0...v1.67.0) ### [`v1.66.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.65.0...v1.66.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.65.0...v1.66.0) ### [`v1.65.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.64.0...v1.65.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.64.0...v1.65.0) ### [`v1.64.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.63.0...v1.64.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.63.0...v1.64.0) ### [`v1.63.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.62.0...v1.63.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.62.0...v1.63.0) ### [`v1.62.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.61.0...v1.62.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.61.0...v1.62.0) ### [`v1.61.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.60.0...v1.61.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.60.0...v1.61.0) ### [`v1.60.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.59.0...v1.60.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.59.0...v1.60.0) ### [`v1.59.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.58.0...v1.59.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.58.0...v1.59.0) ### [`v1.58.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.57.0...v1.58.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.57.0...v1.58.0) ### [`v1.57.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.56.0...v1.57.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.56.0...v1.57.0) ### [`v1.56.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.55.0...v1.56.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.55.0...v1.56.0) ### [`v1.55.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.54.0...v1.55.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.54.0...v1.55.0) ### [`v1.54.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.53.0...v1.54.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.53.0...v1.54.0) ### [`v1.53.0`](https://redirect.github.com/bradymholt/cRonstrue/releases/tag/v1.53.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.52.0...v1.53.0) Add Finnish translation ### [`v1.52.0`](https://redirect.github.com/bradymholt/cronstrue/compare/v1.51.0...v1.52.0) [Compare Source](https://redirect.github.com/bradymholt/cronstrue/compare/v1.51.0...v1.52.0) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOktpYmFuYSBNYW5hZ2VtZW50IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Sonia Sanz Vivas <[email protected]> (cherry picked from commit 9701cf4)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport PR #8196
Commit 1:
Add globalNav styles that prevent the nav items from overlapping when the window is very short, and instead allows the user to scroll.