⬆️(dependencies) update js dependencies#2567
Merged
Merged
Conversation
7db75eb to
10ce1d3
Compare
lunika
approved these changes
Mar 4, 2024
10ce1d3 to
b295ef1
Compare
Contributor
Author
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. |
c485606 to
802c416
Compare
802c416 to
a4c9e98
Compare
0c27f81 to
82ef57c
Compare
As react type now adds jsx-runtime Fragment, jsx, and jsxs attributes, we don't need to add them manually.
The package web-streams-polyfill has released a new major version and the export are not the same anymore. We have to upgrade the one we use to be comptible with version 4. https://github.com/MattiasBuelens/web-streams-polyfill/blob/master/MIGRATING.md
Member
|
@lunika As react type now adds jsx-runtime Fragment, jsx, and jsxs attributes, we don't need to add them manually. |
lunika
approved these changes
Nov 5, 2024
3c6a336 to
79f3f16
Compare
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
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.
This PR contains the following updates:
7.23.9->7.24.07.23.9->7.24.07.23.9->7.24.06.12.0->6.13.06.24.1->6.25.07.102.1->7.105.07.102.1->7.105.09.0.5->9.0.620.11.20->20.11.243.7.13->3.7.1418.2.58->18.2.616.0.1->6.0.37.3.56->7.3.577.0.2->7.1.07.0.2->7.1.02.1565.0->2.1569.07.33.2->7.34.04.18.2->4.18.32.8.0->2.8.14.0.12->4.0.136.22.1->6.22.23.3.3->4.0.04.5.1->4.5.2Release Notes
babel/babel (@babel/core)
v7.24.0Compare Source
🚀 New Feature
babel-standalone@babel/standalone(@ajihyf)babel-core,babel-helper-create-class-features-plugin,babel-helpers,babel-plugin-transform-class-propertiesnoUninitializedPrivateFieldAccessassumption (@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helpers,babel-plugin-proposal-decorators,babel-plugin-proposal-pipeline-operator,babel-plugin-syntax-decorators,babel-plugin-transform-class-properties,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-preset-flowignoreExtensionsin Flow preset (@nicolo-ribaudo)experimental_useHermesParseroption inpreset-flow(@liuxingbaoyu)babel-helper-import-to-platform-api,babel-plugin-proposal-import-wasm-source,babel-plugin-proposal-json-modules,babel-standalonebabel-plugin-transform-runtimemoduleNameoption to@babel/plugin-transform-runtime(@nicolo-ribaudo)babel-parser,babel-typesTSImportType(@sosukesuzuki)🐛 Bug Fix
babel-plugin-proposal-do-expressions,babel-traversepopContexton unvisited node paths (@JLHwung)babel-helper-create-class-features-plugin,babel-plugin-transform-private-methods,babel-plugin-transform-private-property-in-objectprivateFieldsAsSymbols(@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-plugin-transform-private-methodsargumentsin privateget/setmethod (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helpers,babel-plugin-proposal-decoratorsbabel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsstaticon decorated privateaccessor(@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-async-generator-functions,babel-plugin-transform-private-methods,babel-plugin-transform-private-property-in-object,babel-plugin-transform-typescript,babel-preset-envprivateFieldsAsProperties(@liuxingbaoyu)babel-helpersargumentsin a helper as a global reference (@nicolo-ribaudo)babel-helpers,babel-plugin-proposal-decoratorsaccess.getfor public setter decorators (@nicolo-ribaudo)💅 Polish
babel-core,babel-helper-create-class-features-plugin,babel-preset-envBABEL_SHOW_CONFIG_FORfor config problems (@nicolo-ribaudo)🏠 Internal
babel-helper-transform-fixture-test-runneroutput.jswhenexec.jsthrows (@liuxingbaoyu)🔬 Output optimization
babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-helper-create-class-features-plugin,babel-helpers,babel-plugin-proposal-decorators,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-class-propertiesbabel-helper-create-class-features-plugin,babel-helpers,babel-plugin-transform-private-methodsclassPrivateMethodGet(@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helpers,babel-plugin-proposal-decoratorsbabel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-propertiesbabel-helper-create-class-features-plugin,babel-helper-fixtures,babel-helpers,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-optional-chaining-assign,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-private-methods,babel-plugin-transform-private-property-in-object,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-helpers,babel-plugin-proposal-decoratorscodemirror/autocomplete (@codemirror/autocomplete)
v6.13.0Compare Source
New features
Completions may now provide 'commit characters' that, when typed, commit the completion before inserting the character.
codemirror/view (@codemirror/view)
v6.25.0Compare Source
Bug fixes
Properly recognize Android GBoard enter presses that strip a space at the end of the line as enter.
Fix a bug that caused the gutter to have the wrong height when the editor was scaled after construction.
When starting a composition after a non-inclusive mark decoration, temporarily insert a widget that prevents the composed text from inheriting that mark's styles.
Make sure the selection is repositioned when a transaction changes decorations without changing the document.
New features
View plugins can now provide a
docViewUpdatemethod that is called whenever the document view is updated.Layers now take a
updateOnDocUpdateoption that controls whether they are automatically updated when the document view changes.getsentry/sentry-javascript (@sentry/browser)
v7.105.0Compare Source
Important Changes
withActiveSpanis exported everywhere (#10877)You can use the
withActiveSpanmethod to ensure a certain span is the active span in a given callback. This can beused to create a span as a child of a specific span with the
startSpanAPI methods:Bundle size 📦
v7.104.0Compare Source
Important Changes
This release adds support for the INP web vital. This is currently only supported for Saas Sentry, and product support
is released with the upcoming
24.3.0release of self-hosted.To opt-in to this feature, you can use the
enableInpoption in thebrowserTracingIntegration:Other Changes
nodeProfilingIntegration(#10864)errorHandlerfor replayCanvas integration (#10796)Bundle size 📦
v7.103.0Compare Source
Important Changes
forceTransactiontostartSpan()APIs (#10819)You can now pass
forceTransaction: truetostartSpan(),startSpanManual()andstartInactiveSpan(). This allowsyou to start a span that you want to be a transaction, if possible. Under the hood, the SDK will connect this span to
the running active span (if there is one), but still send the new span as a transaction to the Sentry backend, if
possible, ensuring it shows up as a transaction throughout the system.
Please note that setting this to
truedoes not guarantee that this will be sent as a transaction, but that the SDKwill try to do so. You can enable this flag if this span is important to you and you want to ensure that you can see it
in the Sentry UI.
Other Changes
Bundle size 📦
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.1.0Compare Source
🚀 Features
eslint-plugin: add *-type-checked-only configs
eslint-plugin: [naming-convention] support the auto-accessor syntax
eslint-plugin: [consistent-return] add new rule
🩹 Fixes
eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error
eslint-plugin: [no-misused-promises] improve check union types
eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.1.0Compare 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.1569.0Compare Source
v2.1568.0Compare Source
v2.1567.0Compare Source
v2.1566.0Compare Source
jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.34.0Compare Source
Added
sort-prop-types]: give errors on TS types (#3615 @akulsr0)no-invalid-html-attribute]: add support forapple-touch-startup-imagerelattributes inlinktags (#3638 @thomashockaday)no-unknown-property]: add requireDataLowercase option (#3645 @HermanBilous)no-unknown-property]: adddisplaystyleon<math>(#3652 @lounsbrough)prefer-read-only-props], [prop-types], component detection: allow components to be async functions (#3654 @pnodet)no-unknown-property]: supportonResizeon audio/video tags (#3662 @caesar1030)jsx-wrap-multilines]: addneveroption to prohibit wrapping parens on multiline JSX (#3668 @reedws)jsx-filename-extension]: addignoreFilesWithoutCodeoption to allow empty files (#3674 @burtek)jsx-boolean-value]: addassumeUndefinedIsFalseoption (#3675 @developer-bandi)linkAttributesetting, [jsx-no-target-blank]: support multiple properties (#3673 @burtek)jsx-no-script-url]: addincludeFromSettingsoption to supportlinkAttributessetting (#3673 @burtek)jsx-one-expression-per-line]: addnon-jsxoption to allow non-JSX children in one line (#3677 @burtek)checked-requires-onchange-or-readonly] rule (#3680 @jaesoekjjang)Fixed
jsx-no-leaked-render]: preserve RHS parens for multiline jsx elements while fixing (#3623 @akulsr0)jsx-key]: detect conditional returns (#3630 @yialo)jsx-newline]: prevent a crash when `allowMultilines (#3633 @ljharb)no-unknown-property]: use a better regex to avoid a crash (#3666 @ljharb @SCH227)prop-types]: handle nested forwardRef + memo (#3679 @developer-bandi)no-unknown-property]: addfetchPriority(#3697 @SevereCloud)forbid-elements]: prevent a crash oncreateElement()(#3632 @ljharb)Changed
jsx-boolean-value]: make error messages clearer (#3691 @developer-bandi)propTypes: extract type params to var (#3634 @HenryBrown0)boolean-prop-naming]: invert if statement (#3634 @HenryBrown0)function-component-definition]: exit early if no type params (#3634 @HenryBrown0)jsx-props-no-multi-spaces]: extract type parameters to var (#3634 @HenryBrown0)jsx-key]: fix correct example (#3656 @developer-bandi)jsx-wrap-multilines: passing tests (#3545 @burtek)iframe-missing-sandbox]: fix link to iframe attribute on mdn (#3690 @nnmrts)hook-use-state]: fix an undefined variable (#3626 @chentsulin)expressjs/express (express)
v4.18.3Compare Source
==========
webpack-contrib/mini-css-extract-plugin (mini-css-extract-plugin)
v2.8.1Compare Source
bvaughn/react-error-boundary (react-error-boundary)
v4.0.13Compare Source
Removed references to ESLint config
kcd-scriptsfrompackage.jsonremix-run/react-router (react-router-dom)
v6.22.2Compare Source
Patch Changes
@remix-run/[email protected][email protected]MattiasBuelens/web-streams-polyfill (web-streams-polyfill)
v4.0.0Compare Source
The table below shows how to upgrade your v3 import to their equivalent v4 import.
See the migration guide for more information.
(#82, #139)
importorrequire()a variant.moduleResolutionmust be set to"node16","nodenext"or"bundler".ReadableStream.from()implementation to avoid depending onasync function*down-leveling for ES5. (#144)web-streams-polyfillConfiguration
📅 Schedule: Branch creation - "before 7am 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 is behind base branch, 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.