algoliasearch-netlify
algoliasearch-netlify copied to clipboard
chore(deps): update dependency preact to v10.26.9
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| preact (source) | 10.7.1 -> 10.26.9 |
Release Notes
preactjs/preact (preact)
v10.26.9
Fixes
- Export
test-utilsfrom compat by @rawrmonstar in https://github.com/preactjs/preact/pull/4783 - Escape
styleobject value inprecompiletransform by @marvinhagemeister in https://github.com/preactjs/preact/pull/4795 - Fix signal attribute values not working with
precompiletransform by @marvinhagemeister in https://github.com/preactjs/preact/pull/4798
Maintenance
- Bump
browserslistby @rschristian in https://github.com/preactjs/preact/pull/4785 - Avoid caching so file-saves work first try by @JoviDeCroock in https://github.com/preactjs/preact/pull/4786
- Make previous benchmark results not required by @marvinhagemeister in https://github.com/preactjs/preact/pull/4796
- Point release workflow to 10.x by @marvinhagemeister in https://github.com/preactjs/preact/pull/4797
v10.26.8
Fixes
- Fix defaultProps applying on null values (#4775, thanks @JoviDeCroock)
v10.26.7
Types
- Add
nameto<details>(#4766, thanks @marvinhagemeister)
Improvements
- Reduce raf timeout to 35ms (#4750, thanks @JoviDeCroock)
- Only one toLowerCase invoke during props diffing (#4764, thanks @JoviDeCroock)
- Golf some portal bytes (#4763, thanks @JoviDeCroock)
Maintenance
- Add node prefix + script string args for deno compatability in demo (#4759, thanks @marvinhagemeister)
v10.26.6
Fixes
- Ensure useId works in portals (#4752, thanks @JoviDeCroock)
Types
- Change
HTMLMediaElement.controlsListtype to string (DOMTokenList) (#4744, thanks @piotr-cz)
Maintenance
- Switch testing from karma to vitest (#4687, thanks @JoviDeCroock)
- Dedupe preact in vitest setup (#4702, thanks @sheremet-va)
v10.26.5
Types
- Return 'AllHTMLAttributes' to manually including all attrs (#4728, thanks @rschristian)
- Correct
hydrateRootreturn type (#4735, thanks @plesiecki) - Update CommandEventHandler type to use EventHandler (#4740, thanks @robertknight)
Fixes
- Avoid cloning reused nodes (#4733, thanks @JoviDeCroock)
- Bring back strict-equality bailout for children even w/ context updates (#4724, thanks @rschristian)
- Effect in memoed boundary should be re-executed when the lazy boundary resolves (#4711, thanks @CaptainWang98)
Maintenance
- Add case for context w/ strictly-equal children (#4725, thanks @rschristian)
- Golf down unnecessary strict equality checks (#4723, thanks @rschristian)
v10.26.4
Fixes
- Address context fragments issue (#4717, thanks @JoviDeCroock)
v10.26.3
Fixes
- Keyed nullish placeholders cause re-mounts (#4700, thanks @JoviDeCroock)
Types
- Add command invoker types (#4692, thanks @lukewarlow)
- Flesh out HTMLMediaElement types (#4705, thanks @rschristian)
- Add
onBeforeToggleevent handler type (#4694, thanks @lukewarlow) - Add dialog
closedbytypes (#4693, thanks @lukewarlow) - Add
fetchPrioritytoimg(#4713, thanks @JoviDeCroock) - Refactor
AllHTMLAttributesinterface (#4706, thanks @rschristian)
Maintenance
- Remove console log in debug package (#4709, thanks @rschristian)
- Remove unused deps (#4707, thanks @JoviDeCroock)
- Fix mocha in Node v22+ (#4701, thanks @rschristian)
- Fix TS lang server support in our
.d.tsfiles (#4698, thanks @rschristian)
v10.26.2
This is a hotfix release! If you are encountering bundling issues with regards to unallowed import syntax, this will fix it!
Fixes
- Remove pkg type (#4689, thanks @rschristian)
Maintenance
- Skip benches during release workflows (#4686, thanks @rschristian)
v10.26.1
Fixes
- Fixes memory leak when wrapping Fragment is captured by an effect closure (#4680, thanks @JoviDeCroock)
Optimization
- Created NULL constant (#4682, thanks @Ben-Brady)
Maintenance
- Simplify compat build script (#4677, thanks @rschristian)
- Add renderToReadableStream export (#4678, thanks @JoviDeCroock)
- Fix mocha in Node v22+ (#4629, thanks @rschristian)
v10.26.0
Features
- Support the template tag (#4639, thanks @JoviDeCroock)
- Allow for Context as JSX (#4618, thanks @JoviDeCroock)
Fixes
- Typo in
_hasScuFromHooksmangle (#4645, thanks @rschristian) - Switch _contextRef and _id (#4632, thanks @JoviDeCroock)
- Add hasScuFromHooks to mangle (#4627, thanks @JoviDeCroock)
- Ref unmount imperative handle (#4625, thanks @JoviDeCroock)
Types
- Correct
HTMLPropsto extend all known props (#4651, thanks @rschristian) - Fix
ComponentPropstype (#4634, thanks @rschristian) - Remove
genericaria role from types (#4610, thanks @rschristian) - Add
FowardRefRenderFunctiontype to compat (#4675, thanks @rschristian) - Expose EventHandler from compat (#4674, thanks @rschristian)
- Expose AriaAttributes from compat (#4673, thanks @rschristian)
- Add auxClick event types (#4672, thanks @rschristian)
Maintenance
- Silence Karma warning over node:stream from RTS (#4660, thanks @rschristian)
- Fix path filter in reporter workflow (#4654, thanks @rschristian)
- Fix path filter in PR Reporter action (#4644, thanks @rschristian)
- Run PR Reporter even against PRs from forks (#4643, thanks @rschristian)
- Update http:// links to https:// (#4638, thanks @jviide)
- Refactor component.js process() (#4637, thanks @jviide)
v10.25.4
Types
- Incorrect onToggle event type (#4615, thanks @rschristian)
Fixes
- Support multiple synchronous timings for act (#4619, thanks @rock-57blocks)
v10.25.3
Fixes
- Wrap hydration debug message node types in quotes (#4609, thanks @rschristian)
- Revert "Improve performance and reduce memory allocation" (#4611, thanks @JoviDeCroock)
Types
- Add default event target types for HTML attribute interfaces (#4606, thanks @rschristian)
v10.25.2
Notable
Revert unkeyed no-search (#4604, thanks @JoviDeCroock)
We noticed that there's a few unpleasant scenario's that could form from this change, we wanted to be on the safe side here and revert this for the time being. if you run into issues with swapping components placement wise in a list use the key property.
Fixes
Types
Performance
- Use == where possible and precompute .length (#4599, thanks @JoviDeCroock)
- Check preallocate new children array perf (#4595, thanks @JoviDeCroock)
Maintenance
- Replace npm-run-all and lint-staged (#4600, thanks @JoviDeCroock)
- Remove benches folder (#4592, thanks @JoviDeCroock)
- Dependency maintenance (#4594, thanks @JoviDeCroock)
v10.25.1
Fixes
- Revert handle event (#4584, thanks @JoviDeCroock) we had to revert this due to an inherent type incompatibility, apologies for missing this!
- Fix portal children ordering (#4573, thanks @JoviDeCroock)
- Handle errors during hydration (#4563, thanks @JoviDeCroock)
Types
- Ensure resolution of core types goes through typesVersions resolution (#4576, thanks @rschristian)
- Correct
defaultValueproperty types for inputs, selects, & textareas (#4585, thanks @rschristian) - Add missing SVG
typeattribute (#4582, thanks @rschristian) createElement&htypes (#4578, thanks @rschristian)href&hreflangattribute types (#4575, thanks @rschristian)- Mark
datetimeon<del>as optional (#4570, thanks @marvinhagemeister) maxandminproperties on input element types (#4568, thanks @rschristian)- Add missing
ElementReftype to compat (#4557, thanks @rschristian)
Maintenance
- Correct some internal test types (#4588, thanks @rschristian)
- Reduce byte-size by reducing bit-flag size (#4586, thanks @JoviDeCroock)
- Remove
declare globalfrom internal types (#4583, thanks @rschristian) - Move some frequently used things to constants (#4579, thanks @JoviDeCroock)
- Remove _nextDom usage (#4553, thanks @JoviDeCroock)
v10.25.0
Features
Move per-element type interfaces into core and more strictly type IntrinsicElements (#4546, thanks @rschristian)
This adds per-element typings for every DOM-node type, this means that our types might become slightly stricter when you are using DOM attributes/properties where they are not allowed, an example of this might be <div src="x" />.
If you notice any issues when upgrading tell us about them, we can evaluate whether we have missed a case.
Recreate unkeyed functional components when they change position. (#4550, thanks @JoviDeCroock)
This is a long time bugfix, when we have elements that look like
return (
{condition ? <Element /> : null}
{condition ? null : <Element />
)
We would reuse the state of the first VNode to render the second one when the condition switches. When you are using key, this issue was not present.
Support { handleEvent() {} } object interface as a listener (#4538, thanks @lilnasy)
We've added support for attaching object/class event-handlers
let handler = {
onclick,
handleEvent() {
this.onclick()
}
}
<div onClick={handler} />
Fixes
- Ensure state updates work in signals (#4560, thanks @JoviDeCroock)
- Ensure SVGAttributes includes height & width (#4556, thanks @rschristian)
- Fork types for TS 5.1 and beyond (#4548, thanks @JoviDeCroock)
- Re-add missing properties & property casings (#4554, thanks @rschristian)
- Ensure we unwrap custom .then() (#4547, thanks @JoviDeCroock)
- Fix error message when nesting invalid elements within <p> tags (#4534, thanks @jubalm)
Maintenance
- Try constant for undefined (#4552, thanks @JoviDeCroock)
- Fix demo (#4551, thanks @JoviDeCroock)
- Use
Signalishhelper to reduce verbosity (#4545, thanks @rschristian) - Re-export ErrorInfo type (#4541, thanks @jose-torres-marin)
- Skip PR reporter action on non-pull request triggers (#4536, thanks @rschristian)
- upgrade biome to 1.9.4 (#4535, thanks @unvalley)
- oxlint violation of
react/iframe-missing-sandbox(#4533, thanks @DonIsaac)
v10.24.3
Fixes
- We should not always set to hydration when suspending (#4529, thanks @JoviDeCroock)
- refactor: Warn on NaN in dep arrays instead of throwing (#4527, thanks @rschristian)
Performance
- Context consumer unmounting perf (#4526, thanks @JoviDeCroock)
Maintenance
- ci: Fix PR reporter (#4531, thanks @rschristian)
- ci: Remove saucelabs (#4530, thanks @rschristian)
- ci: Ensure paths-filter action works on push events (#4528, thanks @rschristian)
- ci: Unify workflows into singular pipeline (#4520, thanks @rschristian)
v10.24.2
Performance
- Improve performance and reduce memory allocation (#4521, thanks @JoviDeCroock)
Types
- Re-export types for events and event handlers (#4512, thanks @jose-torres-marin)
Maintenance
- Merge upload actions to fix usage in v4 (#4515, thanks @rschristian)
- Update Tachometer reporter glob to support subdirs (#4519, thanks @rschristian)
- Fix download artifact regexp (#4517, thanks @rschristian)
- Switch to regexp for download-artifact action (#4516, thanks @rschristian)
- Bump upload/download-artifact action versions (#4511, thanks @rschristian)
v10.24.1
Fixes
- Prevent debug crash when analyzing hydration mismatches (#4507, thanks @JoviDeCroock)
Types
- Correct some missing & incorrect SVG types (#4505, thanks @rschristian)
- Remove incorrect
spellChecktype (#4497, thanks @rschristian) - React props with children didn't allow for multiple children (#4493, thanks @hesxenon)
Maintenance
v10.24.0
Features
- Warn our user for hydration mismatches (#4490, thanks @JoviDeCroock)
Fixes
- Avoid setting value for progress with nullish value (#4492, thanks @JoviDeCroock)
- Fix skewedIndex becoming outrageously big and document tradeoffs of our decisions (#4483, thanks @JoviDeCroock)
Types
AnyComponenttype to support classes (#4479, thanks @rschristian)
Maintenance
- Fix typo in comment (#4494, thanks @rburgst)
- Update fake compat version (#4488, thanks @rschristian)
- Remove impossible branch (#4491, thanks @JoviDeCroock)
- Golf down diffChildren (#4485, thanks @JoviDeCroock)
- Get rid of eager unmounting (#4484, thanks @JoviDeCroock)
v10.23.2
Fixes
- Fix shifting VNode children to the front (#4472, thanks @JoviDeCroock)
Types
- Add TypeScript support for Container.contains (#4471, thanks @sjoerdmulder)
- Add AriaRole types export (#4466, thanks @kuronijin)
Maintenance
- Bump to oxlint v0.7.0 (#4469, thanks @Boshen)
- General performance improvements for folks using compat (#4459, thanks @JoviDeCroock)
- Prepare for no-unused-vars (#4462, thanks @DonIsaac)
v10.23.1
Fixes
- Fix debug-issue in testing libraries where there might not be a DOM node (#4454, thanks @JoviDeCroock)
v10.23.0
Features
- Support ref cleanup functions (#4436, thanks @marvinhagemeister)
This adds support for returning a function in functional refs, example
<input
ref={(ref) => {
// Assign ref, do something with it
return () => {
// ref cleanup, when the element unmounts
// we run the cleanup
};
}}
/>
Fixes
- Child-diffing should shift keyed fragmented lists (#4448, thanks @JoviDeCroock)
- Invalid DOM check not firing when p/a/button have a parent (#4449, thanks @JoviDeCroock)
- Support comments for streaming renders (#4446, thanks @JoviDeCroock)
- Import renderToPipeableStream in server.mjs for re-exporting (#4440, thanks @3846masa)
Types
- Add missing types ElementType and ComponentPropsWithoutRef (#4433, thanks @hamza0867)
- Add html attributes types #4099 (#4100, thanks @samsam-ahmadi)
Maintenance
- Dependency maintenance (#4431, thanks @JoviDeCroock)
- Fix coveralls reporting on PRs (#4430, thanks @JoviDeCroock)
v10.22.1
Fixes
- Only check is connected for dom nodes (#4409, thanks @JoviDeCroock)
- Prevent useMemo from being too lazy with repeated renders (#4426, thanks @JoviDeCroock)
- Replace isConnected with parentDom.contains (#4421, thanks @JoviDeCroock)
- Graciously handle array shuffling (#4413, thanks @JoviDeCroock)
- Support popover boolean attribute (#4393, thanks @JoviDeCroock)
Types
- Improve React compatibility for
Reftype. (#4403, thanks @maxbrieiev) - Expose stream render from
preact-render-to-string(#4395, thanks @Austaras)
Maintenance
- Prefer
globalThisoverwindowif available (#4401, thanks @marvinhagemeister) - Bump lockfile version to v3 (#4398, thanks @rschristian)
Performance
- Improve perf by skipping some lifecycle hooks for perf (#4366, thanks @JoviDeCroock)
- Create hot path for unmounting a tree of context (#4396, thanks @JoviDeCroock)
- Migrate husky v9 (#4390, thanks @castrogarciajs)
- Migrate to oxlint (#4387, thanks @JoviDeCroock)
- Migrate to biome (#4386, thanks @JoviDeCroock)
v10.22.0
Features
- Support MathML namespace (#4364, thanks @rschristian)
Types
- Add popover types (#4378, thanks @rschristian)
Maintenance
- Skip running compressed-size builds twice (#4377, thanks @rschristian)
- Test types and warnings (#4369, thanks @rschristian)
- Bump compressed-size-action (#4368, thanks @rschristian)
Fixes
- Allow the same component to render many times across different phases (#4382, thanks @JoviDeCroock)
- Provide error for illegal nesting of
<button>and<a>(#4376, thanks @rschristian) - Disallow
<tr>as a child of<table>(#4375, thanks @rschristian) - Change syntax in
compat/clientfor IE11 support (#4372, thanks @rschristian)
v10.21.0
Features
- Debug throw on too many rerenders (#4349, thanks @rschristian)
- Add compat/client types (#4345, thanks @rschristian)
Fixes
- Expose hooks through compat's
ReactCurrentDispatcher(#4342, thanks @rschristian) - Respect default value (#4341, thanks @JoviDeCroock)
- Incorrect "missing transform-jsx-source" warning (#4350, thanks @rschristian)
Types
- Support ComponentChild(ren) in compat render/hydrate/createPortal (#4346, thanks @rschristian)
- Import and re-export PreactElement (#3228, thanks @henryqdineen)
Maintenance
- Add zustand and redux-toolkit to the demo. (#3523, thanks @MortezaMirjavadi)
- Optimise jsx runtime (#4337, thanks @JoviDeCroock)
v10.20.2
Fixes
- Check whether
oldDomis present in the DOM (#4318, thanks @JoviDeCroock) - Simplify the logic introduced in #4322 & use eventClock for capture events too (#4324, thanks @jviide)
- Use a virtual clock instead of Date.now() for event dispatch times (#4322, thanks @jviide)
Types
- Add template tag JSX type (#4334, thanks @marvinhagemeister)
Maintenance
- Integrate the new benchmarks repo and update (#4310, thanks @andrewiggins)
- Some byte improvements (#4321, thanks @JoviDeCroock)
v10.20.1
Fixes
- Add special case for focusIn and focusOut (#4316, thanks @JoviDeCroock)
v10.20.0
Features
- Add isMemo to compact to allow compatibility with react-is dependant libraries (#4302, thanks @ziongh)
Fixes
- Fix case where shrinking a list would cause an exception (#4312, thanks @JoviDeCroock)
v10.19.7
Types
- Bring consistency to our focus-event types (#4307, thanks @JoviDeCroock)
- Add onScrollend listener type (#4305, thanks @JoviDeCroock)
- Align state updater type with Raeect (#4306, thanks @JoviDeCroock)
Fixes
- Revert batch commit callbacks from all components in the render queue (#4297, thanks @JoviDeCroock)
v10.19.6
tl;dr: This release contains bug fixes for incorrect ordering of unkeyed children.
Fixes
- Match
nullplaceholders using skewed index (#4290, thanks @andrewiggins) - Fix increment skew when we aren't removing the first pointer (#4284, thanks @JoviDeCroock)
- Fix invalid vnode internal id for text nodes (#4291, thanks @marvinhagemeister)
- Fix unkeyed reconciliation order in certain scenarios (#4287, thanks @marvinhagemeister, thanks @JoviDeCroock)
Full Changelog: https://github.com/preactjs/preact/compare/10.19.5...10.19.6
v10.19.5
Fixes
- Address scenario where we would crash when replacing a matched vnode with null (#4281, thanks @JoviDeCroock)
- Correctly restore _original (#4280, thanks @JoviDeCroock)
- Protect against nullish render (#4278, thanks @JoviDeCroock)
- Support setting translate through direct access (#3800, thanks @JoviDeCroock)
Types
v10.19.4
Fixes
- event-listeners in safari 12.3 fix (#4253, thanks @JoviDeCroock)
- support passing context into pure component (#4269, thanks @JoviDeCroock)
- retain masks across render invocations (#4245, thanks @JoviDeCroock)
- skip comment nodes for placeChild (#4128, thanks @JoviDeCroock)
- ensure we are able to support capture events from compat (#4243, thanks @JoviDeCroock)
- batch commit callbacks from all components in the render queue (#4234, thanks @developit)
Types
- improve preact compat types adding a few missing @types/react used by styled-components (#4271, thanks @jduthon)
- add ComponentType to preact/compat (#4239, thanks @ianobermiller)
- add missing contenteditable "inherit" value (#4242, thanks @marvinhagemeister)
Maintenance
- add some sensible timeouts to actions that call out to external services (#4259, thanks @andrewiggins)
- improve types of hook source (#4229, thanks @andrewiggins)
v10.19.3
Bug Fixes
- Add
MathMLtypes (#4214, thanks @fekete965) - Fix event handler event types for
onInput,onBeforeInputandonSubmit(#4226, #4220, thanks @marvinhagemeister) - Fix invalid vnodes not filtered out in children (#4219 , thanks @billti)
Maintenance
- Remove focus from event capturing tests (#4217, @andrewiggins)
v10.19.2
Fixes
- Call options.vnode on rerender (#4209, thanks @andrewiggins)
Maintenance
- Fix tests in IE11 (#4211, thanks @andrewiggins)
- Add test for removing children of memoed components (#4210, thanks @andrewiggins)
v10.19.1
Fixes
- Missing preact import error when using compat (#4206, thanks @JoviDeCroock)
Types
v10.19.0
Features
- Support precompiled JSX transform (#4177, thanks @marvinhagemeister)
Fixes
- Rework children diffing to run in multiple phases (#4180, thanks @andrewiggins)
Performance
- Inline
diffPropsfunction (#4200, thanks @andrewiggins) - Do typeof string check before looking for String constructor (#4198, thanks @andrewiggins)
- Only run unmounting loop if any children remain to unmount (+2 B) (#4199, thanks @andrewiggins)
- Fix debug throwing in valid nested table (#4193, thanks @marvinhagemeister)
Types
- Compat PureComponent parity with upstream react type definitions (#4056, thanks @Blufords)
v10.18.2
Types
- Update
contentEditableattribute values (#4163, thanks @shoonia) - Add
elementTimingattribute/property (#4165, thanks @shoonia) - Add the
exportpartsglobal attribute (#4164, thanks @shoonia) - Fix vnode type coercion (#4158, thanks @JoviDeCroock)
Fixes
- Fix case where parent catches error and switches vnode return type (#4182, thanks @JoviDeCroock)
- Allow handling errors in getSnapshot of useSyncExternalStore & add more tests (#4175, thanks @andrewiggins)
- Prevent invalid DOM nesting false positives (#4160, thanks @marvinhagemeister)
Improvements
- Improve place child (#4172, thanks @andrewiggins)
- Use copied VNode as newVNode instead of oldVNode when rerendering (#4171, thanks @andrewiggins)
- Manually track children's index & fix parent pointers when rerendering components (#4170, thanks @andrewiggins)
- Always clear
_nextDomfield on VNodes (#4166, thanks @andrewiggins) - Switch
===to==in a few places where not needed (#4157, thanks @rschristian) - Add support for new String() as a child (#4152, thanks @appsforartists)
Maintenance
- Update deopt script to generate log for usage in DeoptExplorer VSCode extension (#4188, thanks @andrewiggins)
- Fix benchmark debug action (#4187, thanks @andrewiggins)
- Add Benchmark Debug workflow (#4185, thanks @andrewiggins)
- Upgrade workflow actions (#4184, thanks @andrewiggins)
- Use import.meta.resolve in benchmark setup (#4179, thanks [@and
Configuration
📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: yarn.lock
/opt/containerbase/tools/corepack/0.28.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22762
throw new Error(
^
Error: Error when performing the request to https://registry.npmjs.org/yarn/latest; for troubleshooting help, see https://github.com/nodejs/corepack#troubleshooting
at fetch (/opt/containerbase/tools/corepack/0.28.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22762:11)
at async fetchAsJson (/opt/containerbase/tools/corepack/0.28.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22776:20)
... 4 lines matching cause stack trace ...
at async Object.runMain (/opt/containerbase/tools/corepack/0.28.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:24232:5) {
[cause]: TypeError: globalThis.fetch is not a function
at fetch (/opt/containerbase/tools/corepack/0.28.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22756:33)
at async fetchAsJson (/opt/containerbase/tools/corepack/0.28.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22776:20)
at async fetchLatestStableVersion (/opt/containerbase/tools/corepack/0.28.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22703:20)
at async fetchLatestStableVersion2 (/opt/containerbase/tools/corepack/0.28.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22826:14)
at async Engine.getDefaultVersion (/opt/containerbase/tools/corepack/0.28.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:23433:23)
at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.28.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:23525:47)
at async Object.runMain (/opt/containerbase/tools/corepack/0.28.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:24232:5)
}
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: yarn.lock
/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22762
throw new Error(
^
Error: Error when performing the request to https://registry.npmjs.org/yarn/latest; for troubleshooting help, see https://github.com/nodejs/corepack#troubleshooting
at fetch (/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22762:11)
at async fetchAsJson (/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22776:20)
... 4 lines matching cause stack trace ...
at async Object.runMain (/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:24235:5) {
[cause]: TypeError: globalThis.fetch is not a function
at fetch (/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22756:33)
at async fetchAsJson (/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22776:20)
at async fetchLatestStableVersion (/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22703:20)
at async fetchLatestStableVersion2 (/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22826:14)
at async Engine.getDefaultVersion (/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:23436:23)
at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:23528:47)
at async Object.runMain (/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:24235:5)
}