ni / nimble

The NI Nimble Design System
https://nimble.ni.dev
MIT License
29 stars 8 forks source link

Ignored npm update #2054

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) 7.24.1 -> 7.24.5 age adoption passing confidence
@babel/core (source) 7.24.4 -> 7.24.5 age adoption passing confidence
@chromatic-com/storybook 1.3.2 -> 1.3.3 age adoption passing confidence
@storybook/addon-a11y (source) 8.0.8 -> 8.0.9 age adoption passing confidence
@storybook/addon-actions (source) 8.0.8 -> 8.0.9 age adoption passing confidence
@storybook/addon-docs (source) 8.0.8 -> 8.0.9 age adoption passing confidence
@storybook/addon-essentials (source) 8.0.8 -> 8.0.9 age adoption passing confidence
@storybook/addon-interactions (source) 8.0.8 -> 8.0.9 age adoption passing confidence
@storybook/addon-links (source) 8.0.8 -> 8.0.9 age adoption passing confidence
@storybook/cli (source) 8.0.8 -> 8.0.9 age adoption passing confidence
@storybook/csf 0.1.4 -> 0.1.6 age adoption passing confidence
@storybook/html (source) 8.0.8 -> 8.0.9 age adoption passing confidence
@storybook/html-webpack5 (source) 8.0.8 -> 8.0.9 age adoption passing confidence
@storybook/manager-api (source) 8.0.8 -> 8.0.9 age adoption passing confidence
@storybook/theming (source) 8.0.8 -> 8.0.9 age adoption passing confidence
@tanstack/virtual-core 3.3.0 -> 3.5.0 age adoption passing confidence
@tiptap/core (source) 2.3.0 -> 2.3.1 age adoption passing confidence
@tiptap/extension-bold (source) 2.3.0 -> 2.3.1 age adoption passing confidence
@tiptap/extension-bullet-list (source) 2.3.0 -> 2.3.1 age adoption passing confidence
@tiptap/extension-document (source) 2.3.0 -> 2.3.1 age adoption passing confidence
@tiptap/extension-hard-break (source) 2.3.0 -> 2.3.1 age adoption passing confidence
@tiptap/extension-history (source) 2.3.0 -> 2.3.1 age adoption passing confidence
@tiptap/extension-italic (source) 2.3.0 -> 2.3.1 age adoption passing confidence
@tiptap/extension-link (source) 2.3.0 -> 2.3.1 age adoption passing confidence
@tiptap/extension-list-item (source) 2.3.0 -> 2.3.1 age adoption passing confidence
@tiptap/extension-mention (source) 2.3.0 -> 2.3.1 age adoption passing confidence
@tiptap/extension-ordered-list (source) 2.3.0 -> 2.3.1 age adoption passing confidence
@tiptap/extension-paragraph (source) 2.3.0 -> 2.3.1 age adoption passing confidence
@tiptap/extension-placeholder (source) 2.3.0 -> 2.3.1 age adoption passing confidence
@tiptap/extension-text (source) 2.3.0 -> 2.3.1 age adoption passing confidence
beachball (source) 2.43.0 -> 2.43.1 age adoption passing confidence
rollup (source) 4.14.3 -> 4.17.2 age adoption passing confidence
storybook (source) 8.0.8 -> 8.0.9 age adoption passing confidence
vite (source) 5.2.8 -> 5.2.10 age adoption passing confidence

Release Notes

