-
Notifications
You must be signed in to change notification settings - Fork 34
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
fix(deps): update all dependencies j:kit-282 #3522
Conversation
c5c8d5a
to
fc5c9d3
Compare
fc5c9d3
to
3cf9bac
Compare
The node 20.11.0 upgrade appears to be breaking the docs build, probably because of the following change: nodejs/node#50341 |
validate by downgrading to 20.10.0 in this PR, if it passes, add a renovate rule in renovate.json to lock it out, tho we'll need to analyze our npm supply-chain to find out where the faulty duplexify is coming from, and kicking it outta here. |
@louis-bompart : validated, it works on node 20.10 and doesn't in 20.11 as shown in the captures above, I think I found the culprit, though so I'll see if I can fix this. |
@louis-bompart , confirmed it works if I get rid the stream padding According to #2732, this was for logging purposes. Do you have any strong objection to removing it? |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
The report bundle size action is failing because it's running the master build on node 20.11. We could make it pass by first opening / merging a PR that removes the problematic stream padding, and then rebasing the renovate/all, but doing so seems superfluous to me. Since all tests are passing and we understand why the report bundle size one is failing, I'm confident that we can merge even though this action is failing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
This PR contains the following updates:
7.23.7
->7.23.8
7.23.7
->7.23.8
2.4.10
->2.4.11
5.2.2
->5.3.0
7.2.2
->7.3.0
6.0.2
->6.0.3
14.46.1
->14.47.1
11.1.5
->11.1.6
2.22.7
->2.23.20
3.1.0
->3.1.1
20.10.7
->20.11.2
20.10.7
->20.11.2
6.18.0
->6.19.0
6.18.0
->6.19.0
704facf
->e12d46a
2.1531.0
->2.1536.0
6.8.1
->6.9.0
27.6.1
->27.6.3
2.0.2
->2.0.3
3.1.0
->3.1.1
20.10.0
->20.11.0
3.1.1
->3.2.2
7.6.7
->7.6.8
3.3.3
->3.3.4
3.4.5
->3.4.14
0.14.2
->0.14.3
Release Notes
babel/babel (@babel/preset-env)
v7.23.8
Compare Source
🐛 Bug Fix
babel-preset-env
preset-env
throws exception forexport * as x
(@liuxingbaoyu)babel-helpers
,babel-plugin-proposal-decorators
getter/setter
toctx.access
for public fields (@liuxingbaoyu)↩️ Revert
🔬 Output optimization
babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-function-name
,babel-plugin-transform-parameters
,babel-plugin-transform-react-jsx
,babel-plugin-transform-runtime
,babel-plugin-transform-spread
,babel-plugin-transform-typescript
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
super()
(@liuxingbaoyu)coveo/semantic-monorepo-tools (@coveo/semantic-monorepo-tools)
v2.4.11
Compare Source
salesforce/lwc (@lwc/compiler)
v5.3.0
Compare Source
What's Changed
lwc:preserve-comments
is disabled by @jmsjtu in https://github.com/salesforce/lwc/pull/3934Full Changelog: salesforce/lwc@v5.2.2...v5.3.0
npm/cli (@npmcli/arborist)
v7.3.0
Features
6673c77
#6914 add--libc
option to override platform specific install (#6914) (@wraithgar, @Brooooooklyn)octokit/auth-app.js (@octokit/auth-app)
v6.0.3
Compare Source
Bug Fixes
octokit/graphql-schema (@octokit/graphql-schema)
v14.47.1
Compare Source
Bug Fixes
v14.47.0
Compare Source
Features
{Organization,RepositoryOwner,Topic}#repositories(visibility)
,Repository#forks({visibility})
,OrganizationInvitation#inviterActor
,Ref#rules
, comment updates (#879) (d9454b7)rollup/plugins (@rollup/plugin-typescript)
v11.1.6
2024-01-09
Bugfixes
salesforcecli/cli (@salesforce/cli)
v2.23.20
Compare Source
!! Release as nightly !!
v2.23.19
Compare Source
!! Release as nightly !!
v2.23.18
Compare Source
!! Release as nightly !!
v2.23.17
Compare Source
!! Release as nightly !!
v2.23.16
Compare Source
!! Release as nightly !!
v2.23.15
Compare Source
!! Release as nightly !!
v2.23.14
Compare Source
!! Release as nightly !!
v2.23.13
Compare Source
!! Release as nightly !!
v2.23.12
Compare Source
!! Release as nightly !!
v2.23.11
Compare Source
!! Release as nightly !!
v2.23.10
Compare Source
!! Release as nightly !!
v2.23.9
Compare Source
!! Release as nightly !!
v2.23.8
Compare Source
!! Release as nightly !!
v2.23.7
Compare Source
!! Release as nightly !!
v2.23.6
Compare Source
!! Release as nightly !!
v2.23.5
Compare Source
!! Release as nightly !!
v2.23.4
Compare Source
!! Release as nightly !!
v2.23.3
Compare Source
!! Release as nightly !!
v2.23.2
Compare Source
!! Release as nightly !!
v2.23.1
Compare Source
!! Release as nightly !!
v2.23.0
Compare Source
!! Release as nightly !!
salesforce/sfdx-lwc-jest (@salesforce/sfdx-lwc-jest)
v3.1.1
Compare Source
What's Changed
Full Changelog: salesforce/sfdx-lwc-jest@v3.1.0...v3.1.1
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.19.0
Compare Source
🚀 Features
eslint-plugin: [prefer-promise-reject-errors] add rule
eslint-plugin: [no-array-delete] add new rule
eslint-plugin: [no-useless-template-literals] add fix suggestions
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression
eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.18.1
Compare Source
🩹 Fixes
eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line
eslint-plugin: [no-unnecessary-condition] improve checking optional callee
eslint-plugin: [prefer-readonly] support modifiers of unions and intersections
eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.19.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.18.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
aws/aws-sdk-js (aws-sdk)
v2.1536.0
Compare Source
v2.1535.0
Compare Source
v2.1534.0
Compare Source
v2.1533.0
Compare Source
v2.1532.0
Compare Source
webpack-contrib/css-loader (css-loader)
v6.9.0
Compare Source
Features
Bug Fixes
6.8.1 (2023-05-28)
Bug Fixes
cause
for original errors and warnings (#1526) (ae3d8ae)jest-community/eslint-plugin-jest (eslint-plugin-jest)
v27.6.3
Compare Source
Bug Fixes
v27.6.2
Compare Source
Reverts
tsconfig.json
(#1476)" (5e6199d), closes #1476runem/lit-analyzer (lit-analyzer)
v2.0.3
Compare Source
lit/lit (lit-html)
v3.1.1
Compare Source
Patch Changes
1af7991c
- asyncReplace correctly re-renders when value is unchanged (#4408)nodejs/node (node)
v20.11.0
Compare Source
prettier/prettier (prettier)
v3.2.2
Compare Source
diff
Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#15896 by @eelco)
For example this code would crash before:
Fix formatting error on optional call expression and member chain (#15920 by @sosukesuzuki)
v3.2.1
Compare Source
diff
Fix formatting error on member chain (#15915 by @sosukesuzuki)
v3.2.0
Compare Source
diff
🔗 Release Notes
storybookjs/storybook (storybook)
v7.6.8
Compare Source
webpack-contrib/style-loader (style-loader)
v3.3.4
Compare Source
3.3.4 (2024-01-09)
Bug Fixes
vuejs/core (vue)
v3.4.14
Compare Source
Bug Fixes
v3.4.13
Compare Source
Bug Fixes
v3.4.12
Compare Source
Reverts
v3.4.11
Compare Source
Bug Fixes
v3.4.10
Compare Source
Bug Fixes
v3.4.9
Compare Source
Bug Fixes
v3.4.8
Compare Source
Bug Fixes
v3.4.7
Compare Source
Bug Fixes
<template>
tags (#10034) (923d560)h
(#9991) (438a74a)Reverts
v3.4.6
Compare Source
Bug Fixes
null
type for textarea value (#9997) (c379bc2), closes #9904v3.4.5
Compare Source
Bug Fixes
v3.4.4
Compare Source
Bug Fixes
watchEffect
(#9948) (f300a40)Performance Improvements
v3.4.3
Compare Source
Bug Fixes
v3.4.2
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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.