openfun / marsha

:clapper: An opensource LTI Learning Content Management System (LCMS)
MIT License
106 stars 24 forks source link

⬆️(dependencies) update js dependencies #2462

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.23.0 -> 7.23.2 age adoption passing confidence
@babel/plugin-transform-runtime (source) 7.22.15 -> 7.23.2 age adoption passing confidence
@babel/preset-env (source) 7.22.20 -> 7.23.2 age adoption passing confidence
@babel/preset-typescript (source) 7.23.0 -> 7.23.2 age adoption passing confidence
@codemirror/autocomplete 6.9.2 -> 6.10.2 age adoption passing confidence
@codemirror/state 6.2.1 -> 6.3.0 age adoption passing confidence
@formatjs/cli 6.2.0 -> 6.2.1 age adoption passing confidence
@formatjs/intl (source) 2.9.3 -> 2.9.4 age adoption passing confidence
@​openfun/cunningham-react 1.3.1 -> 2.0.0 age adoption passing confidence
@sentry/browser (source) 7.73.0 -> 7.74.0 age adoption passing confidence
@sentry/node (source) 7.73.0 -> 7.74.0 age adoption passing confidence
@testing-library/jest-dom 6.1.3 -> 6.1.4 age adoption passing confidence
@types/express (source) 4.17.18 -> 4.17.19 age adoption passing confidence
@types/node (source) 20.8.3 -> 20.8.6 age adoption passing confidence
@types/node (source) 18.18.4 -> 18.18.5 age adoption passing confidence
@types/react-datepicker (source) 4.15.1 -> 4.19.0 age adoption passing confidence
@types/ws (source) 8.5.6 -> 8.5.7 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.7.4 -> 6.7.5 age adoption passing confidence
@typescript-eslint/parser 6.7.4 -> 6.7.5 age adoption passing confidence
aws-sdk 2.1472.0 -> 2.1473.0 age adoption passing confidence
babel-plugin-formatjs 10.5.6 -> 10.5.7 age adoption passing confidence
eslint-plugin-n 16.1.0 -> 16.2.0 age adoption passing confidence
eslint-plugin-prettier 5.0.0 -> 5.0.1 age adoption passing confidence
eslint-plugin-testing-library 6.0.2 -> 6.1.0 age adoption passing confidence
github-markdown-css 5.2.0 -> 5.3.0 age adoption passing confidence
jest-styled-components 7.1.1 -> 7.2.0 age adoption passing confidence
rc-tooltip 6.1.0 -> 6.1.1 age adoption passing confidence
react-datepicker 4.19.0 -> 4.20.0 age adoption passing confidence
sass 1.69.0 -> 1.69.3 age adoption passing confidence
webpack 5.88.2 -> 5.89.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.23.2`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7232-2023-10-11) [Compare Source](https://togithub.com/babel/babel/compare/v7.23.0...@babel/core@7.23.2) ##### :bug: Bug Fix - `babel-traverse` - [#​16033](https://togithub.com/babel/babel/pull/16033) Only evaluate own String/Number/Math methods ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-preset-typescript` - [#​16022](https://togithub.com/babel/babel/pull/16022) Rewrite `.tsx` extension when using `rewriteImportExtensions` ([@​jimmydief](https://togithub.com/jimmydief)) - `babel-helpers` - [#​16017](https://togithub.com/babel/babel/pull/16017) Fix: fallback to typeof when toString is applied to incompatible object ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-transform-modules-commonjs`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16025](https://togithub.com/babel/babel/pull/16025) Avoid override mistake in namespace imports ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
codemirror/autocomplete (@​codemirror/autocomplete) ### [`v6.10.2`](https://togithub.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#6102-2023-10-13) [Compare Source](https://togithub.com/codemirror/autocomplete/compare/6.10.1...6.10.2) ##### Bug fixes Fix a bug that caused `updateSyncTime` to always delay the initial population of the tooltip. ### [`v6.10.1`](https://togithub.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#6101-2023-10-11) [Compare Source](https://togithub.com/codemirror/autocomplete/compare/6.10.0...6.10.1) ##### Bug fixes Fix a bug where picking a selection with the mouse could use the wrong completion if the completion list was updated after being opened. ### [`v6.10.0`](https://togithub.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#6100-2023-10-11) [Compare Source](https://togithub.com/codemirror/autocomplete/compare/6.9.2...6.10.0) ##### New features The new autocompletion configuration option `updateSyncTime` allows control over how long fast sources are held back waiting for slower completion sources.
codemirror/state (@​codemirror/state) ### [`v6.3.0`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#630-2023-10-12) [Compare Source](https://togithub.com/codemirror/state/compare/6.2.1...6.3.0) ##### New features The new `FacetReader` type provides a way to export a read-only handle to a `Facet`.
formatjs/formatjs (@​formatjs/cli) ### [`v6.2.1`](https://togithub.com/formatjs/formatjs/releases/tag/react-intl%406.2.1) [Compare Source](https://togithub.com/formatjs/formatjs/compare/@formatjs/cli@6.2.0...@formatjs/cli@6.2.1) **Note:** Version bump only for package react-intl
getsentry/sentry-javascript (@​sentry/browser) ### [`v7.74.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.74.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.73.0...7.74.0) ##### Important Changes - **feat(astro): Add `sentryAstro` integration ([#​9218](https://togithub.com/getsentry/sentry-javascript/issues/9218))** This Release introduces the first alpha version of our new SDK for Astro. At this time, the SDK is considered experimental and things might break and change in future versions. The core of the SDK is an Astro integration which you easily add to your Astro config: ```js // astro.config.js import { defineConfig } from "astro/config"; import sentry from "@​sentry/astro"; export default defineConfig({ integrations: [ sentry({ dsn: "__DSN__", sourceMapsUploadOptions: { project: "astro", authToken: process.env.SENTRY_AUTH_TOKEN, }, }), ], }); ``` Check out the [README](./packages/astro/README.md) for usage instructions and what to expect from this alpha release. ##### Other Changes - feat(core): Add `addIntegration` utility ([#​9186](https://togithub.com/getsentry/sentry-javascript/issues/9186)) - feat(core): Add `continueTrace` method ([#​9164](https://togithub.com/getsentry/sentry-javascript/issues/9164)) - feat(node-experimental): Add NodeFetch integration ([#​9226](https://togithub.com/getsentry/sentry-javascript/issues/9226)) - feat(node-experimental): Use native OTEL Spans ([#​9161](https://togithub.com/getsentry/sentry-javascript/issues/9161), [#​9214](https://togithub.com/getsentry/sentry-javascript/issues/9214)) - feat(node-experimental): Sample in OTEL Sampler ([#​9203](https://togithub.com/getsentry/sentry-javascript/issues/9203)) - feat(serverlesss): Allow disabling transaction traces ([#​9154](https://togithub.com/getsentry/sentry-javascript/issues/9154)) - feat(tracing): Allow direct pg module to enable esbuild support ([#​9227](https://togithub.com/getsentry/sentry-javascript/issues/9227)) - feat(utils): Move common node ANR code to utils ([#​9191](https://togithub.com/getsentry/sentry-javascript/issues/9191)) - feat(vue): Expose `VueIntegration` to initialize vue app later ([#​9180](https://togithub.com/getsentry/sentry-javascript/issues/9180)) - fix: Don't set `referrerPolicy` on serverside fetch transports ([#​9200](https://togithub.com/getsentry/sentry-javascript/issues/9200)) - fix: Ensure we never mutate options passed to `init` ([#​9162](https://togithub.com/getsentry/sentry-javascript/issues/9162)) - fix(ember): Avoid pulling in utils at build time ([#​9221](https://togithub.com/getsentry/sentry-javascript/issues/9221)) - fix(ember): Drop undefined config values ([#​9175](https://togithub.com/getsentry/sentry-javascript/issues/9175)) - fix(node): Ensure mysql integration works without callback ([#​9222](https://togithub.com/getsentry/sentry-javascript/issues/9222)) - fix(node): Only require `inspector` when needed ([#​9149](https://togithub.com/getsentry/sentry-javascript/issues/9149)) - fix(node): Remove ANR `debug` option and instead add logger.isEnabled() ([#​9230](https://togithub.com/getsentry/sentry-javascript/issues/9230)) - fix(node): Strip `.mjs` and `.cjs` extensions from module name ([#​9231](https://togithub.com/getsentry/sentry-javascript/issues/9231)) - fix(replay): bump rrweb to 2.0.1 ([#​9240](https://togithub.com/getsentry/sentry-javascript/issues/9240)) - fix(replay): Fix potential broken CSS in styled-components ([#​9234](https://togithub.com/getsentry/sentry-javascript/issues/9234)) - fix(sveltekit): Flush in server wrappers before exiting ([#​9153](https://togithub.com/getsentry/sentry-javascript/issues/9153)) - fix(types): Update signature of `processEvent` integration hook ([#​9151](https://togithub.com/getsentry/sentry-javascript/issues/9151)) - fix(utils): Dereference DOM events after they have servered their purpose ([#​9224](https://togithub.com/getsentry/sentry-javascript/issues/9224)) - ref(integrations): Refactor pluggable integrations to use `processEvent` ([#​9021](https://togithub.com/getsentry/sentry-javascript/issues/9021)) - ref(serverless): Properly deprecate `rethrowAfterCapture` option ([#​9159](https://togithub.com/getsentry/sentry-javascript/issues/9159)) - ref(utils): Deprecate `walk` method ([#​9157](https://togithub.com/getsentry/sentry-javascript/issues/9157)) Work in this release contributed by [@​aldenquimby](https://togithub.com/aldenquimby). Thank you for your contributions! ##### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 84.27 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 31.43 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - Webpack (gzipped) | 22.02 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 78.79 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 28.6 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 21.02 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 254.51 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 86.76 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 62.45 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 31.48 KB | | [@​sentry/react](https://togithub.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 84.3 KB | | [@​sentry/react](https://togithub.com/sentry/react) - Webpack (gzipped) | 22.06 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 102.21 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client - Webpack (gzipped) | 50.96 KB |
testing-library/jest-dom (@​testing-library/jest-dom) ### [`v6.1.4`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.1.4) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v6.1.3...v6.1.4) ##### Bug Fixes - upgrade `@adobe/css-tools` to `4.3.1` to address vulnerability ([#​532](https://togithub.com/testing-library/jest-dom/issues/532)) ([44f1eab](https://togithub.com/testing-library/jest-dom/commit/44f1eabc79b848f45daffac21c5f7383424e893c))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.7.5`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#675-2023-10-09) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.4...v6.7.5) ##### Bug Fixes - **eslint-plugin:** \[prefer-string-starts-ends-with] only report slice/substring with correct range ([#​7712](https://togithub.com/typescript-eslint/typescript-eslint/issues/7712)) ([db40a0a](https://togithub.com/typescript-eslint/typescript-eslint/commit/db40a0a83abf14237a7a9b3f75d869da26512292)) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v6.7.5`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#675-2023-10-09) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.4...v6.7.5) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
aws/aws-sdk-js (aws-sdk) ### [`v2.1473.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#214730) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1472.0...v2.1473.0) - feature: AuditManager: This release introduces a new limit to the awsAccounts parameter. When you create or update an assessment, there is now a limit of 200 AWS accounts that can be specified in the assessment scope. - feature: AutoScaling: Update the NotificationMetadata field to only allow visible ascii characters. Add paginators to DescribeInstanceRefreshes, DescribeLoadBalancers, and DescribeLoadBalancerTargetGroups - feature: ConfigService: Add enums for resource types supported by Config - feature: ControlTower: Added new EnabledControl resource details to ListEnabledControls API and added new GetEnabledControl API. - feature: CustomerProfiles: Adds sensitive trait to various shapes in Customer Profiles Calculated Attribute API model. - feature: EC2: This release adds Ubuntu Pro as a supported platform for On-Demand Capacity Reservations and adds support for setting an Amazon Machine Image (AMI) to disabled state. Disabling the AMI makes it private if it was previously shared, and prevents new EC2 instance launches from it. - feature: Glue: Extending version control support to GitLab and Bitbucket from AWSGlue - feature: IVSRealTime: Update GetParticipant to return additional metadata. - feature: Inspector2: Add MacOs ec2 platform support - feature: Lambda: Adds support for Lambda functions to access Dual-Stack subnets over IPv6, via an opt-in flag in CreateFunction and UpdateFunctionConfiguration APIs - feature: Location: This release adds endpoint updates for all AWS Location resource operations. - feature: MachineLearning: This release marks Password field as sensitive - feature: RDS: This release adds support for adding a dedicated log volume to open-source RDS instances. - feature: Rekognition: Amazon Rekognition introduces support for Custom Moderation. This allows the enhancement of accuracy for detect moderation labels operations by creating custom adapters tuned on customer data. - feature: SageMaker: Amazon SageMaker Canvas adds KendraSettings and DirectDeploySettings support for CanvasAppSettings - feature: Textract: This release adds 9 new APIs for adapter and adapter version management, 3 new APIs for tagging, and updates AnalyzeDocument and StartDocumentAnalysis API parameters for using adapters. - feature: TranscribeService: This release is to enable m4a format to customers
eslint-community/eslint-plugin-n (eslint-plugin-n) ### [`v16.2.0`](https://togithub.com/eslint-community/eslint-plugin-n/releases/tag/16.2.0) [Compare Source](https://togithub.com/eslint-community/eslint-plugin-n/compare/16.1.0...16.2.0) #### Features - feat: detect non-member expressions in n/no-sync ([#​127](https://togithub.com/eslint-community/eslint-plugin-n/issues/127)) ([`6d02512`](https://togithub.com/eslint-community/eslint-plugin-n/commit/6d02512)) #### Bugfixes - fix: Normalise `package.json#files` before checking ignores and whitelist ([#​123](https://togithub.com/eslint-community/eslint-plugin-n/issues/123)) (fixes [#​122](https://togithub.com/eslint-community/eslint-plugin-n/issues/122)) ([`2d43f48`](https://togithub.com/eslint-community/eslint-plugin-n/commit/2d43f48)) #### Docs & Chores - docs: fix repository URL:s, tweak badges + remove old non-working `codecov` ([#​125](https://togithub.com/eslint-community/eslint-plugin-n/issues/125)) ([`5507f43`](https://togithub.com/eslint-community/eslint-plugin-n/commit/5507f43)) - chore: Add a .editorconfig file ([#​126](https://togithub.com/eslint-community/eslint-plugin-n/issues/126)) ([`574df88`](https://togithub.com/eslint-community/eslint-plugin-n/commit/574df88)) - chore: use maintained `npm-run-all` fork ([#​124](https://togithub.com/eslint-community/eslint-plugin-n/issues/124)) ([`98ea90e`](https://togithub.com/eslint-community/eslint-plugin-n/commit/98ea90e)) - ci: fix `actions/setup-node` setup for linting ([`7f54d0c`](https://togithub.com/eslint-community/eslint-plugin-n/commit/7f54d0c)) - chore: remove unused funding.yml ([`4f3891c`](https://togithub.com/eslint-community/eslint-plugin-n/commit/4f3891c)) - docs: Create a shared settings document ([#​115](https://togithub.com/eslint-community/eslint-plugin-n/issues/115)) ([`7d855e6`](https://togithub.com/eslint-community/eslint-plugin-n/commit/7d855e6)) - chore: remove usage of [@​eslint/eslintrc](https://togithub.com/eslint/eslintrc) ([#​116](https://togithub.com/eslint-community/eslint-plugin-n/issues/116)) ([`150b34f`](https://togithub.com/eslint-community/eslint-plugin-n/commit/150b34f)) - build: add node v20 ([#​117](https://togithub.com/eslint-community/eslint-plugin-n/issues/117)) ([`b7d0536`](https://togithub.com/eslint-community/eslint-plugin-n/commit/b7d0536))
prettier/eslint-plugin-prettier (eslint-plugin-prettier) ### [`v5.0.1`](https://togithub.com/prettier/eslint-plugin-prettier/blob/HEAD/CHANGELOG.md#501) [Compare Source](https://togithub.com/prettier/eslint-plugin-prettier/compare/v5.0.0...v5.0.1) ##### Patch Changes - [#​588](https://togithub.com/prettier/eslint-plugin-prettier/pull/588) [`21a7146`](https://togithub.com/prettier/eslint-plugin-prettier/commit/21a7146d78161307dcc7eaa96f41dac51f7ce89f) Thanks [@​krist7599555](https://togithub.com/krist7599555)! - fix: `parserPath` type might be `undefined` on Eslint Falt Config
testing-library/eslint-plugin-testing-library (eslint-plugin-testing-library) ### [`v6.1.0`](https://togithub.com/testing-library/eslint-plugin-testing-library/releases/tag/v6.1.0) [Compare Source](https://togithub.com/testing-library/eslint-plugin-testing-library/compare/v6.0.2...v6.1.0) ##### Features - **prefer-implicit-assert:** adding new rule ([#​815](https://togithub.com/testing-library/eslint-plugin-testing-library/issues/815)) ([56a1900](https://togithub.com/testing-library/eslint-plugin-testing-library/commit/56a19006035530f20d41091c666b117ca216c1bf)), closes [#​743](https://togithub.com/testing-library/eslint-plugin-testing-library/issues/743)
sindresorhus/github-markdown-css (github-markdown-css) ### [`v5.3.0`](https://togithub.com/sindresorhus/github-markdown-css/releases/tag/v5.3.0) [Compare Source](https://togithub.com/sindresorhus/github-markdown-css/compare/v5.2.0...v5.3.0) - Regenerate GitHub CSS [`b8b9732`](https://togithub.com/sindresorhus/github-markdown-css/commit/b8b9732)
styled-components/jest-styled-components (jest-styled-components) ### [`v7.2.0`](https://togithub.com/styled-components/jest-styled-components/releases/tag/v7.2.0) [Compare Source](https://togithub.com/styled-components/jest-styled-components/compare/v7.1.1...v7.2.0) #### What's Changed - styled-components v6 support by [@​probablyup](https://togithub.com/probablyup) in [https://github.com/styled-components/jest-styled-components/pull/438](https://togithub.com/styled-components/jest-styled-components/pull/438) - Update outdated LICENSE year by [@​Serjobas](https://togithub.com/Serjobas) in [https://github.com/styled-components/jest-styled-components/pull/421](https://togithub.com/styled-components/jest-styled-components/pull/421) - Bump json5 from 2.2.0 to 2.2.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/styled-components/jest-styled-components/pull/427](https://togithub.com/styled-components/jest-styled-components/pull/427) - Bump semver from 5.7.1 to 5.7.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/styled-components/jest-styled-components/pull/437](https://togithub.com/styled-components/jest-styled-components/pull/437) - Bump tough-cookie from 4.0.0 to 4.1.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/styled-components/jest-styled-components/pull/436](https://togithub.com/styled-components/jest-styled-components/pull/436) - Bump [@​sideway/formula](https://togithub.com/sideway/formula) from 3.0.0 to 3.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/styled-components/jest-styled-components/pull/435](https://togithub.com/styled-components/jest-styled-components/pull/435) - Bump minimatch from 3.0.4 to 3.1.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/styled-components/jest-styled-components/pull/434](https://togithub.com/styled-components/jest-styled-components/pull/434) - Bump word-wrap from 1.2.3 to 1.2.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/styled-components/jest-styled-components/pull/433](https://togithub.com/styled-components/jest-styled-components/pull/433) - Bump decode-uri-component from 0.2.0 to 0.2.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/styled-components/jest-styled-components/pull/426](https://togithub.com/styled-components/jest-styled-components/pull/426) - Bump [@​adobe/css-tools](https://togithub.com/adobe/css-tools) from 4.0.1 to 4.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/styled-components/jest-styled-components/pull/432](https://togithub.com/styled-components/jest-styled-components/pull/432) #### New Contributors - [@​Serjobas](https://togithub.com/Serjobas) made their first contribution in [https://github.com/styled-components/jest-styled-components/pull/421](https://togithub.com/styled-components/jest-styled-components/pull/421) **Full Changelog**: https://github.com/styled-components/jest-styled-components/compare/v7.1.1...v7.2.0
react-component/tooltip (rc-tooltip) ### [`v6.1.1`](https://togithub.com/react-component/tooltip/releases/tag/v6.1.1) [Compare Source](https://togithub.com/react-component/tooltip/compare/v6.1.0...v6.1.1) - fix: fix npm files ([#​458](https://togithub.com/react-component/tooltip/issues/458)) [`88ded8a`](https://togithub.com/react-component/tooltip/commit/88ded8a) - Update README.md [`aca75b4`](https://togithub.com/react-component/tooltip/commit/aca75b4)
Hacker0x01/react-datepicker (react-datepicker) ### [`v4.20.0`](https://togithub.com/Hacker0x01/react-datepicker/releases/tag/v4.20.0): 4.20.0 [Compare Source](https://togithub.com/Hacker0x01/react-datepicker/compare/v4.19.0...v4.20.0) #### What's Changed - Fix: Display Issue of Calendar Icon in React Date Picker ([#​4291](https://togithub.com/Hacker0x01/react-datepicker/issues/4291)) by [@​frankops11](https://togithub.com/frankops11) in [https://github.com/Hacker0x01/react-datepicker/pull/4298](https://togithub.com/Hacker0x01/react-datepicker/pull/4298) **Full Changelog**: https://github.com/Hacker0x01/react-datepicker/compare/v4.19.0...v4.20.0
sass/dart-sass (sass) ### [`v1.69.3`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1693) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.69.2...1.69.3) ##### Embedded Sass - Fix TypeScript type locations in `package.json`. ### [`v1.69.2`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1692) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.69.1...1.69.2) ##### JS API - Fix a bug where Sass crashed when running in the browser if there was a global variable named `process`. ### [`v1.69.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1691) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.69.0...1.69.1) - No user-visible changes.
webpack/webpack (webpack) ### [`v5.89.0`](https://togithub.com/webpack/webpack/releases/tag/v5.89.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.88.2...v5.89.0) #### New Features - Make CommonJS import preserve chained expressions by [@​bworline](https://togithub.com/bworline) in [https://github.com/webpack/webpack/pull/17718](https://togithub.com/webpack/webpack/pull/17718) #### Dependencies & Maintenance - chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 20.3.1 to 20.4.8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17568](https://togithub.com/webpack/webpack/pull/17568) - docs: add example for stats detailed output by [@​ersachin3112](https://togithub.com/ersachin3112) in [https://github.com/webpack/webpack/pull/17420](https://togithub.com/webpack/webpack/pull/17420) - docs: add example for stats normal output by [@​ersachin3112](https://togithub.com/ersachin3112) in [https://github.com/webpack/webpack/pull/17426](https://togithub.com/webpack/webpack/pull/17426) - chore(deps-dev): bump core-js from 3.31.0 to 3.32.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17539](https://togithub.com/webpack/webpack/pull/17539) - chore(deps-dev): bump pretty-format from 29.5.0 to 29.6.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17536](https://togithub.com/webpack/webpack/pull/17536) - chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 20.4.8 to 20.4.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17583](https://togithub.com/webpack/webpack/pull/17583) - chore(deps-dev): bump less from 4.1.3 to 4.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17580](https://togithub.com/webpack/webpack/pull/17580) - chore(deps): bump semver from 5.7.1 to 5.7.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17483](https://togithub.com/webpack/webpack/pull/17483) - chore(deps-dev): bump simple-git from 3.19.0 to 3.19.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17427](https://togithub.com/webpack/webpack/pull/17427) - chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 20.4.9 to 20.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17666](https://togithub.com/webpack/webpack/pull/17666) **Full Changelog**: https://github.com/webpack/webpack/compare/v5.88.2...v5.89.0

Configuration

📅 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.