babel/babel (@​babel/cli) ### [`v7.24.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7245-2024-04-29) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.1...v7.24.5) ##### :bug: Bug Fix - `babel-plugin-transform-classes`, `babel-traverse` - [#​16377](https://togithub.com/babel/babel/pull/16377) fix: TypeScript annotation affects output ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers`, `babel-plugin-proposal-explicit-resource-management`, `babel-runtime-corejs3` - [#​16440](https://togithub.com/babel/babel/pull/16440) Fix suppressed error order ([@​sossost](https://togithub.com/sossost)) - [#​16408](https://togithub.com/babel/babel/pull/16408) Await nullish async disposable ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-parser` - [#​16407](https://togithub.com/babel/babel/pull/16407) Recover from exported `using` declaration ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - Other - [#​16414](https://togithub.com/babel/babel/pull/16414) Relax ESLint peerDependency constraint to allow v9 ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser` - [#​16425](https://togithub.com/babel/babel/pull/16425) Improve `@babel/parser` AST types ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16417](https://togithub.com/babel/babel/pull/16417) Always pass type argument to `.startNode` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-helper-module-transforms`, `babel-helper-split-export-declaration`, `babel-helper-wrap-function`, `babel-helpers`, `babel-plugin-bugfix-firefox-class-in-computed-class-key`, `babel-plugin-proposal-explicit-resource-management`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-parameters`, `babel-plugin-transform-private-property-in-object`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-traverse` - [#​16439](https://togithub.com/babel/babel/pull/16439) Make `NodePath` distributive ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-partial-application`, `babel-types` - [#​16421](https://togithub.com/babel/babel/pull/16421) Remove `JSXNamespacedName` from valid `CallExpression` args ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-class-properties`, `babel-preset-env` - [#​16406](https://togithub.com/babel/babel/pull/16406) Do not load unnecessary Babel 7 syntax plugins in Babel 8 ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-helpers`, `babel-preset-env`, `babel-runtime-corejs3` - [#​16357](https://togithub.com/babel/babel/pull/16357) Performance: improve `objectWithoutPropertiesLoose` on V8 ([@​romgrk](https://togithub.com/romgrk))
chromaui/addon-visual-tests (@​chromatic-com/storybook) ### [`v1.3.3`](https://togithub.com/chromaui/addon-visual-tests/blob/HEAD/CHANGELOG.md#v133-Mon-Apr-15-2024) [Compare Source](https://togithub.com/chromaui/addon-visual-tests/compare/v1.3.2...v1.3.3) ##### 🐛 Bug Fix - Fix bundling strategy of tsup [#​289](https://togithub.com/chromaui/addon-visual-tests/pull/289) ([@​valentinpalkovic](https://togithub.com/valentinpalkovic)) ##### Authors: 1 - Valentin Palkovic ([@​valentinpalkovic](https://togithub.com/valentinpalkovic)) ***
storybookjs/storybook (@​storybook/addon-a11y) ### [`v8.0.9`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#809) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v8.0.8...v8.0.9) - Addon-docs: Fix MDX compilation when using `@vitejs/plugin-react-swc` with plugins - [#​26837](https://togithub.com/storybookjs/storybook/pull/26837), thanks [@​JReinhold](https://togithub.com/JReinhold)! - CSF: Fix typings for control and other properties of argTypes - [#​26824](https://togithub.com/storybookjs/storybook/pull/26824), thanks [@​kasperpeulen](https://togithub.com/kasperpeulen)! - Controls: Fix crashing when docgen extraction partially fails - [#​26862](https://togithub.com/storybookjs/storybook/pull/26862), thanks [@​yannbf](https://togithub.com/yannbf)! - Doc Tools: Signature Type Error Handling - [#​26774](https://togithub.com/storybookjs/storybook/pull/26774), thanks [@​ethriel3695](https://togithub.com/ethriel3695)! - Next.js: Move sharp into optional deps - [#​26787](https://togithub.com/storybookjs/storybook/pull/26787), thanks [@​shuta13](https://togithub.com/shuta13)! - Nextjs: Support next 14.2 useParams functionality - [#​26874](https://togithub.com/storybookjs/storybook/pull/26874), thanks [@​yannbf](https://togithub.com/yannbf)! - Test: Remove chai as dependency of [@​storybook/test](https://togithub.com/storybook/test) - [#​26852](https://togithub.com/storybookjs/storybook/pull/26852), thanks [@​kasperpeulen](https://togithub.com/kasperpeulen)! - UI: Fix sidebar search hanging when selecting a story in touch mode - [#​26807](https://togithub.com/storybookjs/storybook/pull/26807), thanks [@​JReinhold](https://togithub.com/JReinhold)!
storybookjs/storybook (@​storybook/addon-links) ### [`v8.0.9`](https://togithub.com/storybookjs/storybook/compare/v8.0.8...3c598bd3e249b865f6ee38ace20d2ab3021342d3) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v8.0.8...v8.0.9)
ComponentDriven/csf (@​storybook/csf) ### [`v0.1.6`](https://togithub.com/ComponentDriven/csf/releases/tag/v0.1.6) [Compare Source](https://togithub.com/ComponentDriven/csf/compare/v0.1.5...v0.1.6) ##### 🐛 Bug Fix - Add the beforeEach hook [#​82](https://togithub.com/ComponentDriven/csf/pull/82) ([@​kasperpeulen](https://togithub.com/kasperpeulen)) ##### Authors: 1 - Kasper Peulen ([@​kasperpeulen](https://togithub.com/kasperpeulen)) ### [`v0.1.5`](https://togithub.com/ComponentDriven/csf/releases/tag/v0.1.5) [Compare Source](https://togithub.com/ComponentDriven/csf/compare/v0.1.4...v0.1.5) ##### 🐛 Bug Fix - chore: resolve eslint issues [#​87](https://togithub.com/ComponentDriven/csf/pull/87) ([@​Cherry](https://togithub.com/Cherry)) - fix: better handle readonly InputType options [#​85](https://togithub.com/ComponentDriven/csf/pull/85) ([@​Cherry](https://togithub.com/Cherry)) ##### Authors: 2 - James Ross ([@​Cherry](https://togithub.com/Cherry)) - Kasper Peulen ([@​kasperpeulen](https://togithub.com/kasperpeulen))
tanstack/virtual (@​tanstack/virtual-core) ### [`v3.5.0`](https://togithub.com/TanStack/virtual/releases/tag/v3.5.0) [Compare Source](https://togithub.com/tanstack/virtual/compare/v3.4.0...v3.5.0) Version 3.5.0 - 4/29/2024, 9:10 AM #### Changes ##### Feat - add isScrollingResetDelay option to Virtualizer ([#​719](https://togithub.com/tanstack/virtual/issues/719)) ([`ab6ede8`](https://togithub.com/tanstack/virtual/commit/ab6ede8)) by [@​piecyk](https://togithub.com/piecyk) #### Packages - [@​tanstack/virtual-core](https://togithub.com/tanstack/virtual-core)[@​3](https://togithub.com/3).5.0 - [@​tanstack/react-virtual](https://togithub.com/tanstack/react-virtual)[@​3](https://togithub.com/3).5.0 - [@​tanstack/solid-virtual](https://togithub.com/tanstack/solid-virtual)[@​3](https://togithub.com/3).5.0 - [@​tanstack/svelte-virtual](https://togithub.com/tanstack/svelte-virtual)[@​3](https://togithub.com/3).5.0 - [@​tanstack/vue-virtual](https://togithub.com/tanstack/vue-virtual)[@​3](https://togithub.com/3).5.0 ### [`v3.4.0`](https://togithub.com/TanStack/virtual/releases/tag/v3.4.0) [Compare Source](https://togithub.com/tanstack/virtual/compare/v3.3.0...v3.4.0) Version 3.4.0 - 4/18/2024, 2:55 PM #### Changes ##### Feat - detect scroll was complete with scrollend ([#​707](https://togithub.com/tanstack/virtual/issues/707)) ([`5580232`](https://togithub.com/tanstack/virtual/commit/5580232)) by [@​piecyk](https://togithub.com/piecyk) #### Packages - [@​tanstack/virtual-core](https://togithub.com/tanstack/virtual-core)[@​3](https://togithub.com/3).4.0 - [@​tanstack/react-virtual](https://togithub.com/tanstack/react-virtual)[@​3](https://togithub.com/3).4.0 - [@​tanstack/solid-virtual](https://togithub.com/tanstack/solid-virtual)[@​3](https://togithub.com/3).4.0 - [@​tanstack/svelte-virtual](https://togithub.com/tanstack/svelte-virtual)[@​3](https://togithub.com/3).4.0 - [@​tanstack/vue-virtual](https://togithub.com/tanstack/vue-virtual)[@​3](https://togithub.com/3).4.0
ueberdosis/tiptap (@​tiptap/core) ### [`v2.3.1`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/core/CHANGELOG.md#231-2024-04-30) [Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) **Note:** Version bump only for package [@​tiptap/core](https://togithub.com/tiptap/core)
ueberdosis/tiptap (@​tiptap/extension-bold) ### [`v2.3.1`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/extension-bold/CHANGELOG.md#231-2024-04-30) [Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) **Note:** Version bump only for package [@​tiptap/extension-bold](https://togithub.com/tiptap/extension-bold)
ueberdosis/tiptap (@​tiptap/extension-bullet-list) ### [`v2.3.1`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/extension-bullet-list/CHANGELOG.md#231-2024-04-30) [Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) **Note:** Version bump only for package [@​tiptap/extension-bullet-list](https://togithub.com/tiptap/extension-bullet-list)
ueberdosis/tiptap (@​tiptap/extension-document) ### [`v2.3.1`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/extension-document/CHANGELOG.md#231-2024-04-30) [Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) **Note:** Version bump only for package [@​tiptap/extension-document](https://togithub.com/tiptap/extension-document)
ueberdosis/tiptap (@​tiptap/extension-hard-break) ### [`v2.3.1`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/extension-hard-break/CHANGELOG.md#231-2024-04-30) [Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) **Note:** Version bump only for package [@​tiptap/extension-hard-break](https://togithub.com/tiptap/extension-hard-break)
ueberdosis/tiptap (@​tiptap/extension-history) ### [`v2.3.1`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/extension-history/CHANGELOG.md#231-2024-04-30) [Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) **Note:** Version bump only for package [@​tiptap/extension-history](https://togithub.com/tiptap/extension-history)
ueberdosis/tiptap (@​tiptap/extension-italic) ### [`v2.3.1`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/extension-italic/CHANGELOG.md#231-2024-04-30) [Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) **Note:** Version bump only for package [@​tiptap/extension-italic](https://togithub.com/tiptap/extension-italic)
ueberdosis/tiptap (@​tiptap/extension-link) ### [`v2.3.1`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/extension-link/CHANGELOG.md#231-2024-04-30) [Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) **Note:** Version bump only for package [@​tiptap/extension-link](https://togithub.com/tiptap/extension-link)
ueberdosis/tiptap (@​tiptap/extension-list-item) ### [`v2.3.1`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/extension-list-item/CHANGELOG.md#231-2024-04-30) [Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) **Note:** Version bump only for package [@​tiptap/extension-list-item](https://togithub.com/tiptap/extension-list-item)
ueberdosis/tiptap (@​tiptap/extension-mention) ### [`v2.3.1`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/extension-mention/CHANGELOG.md#231-2024-04-30) [Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) **Note:** Version bump only for package [@​tiptap/extension-mention](https://togithub.com/tiptap/extension-mention)
ueberdosis/tiptap (@​tiptap/extension-ordered-list) ### [`v2.3.1`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/extension-ordered-list/CHANGELOG.md#231-2024-04-30) [Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) **Note:** Version bump only for package [@​tiptap/extension-ordered-list](https://togithub.com/tiptap/extension-ordered-list)
ueberdosis/tiptap (@​tiptap/extension-paragraph) ### [`v2.3.1`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/extension-paragraph/CHANGELOG.md#231-2024-04-30) [Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) **Note:** Version bump only for package [@​tiptap/extension-paragraph](https://togithub.com/tiptap/extension-paragraph)
ueberdosis/tiptap (@​tiptap/extension-placeholder) ### [`v2.3.1`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/extension-placeholder/CHANGELOG.md#231-2024-04-30) [Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) **Note:** Version bump only for package [@​tiptap/extension-placeholder](https://togithub.com/tiptap/extension-placeholder)
ueberdosis/tiptap (@​tiptap/extension-text) ### [`v2.3.1`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/extension-text/CHANGELOG.md#231-2024-04-30) [Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) **Note:** Version bump only for package [@​tiptap/extension-text](https://togithub.com/tiptap/extension-text)
microsoft/beachball (beachball) ### [`v2.43.1`](https://togithub.com/microsoft/beachball/blob/HEAD/CHANGELOG.md#2431) [Compare Source](https://togithub.com/microsoft/beachball/compare/1627341350144f63a3adb1c9afff396ca35f0bcb...349712ee2f15a27342de2f856a3f835b4fdb2ddf) Wed, 24 Apr 2024 01:43:00 GMT ##### Patches - Use shell: true and explicit cwd for all package manager commands (elcraig@microsoft.com) - Set shell: true when spawning npm commands. This is required for Windows after a [Node security fix](https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2). (elcraig@microsoft.com)
rollup/rollup (rollup) ### [`v4.17.2`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4172) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.17.1...v4.17.2) *2024-04-30* ##### Bug Fixes - Fix tree-shaking problems when using spread arguments ([#​5503](https://togithub.com/rollup/rollup/issues/5503)) ##### Pull Requests - [#​5501](https://togithub.com/rollup/rollup/pull/5501): Slightly improve perf report ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5503](https://togithub.com/rollup/rollup/pull/5503): fix: rest element should deoptimize parameter values ([@​liuly0322](https://togithub.com/liuly0322)) ### [`v4.17.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4171) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.17.0...v4.17.1) *2024-04-29* ##### Bug Fixes - Prevent infinite recursions for certain constructor invocations ([#​5500](https://togithub.com/rollup/rollup/issues/5500)) ##### Pull Requests - [#​5500](https://togithub.com/rollup/rollup/pull/5500): fix: parameter variable infinite recursion error ([@​liuly0322](https://togithub.com/liuly0322)) ### [`v4.17.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4170) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.16.4...v4.17.0) *2024-04-27* ##### Features - Track function call arguments to optimize functions only called once or with the same literal values (re-release from 4.16.0) ([#​5483](https://togithub.com/rollup/rollup/issues/5483)) ##### Bug Fixes - Reduce browser WASM size to a fraction by changing optimization settings ([#​5494](https://togithub.com/rollup/rollup/issues/5494)) ##### Pull Requests - [#​5483](https://togithub.com/rollup/rollup/pull/5483): feature(fix): function parameter tracking ([@​liuly0322](https://togithub.com/liuly0322)) - [#​5488](https://togithub.com/rollup/rollup/pull/5488): Report performance in CI ([@​TrickyPi](https://togithub.com/TrickyPi)) - [#​5489](https://togithub.com/rollup/rollup/pull/5489): Create FUNDING.json ([@​BenJam](https://togithub.com/BenJam)) - [#​5492](https://togithub.com/rollup/rollup/pull/5492): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5493](https://togithub.com/rollup/rollup/pull/5493): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5494](https://togithub.com/rollup/rollup/pull/5494): Use opt-level=z for browser wasm ([@​sapphi-red](https://togithub.com/sapphi-red)) ### [`v4.16.4`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4164) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.16.3...v4.16.4) *2024-04-23* ##### Bug Fixes - Revert function parameter tracking logic introduced in 4.16.0 to work on some remaining issues ([#​5487](https://togithub.com/rollup/rollup/issues/5487)) ##### Pull Requests - [#​5487](https://togithub.com/rollup/rollup/pull/5487): Revert function parameter tracking logic for now ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v4.16.3`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4163) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.16.2...v4.16.3) *2024-04-23* ##### Bug Fixes - Do not optimize IIFEs that have a name and are again referenced inside their definition ([#​5486](https://togithub.com/rollup/rollup/issues/5486)) ##### Pull Requests - [#​5486](https://togithub.com/rollup/rollup/pull/5486): fix: only optimize annoymous iife ([@​liuly0322](https://togithub.com/liuly0322)) ### [`v4.16.2`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4162) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.16.1...v4.16.2) *2024-04-22* ##### Bug Fixes - Resolve a situation condition where reassignments of function parameters were not tracked properly ([#​5482](https://togithub.com/rollup/rollup/issues/5482)) - Make sure that for armv7 packages, only one package is downloaded for the user (musl or gnu) ([#​5479](https://togithub.com/rollup/rollup/issues/5479)) ##### Pull Requests - [#​5479](https://togithub.com/rollup/rollup/pull/5479): Add libc field to armv7 packages ([@​sapphi-red](https://togithub.com/sapphi-red)) - [#​5482](https://togithub.com/rollup/rollup/pull/5482): fix: function parameter reassigned update ([@​liuly0322](https://togithub.com/liuly0322)) ### [`v4.16.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4161) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.16.0...v4.16.1) *2024-04-21* ##### Bug Fixes - Fix crash when rendering logical or conditional expressions ([#​5481](https://togithub.com/rollup/rollup/issues/5481)) ##### Pull Requests - [#​5481](https://togithub.com/rollup/rollup/pull/5481): fix: conditional/logical expression should request a new tree-shaking ([@​liuly0322](https://togithub.com/liuly0322)) ### [`v4.16.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4160) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.15.0...v4.16.0) *2024-04-21* ##### Features - Track function call arguments to optimize functions only called once or with the same literal values ([#​5443](https://togithub.com/rollup/rollup/issues/5443)) ##### Pull Requests - [#​5443](https://togithub.com/rollup/rollup/pull/5443): feat: improve tree-shaking by propagate const parameter ([@​liuly0322](https://togithub.com/liuly0322), [@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v4.15.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4150) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.14.3...v4.15.0) *2024-04-20* ##### Features - Add output.importAttributesKey option to select whether to use "with" or "assert" for import attributes ([#​5474](https://togithub.com/rollup/rollup/issues/5474)) ##### Pull Requests - [#​5474](https://togithub.com/rollup/rollup/pull/5474): Add ImportAttributesKey to choose keyword ("with" | "assert") ([@​doubleaa93](https://togithub.com/doubleaa93), [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5475](https://togithub.com/rollup/rollup/pull/5475): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5477](https://togithub.com/rollup/rollup/pull/5477): Try to run emulated smoke tests for Linux environments ([@​lukastaegert](https://togithub.com/lukastaegert))
vitejs/vite (vite) ### [`v5.2.10`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small5210-2024-04-20-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.2.9...v5.2.10) - revert: perf: use workspace root for fs cache ([#​15712](https://togithub.com/vitejs/vite/issues/15712)) ([#​16476](https://togithub.com/vitejs/vite/issues/16476)) ([77e7359](https://togithub.com/vitejs/vite/commit/77e7359)), closes [#​15712](https://togithub.com/vitejs/vite/issues/15712) [#​16476](https://togithub.com/vitejs/vite/issues/16476) - fix: add base to virtual html ([#​16442](https://togithub.com/vitejs/vite/issues/16442)) ([721f94d](https://togithub.com/vitejs/vite/commit/721f94d)), closes [#​16442](https://togithub.com/vitejs/vite/issues/16442) - fix: adjust esm syntax judgment logic ([#​16436](https://togithub.com/vitejs/vite/issues/16436)) ([af72eab](https://togithub.com/vitejs/vite/commit/af72eab)), closes [#​16436](https://togithub.com/vitejs/vite/issues/16436) - fix: don't add outDirs to watch.ignored if emptyOutDir is false ([#​16453](https://togithub.com/vitejs/vite/issues/16453)) ([6a127d6](https://togithub.com/vitejs/vite/commit/6a127d6)), closes [#​16453](https://togithub.com/vitejs/vite/issues/16453) - fix(cspNonce): don't overwrite existing nonce values ([#​16415](https://togithub.com/vitejs/vite/issues/16415)) ([b872635](https://togithub.com/vitejs/vite/commit/b872635)), closes [#​16415](https://togithub.com/vitejs/vite/issues/16415) - feat: show warning if root is in build.outDir ([#​16454](https://togithub.com/vitejs/vite/issues/16454)) ([11444dc](https://togithub.com/vitejs/vite/commit/11444dc)), closes [#​16454](https://togithub.com/vitejs/vite/issues/16454) - feat: write cspNonce to style tags ([#​16419](https://togithub.com/vitejs/vite/issues/16419)) ([8e54bbd](https://togithub.com/vitejs/vite/commit/8e54bbd)), closes [#​16419](https://togithub.com/vitejs/vite/issues/16419) - chore(deps): update dependency eslint-plugin-n to v17 ([#​16381](https://togithub.com/vitejs/vite/issues/16381)) ([6cccef7](https://togithub.com/vitejs/vite/commit/6cccef7)), closes [#​16381](https://togithub.com/vitejs/vite/issues/16381) ### [`v5.2.9`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small529-2024-04-15-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.2.8...v5.2.9) - fix: `fsp.rm` removing files does not take effect ([#​16032](https://togithub.com/vitejs/vite/issues/16032)) ([b05c405](https://togithub.com/vitejs/vite/commit/b05c405)), closes [#​16032](https://togithub.com/vitejs/vite/issues/16032) - fix: fix accumulated stacks in error overlay ([#​16393](https://togithub.com/vitejs/vite/issues/16393)) ([102c2fd](https://togithub.com/vitejs/vite/commit/102c2fd)), closes [#​16393](https://togithub.com/vitejs/vite/issues/16393) - fix(deps): update all non-major dependencies ([#​16376](https://togithub.com/vitejs/vite/issues/16376)) ([58a2938](https://togithub.com/vitejs/vite/commit/58a2938)), closes [#​16376](https://togithub.com/vitejs/vite/issues/16376) - chore: update region comment ([#​16380](https://togithub.com/vitejs/vite/issues/16380)) ([77562c3](https://togithub.com/vitejs/vite/commit/77562c3)), closes [#​16380](https://togithub.com/vitejs/vite/issues/16380) - perf: reduce size of injected \__vite\_\_mapDeps code ([#​16184](https://togithub.com/vitejs/vite/issues/16184)) ([c0ec6be](https://togithub.com/vitejs/vite/commit/c0ec6be)), closes [#​16184](https://togithub.com/vitejs/vite/issues/16184) - perf(css): only replace empty chunk if imported ([#​16349](https://togithub.com/vitejs/vite/issues/16349)) ([e2658ad](https://togithub.com/vitejs/vite/commit/e2658ad)), closes [#​16349](https://togithub.com/vitejs/vite/issues/16349)

Configuration

📅 Schedule: Branch creation - "monthly" (UTC), 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 if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

rajsite commented 2 months ago

Didn't realize it's that time again. Changes are required as shown in https://github.com/ni/nimble/pull/2049 But waiting on the story book package refactor in https://github.com/ni/nimble/pull/2044

Guess I can't close it because it's immortal, should disable that, moving to draft for now

rajsite commented 2 months ago

Gonna try and close again based on https://github.com/renovatebot/renovate/issues/17985#issuecomment-1470277857