openfun / marsha

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

⬆️(dependencies) update js dependencies #2432

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/language 6.9.0 -> 6.9.1 age adoption passing confidence
@codemirror/search 6.5.3 -> 6.5.4 age adoption passing confidence
@codemirror/view 6.19.0 -> 6.20.1 age adoption passing confidence
@lezer/common 1.0.4 -> 1.1.0 age adoption passing confidence
@​openfun/cunningham-react 1.1.0 -> 1.2.0 age adoption passing confidence
@sentry/browser (source) 7.69.0 -> 7.70.0 age adoption passing confidence
@sentry/node (source) 7.69.0 -> 7.70.0 age adoption passing confidence
@types/dompurify (source) 3.0.2 -> 3.0.3 age adoption passing confidence
@types/express (source) 4.17.17 -> 4.17.18 age adoption passing confidence
@types/lodash (source) 4.14.198 -> 4.14.199 age adoption passing confidence
@types/node (source) 20.6.2 -> 20.6.5 age adoption passing confidence
@types/node (source) 18.17.17 -> 18.17.19 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.7.0 -> 6.7.2 age adoption passing confidence
@typescript-eslint/parser 6.7.0 -> 6.7.2 age adoption passing confidence
aws-sdk 2.1459.0 -> 2.1463.0 age adoption passing confidence
eslint (source) 8.49.0 -> 8.50.0 age adoption passing confidence
eslint-config-standard-with-typescript 39.0.0 -> 39.1.0 age adoption passing confidence
eslint-plugin-testing-library 6.0.1 -> 6.0.2 age adoption passing confidence
node-poppler 6.2.7 -> 7.0.0 age adoption passing confidence
rc-tooltip 6.0.1 -> 6.1.0 age adoption passing confidence
react-select (source) 5.7.4 -> 5.7.5 age adoption passing confidence
rehype-katex (source) 6.0.3 -> 7.0.0 age adoption passing confidence
remark-math (source) 5.1.1 -> 6.0.0 age adoption passing confidence
sass 1.67.0 -> 1.68.0 age adoption passing confidence
ws 8.14.1 -> 8.14.2 age adoption passing confidence

Release Notes

codemirror/language (@​codemirror/language) ### [`v6.9.1`](https://togithub.com/codemirror/language/blob/HEAD/CHANGELOG.md#691-2023-09-20) [Compare Source](https://togithub.com/codemirror/language/compare/6.9.0...6.9.1) ##### Bug fixes Indentation now works a lot better in mixed-language documents that interleave the languages in a complex way. Code folding is now able to pick the right foldable syntax node when the line end falls in a mixed-parsing language that doesn't match the target node.
codemirror/search (@​codemirror/search) ### [`v6.5.4`](https://togithub.com/codemirror/search/blob/HEAD/CHANGELOG.md#654-2023-09-20) [Compare Source](https://togithub.com/codemirror/search/compare/6.5.3...6.5.4) ##### Bug fixes Fix a bug that caused whole-word search to incorrectly check for word boundaries in some circumstances.
codemirror/view (@​codemirror/view) ### [`v6.20.1`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6201-2023-09-22) [Compare Source](https://togithub.com/codemirror/view/compare/6.20.0...6.20.1) ##### Bug fixes Fix a crash in plugin event handlers after dynamic reconfiguration. Fix an issue where, on Chrome, tooltips would no longer use fixed positioning. ### [`v6.20.0`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6200-2023-09-20) [Compare Source](https://togithub.com/codemirror/view/compare/6.19.0...6.20.0) ##### Bug fixes Fix an issue that caused `repositionTooltips` to crash when it was called on an editor without tooltips. Fix an issue that caused the tooltip system to leave empty nodes in the DOM when an editor using the `parent` option to `tooltips` is destroyed. Fix a bug that regression mouse interaction with the area of a fixed-size editor that isn't covered by the content. Fix some issues with the way `moveVertically` behaved for positions on line wrap points. Fix a bug that could cause the document DOM to be incorrectly updated on some types of viewport changes. ##### New features The new `getDrawSelectionConfig` function returns the `drawSelection` configuration for a given state.
lezer-parser/common (@​lezer/common) ### [`v1.1.0`](https://togithub.com/lezer-parser/common/blob/HEAD/CHANGELOG.md#110-2023-09-19) [Compare Source](https://togithub.com/lezer-parser/common/compare/1.0.4...1.1.0) ##### New features The new `Tree.resolveStack` method returns an iterator through the nodes covering a position, including those from overlays not active at that point.
getsentry/sentry-javascript (@​sentry/browser) ### [`v7.70.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.70.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.69.0...7.70.0) ##### Important Changes - **feat: Add Bun SDK ([#​9029](https://togithub.com/getsentry/sentry-javascript/issues/9029))** This release contains the beta version of `@sentry/bun`, our SDK for the [Bun JavaScript runtime](https://bun.sh/)! For details on how to use it, please see the [README](./packages/bun/README.md). Any feedback/bug reports are greatly appreciated, please [reach out on GitHub](https://togithub.com/getsentry/sentry-javascript/discussions/7979). Note that as of now the Bun runtime does not support global error handlers. This is being actively worked on, see [the tracking issue in Bun's GitHub repo](https://togithub.com/oven-sh/bun/issues/5091). - **feat(remix): Add Remix 2.x release support. ([#​8940](https://togithub.com/getsentry/sentry-javascript/issues/8940))** The Sentry Remix SDK now officially supports Remix v2! See [our Remix docs for more details](https://docs.sentry.io/platforms/javascript/guides/remix/). ##### Other Changes - chore(node): Upgrade cookie to ^0.5.0 ([#​9013](https://togithub.com/getsentry/sentry-javascript/issues/9013)) - feat(core): Introduce `processEvent` hook on `Integration` ([#​9017](https://togithub.com/getsentry/sentry-javascript/issues/9017)) - feat(node): Improve non-error messages ([#​9026](https://togithub.com/getsentry/sentry-javascript/issues/9026)) - feat(vercel-edge): Add Vercel Edge Runtime package ([#​9041](https://togithub.com/getsentry/sentry-javascript/issues/9041)) - fix(remix): Use `React.ComponentType` instead of `React.FC` as `withSentry`'s generic type. ([#​9043](https://togithub.com/getsentry/sentry-javascript/issues/9043)) - fix(replay): Ensure replay events go through `preprocessEvent` hook ([#​9034](https://togithub.com/getsentry/sentry-javascript/issues/9034)) - fix(replay): Fix typo in Replay types ([#​9028](https://togithub.com/getsentry/sentry-javascript/issues/9028)) - fix(sveltekit): Adjust `handleErrorWithSentry` type ([#​9054](https://togithub.com/getsentry/sentry-javascript/issues/9054)) - fix(utils): Try-catch monkeypatching to handle frozen objects/functions ([#​9031](https://togithub.com/getsentry/sentry-javascript/issues/9031)) Work in this release contributed by [@​Dima-Dim](https://togithub.com/Dima-Dim), [@​krist7599555](https://togithub.com/krist7599555) and [@​lifeiscontent](https://togithub.com/lifeiscontent). Thank you for your contributions! Special thanks for [@​isaacharrisholt](https://togithub.com/isaacharrisholt) for helping us implement a Vercel Edge Runtime SDK which we use under the hood for our Next.js SDK. #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 75.58 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 31.49 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - Webpack (gzipped) | 22.09 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 70.27 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 28.59 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 20.66 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 222.15 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 86.64 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 61.49 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 31.46 KB | | [@​sentry/react](https://togithub.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 75.61 KB | | [@​sentry/react](https://togithub.com/sentry/react) - Webpack (gzipped) | 22.12 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 93.49 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client - Webpack (gzipped) | 51.07 KB |
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.7.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#672-2023-09-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.0...v6.7.2) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) 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.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#672-2023-09-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.0...v6.7.2) **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.1463.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#214630) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1462.0...v2.1463.0) - feature: Braket: This release adds support to view the device queue depth (the number of queued quantum tasks and hybrid jobs on a device) and queue position for a quantum task and hybrid job. - feature: CloudWatchEvents: Adds sensitive trait to various shapes in Jetstream Connections API model. - feature: DMS: new vendors for DMS CSF: MongoDB, MariaDB, DocumentDb and Redshift - feature: EC2: EC2 M2 Pro Mac instances are powered by Apple M2 Pro Mac Mini computers featuring 12 core CPU, 19 core GPU, 32 GiB of memory, and 16 core Apple Neural Engine and uniquely enabled by the AWS Nitro System through high-speed Thunderbolt connections. - feature: GuardDuty: Add `EKS_CLUSTER_NAME` to filter and sort key. - feature: MediaConvert: This release supports the creation of of audio-only tracks in CMAF output groups. ### [`v2.1462.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#214620) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1461.0...v2.1462.0) - feature: AppConfig: Enabling boto3 paginators for list APIs and adding documentation around ServiceQuotaExceededException errors - feature: AppRunner: This release adds improvements for managing App Runner auto scaling configuration resources. New APIs: UpdateDefaultAutoScalingConfiguration and ListServicesForAutoScalingConfiguration. Updated API: DeleteAutoScalingConfiguration. - feature: CloudWatchLogs: Add ClientToken to QueryDefinition CFN Handler in CWL - feature: CodeArtifact: Add support for the Swift package format. - feature: S3: Fix an issue where the SDK can fail to unmarshall response due to NumberFormatException - feature: SSOOIDC: Update FIPS endpoints in aws-us-gov. - feature: ServiceDiscovery: Adds a new DiscoverInstancesRevision API and also adds InstanceRevision field to the DiscoverInstances API response. ### [`v2.1461.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#214610) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1460.0...v2.1461.0) - feature: EC2: This release adds support for C7i, and R7a instance types. - feature: Outposts: This release adds the InstanceFamilies field to the ListAssets response. - feature: SageMaker: This release adds support for one-time model monitoring schedules that are executed immediately without delay, explicit data analysis windows for model monitoring schedules and exclude features attributes to remove features from model monitor analysis. ### [`v2.1460.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#214600) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1459.0...v2.1460.0) - feature: Discovery: Add sensitive protection for customer information - feature: WorkMail: This release includes four new APIs UpdateUser, UpdateGroup, ListGroupsForEntity and DescribeEntity, along with RemoteUsers and some enhancements to existing APIs.
eslint/eslint (eslint) ### [`v8.50.0`](https://togithub.com/eslint/eslint/releases/tag/v8.50.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.49.0...v8.50.0) #### Features - [`27d5a9e`](https://togithub.com/eslint/eslint/commit/27d5a9e57ad347982a68fcd0e75eafee42d344f0) feat: add suggestions to array-callback-return ([#​17590](https://togithub.com/eslint/eslint/issues/17590)) (Tanuj Kanti) - [`f9082ff`](https://togithub.com/eslint/eslint/commit/f9082ff3f3956a0a5a7d7659de63640a21c4de0f) feat: flat-rule-tester make sure default config always matches ([#​17585](https://togithub.com/eslint/eslint/issues/17585)) (fnx) - [`83914ad`](https://togithub.com/eslint/eslint/commit/83914adbfd5fce7d11b33d095ba6d6a39be0dbbc) feat: Implement SourceCode#applyInlineConfig() ([#​17351](https://togithub.com/eslint/eslint/issues/17351)) (Nicholas C. Zakas) - [`22a5582`](https://togithub.com/eslint/eslint/commit/22a558228ff98f478fa308c9ecde361acc4caf20) feat: add rule `no-object-constructor`, deprecate `no-new-object` ([#​17576](https://togithub.com/eslint/eslint/issues/17576)) (Francesco Trotta) - [`85a3d9e`](https://togithub.com/eslint/eslint/commit/85a3d9e967b19cb4a0189746499d81ef2f93e14e) feat: allowVoid option in array-callback-return ([#​17564](https://togithub.com/eslint/eslint/issues/17564)) (Tanuj Kanti) #### Bug Fixes - [`cc4d26b`](https://togithub.com/eslint/eslint/commit/cc4d26b5a59d510f2c878e973fd245e8eff27c2a) fix: Ensure deprecated context.parserServices warns ([#​17593](https://togithub.com/eslint/eslint/issues/17593)) (Nicholas C. Zakas) - [`1ea4cfb`](https://togithub.com/eslint/eslint/commit/1ea4cfb585dcb52ac3cb1522a32f25cfe507121b) fix: Ensure all RuleTester tests all deprecated context methods ([#​17587](https://togithub.com/eslint/eslint/issues/17587)) (Nicholas C. Zakas) - [`aa1b657`](https://togithub.com/eslint/eslint/commit/aa1b657a9febcd03e9298c03ae2888762795e322) fix: wrong suggestion and message in `no-misleading-character-class` ([#​17571](https://togithub.com/eslint/eslint/issues/17571)) (Yosuke Ota) #### Documentation - [`1800537`](https://togithub.com/eslint/eslint/commit/180053759c6cf05a326c710353b4717fbf289ee0) docs: Fix and standardize JSX code examples ([#​17591](https://togithub.com/eslint/eslint/issues/17591)) (Francesco Trotta) - [`48a44a7`](https://togithub.com/eslint/eslint/commit/48a44a73ac456739bdee348bbaf1840d2b1e4830) docs: Add correct/incorrect tags to `prefer-arrow-callback` ([#​17589](https://togithub.com/eslint/eslint/issues/17589)) (Francesco Trotta) - [`20893d4`](https://togithub.com/eslint/eslint/commit/20893d48b9012f2b61bbbfeac8bee70d68d90e5e) docs: fix incorrect tag's place ([#​17575](https://togithub.com/eslint/eslint/issues/17575)) (Tanuj Kanti) - [`bd7a71f`](https://togithub.com/eslint/eslint/commit/bd7a71fd6b7efb0445393304e2d48c5c06d46a45) docs: Update README (GitHub Actions Bot) #### Chores - [`f8a8a2d`](https://togithub.com/eslint/eslint/commit/f8a8a2d6b45c82f94a574623759b6e3d2af193f3) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).50.0 ([#​17599](https://togithub.com/eslint/eslint/issues/17599)) (Milos Djermanovic) - [`38ada6d`](https://togithub.com/eslint/eslint/commit/38ada6df8f4a0313b7d0739b28f0af6b4897b8ce) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins)
standard/eslint-config-standard-with-typescript (eslint-config-standard-with-typescript) ### [`v39.1.0`](https://togithub.com/standard/eslint-config-standard-with-typescript/blob/HEAD/CHANGELOG.md#3910-2023-09-23) [Compare Source](https://togithub.com/standard/eslint-config-standard-with-typescript/compare/v39.0.0...v39.1.0) ##### Build system / dependencies - add-to-project workflow ([dd3ceae](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/dd3ceaea89bc52ca4d90b765343a470627017e04)) - automergeMinor eslint-config-standard ([f531394](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/f531394576840344bda4c0c25f8c442999a509d9)) - tsconfig.module = nodenext ([7590972](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/75909722e5756435785689c3d3a440270c1d5f9e)) ##### Features - **docs:** replace npm@<7 with yarn ([4dbc4b7](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/4dbc4b7a84598f6b4fe4d006d75bb2e28b4f8f95)), closes [#​1254](https://togithub.com/standard/eslint-config-standard-with-typescript/issues/1254)
testing-library/eslint-plugin-testing-library (eslint-plugin-testing-library) ### [`v6.0.2`](https://togithub.com/testing-library/eslint-plugin-testing-library/releases/tag/v6.0.2) [Compare Source](https://togithub.com/testing-library/eslint-plugin-testing-library/compare/v6.0.1...v6.0.2) ##### Bug Fixes - **await-async-events:** sync userEvent.setup() should not be reported ([#​817](https://togithub.com/testing-library/eslint-plugin-testing-library/issues/817)) ([c0b6e6f](https://togithub.com/testing-library/eslint-plugin-testing-library/commit/c0b6e6f11fc4c536ad45c98cb058daef82b58258)), closes [#​800](https://togithub.com/testing-library/eslint-plugin-testing-library/issues/800)
Fdawgs/node-poppler (node-poppler) ### [`v7.0.0`](https://togithub.com/Fdawgs/node-poppler/blob/HEAD/CHANGELOG.md#700-2023-09-23) [Compare Source](https://togithub.com/Fdawgs/node-poppler/compare/v6.2.7...v7.0.0) ##### ⚠ BREAKING CHANGES - dropped support for EOL node 14 and 16 ##### Bug fixes - **index:** `pdfInfo()` use `spawn` over `execFile` to stop truncation ([c725ff9](https://togithub.com/Fdawgs/node-poppler/commit/c725ff9bfadeac1bfda896d651162c11c2d9a43c)) - **index:** `pdfToPs()` rasterize option misspelt key ([d578e78](https://togithub.com/Fdawgs/node-poppler/commit/d578e7879ad900a0e02496fd18551126fc8b6677)) - **index:** handle null error codes ([77aeb24](https://togithub.com/Fdawgs/node-poppler/commit/77aeb24b3c6b5445d72f79d129304c7cf4136937)) - **index:** promise resolve type for `pdfInfo()` ([85c4c36](https://togithub.com/Fdawgs/node-poppler/commit/85c4c360b9b50441eafe91d70d87d56b7ae92097)) - **index:** type build ([84abe85](https://togithub.com/Fdawgs/node-poppler/commit/84abe855bc68aa037fc1b78ad2f458f492f7e898)) ##### Dependencies - **deps-dev:** add [@​types/jest](https://togithub.com/types/jest) ([1c1dbcc](https://togithub.com/Fdawgs/node-poppler/commit/1c1dbccb17e7319ab8e220993d2b9155dcdef2a7)) - **deps-dev:** bump dev dependencies ([ef28215](https://togithub.com/Fdawgs/node-poppler/commit/ef28215411ee635b6cf06ddb3475f5c86e31e89a)) ##### Miscellaneous - **.eslintrc:** bump ecmaversion to 2023 ([67dba5e](https://togithub.com/Fdawgs/node-poppler/commit/67dba5e249775aae2f0f224dcd5d819e765db8bb)) - **.gitattributes:** auto lf eol all files ([d3c339d](https://togithub.com/Fdawgs/node-poppler/commit/d3c339d56232083e86202cccefbd7b4aa5c62c3d)) - add missing `.gitattributes` file ([8084971](https://togithub.com/Fdawgs/node-poppler/commit/80849712d33221e831cbe613aea99661ff8d0378)) - change comment blocks with one line into single block ([16e7bbe](https://togithub.com/Fdawgs/node-poppler/commit/16e7bbe5bdc25f87d8b998dab55717d6ddc021e5)) - destruct upath module import ([#​532](https://togithub.com/Fdawgs/node-poppler/issues/532)) ([e60b2ab](https://togithub.com/Fdawgs/node-poppler/commit/e60b2abcc700eeed01b4d2cfaa8899304503e8d1)) - drop support for node 14 and 16 ([#​534](https://togithub.com/Fdawgs/node-poppler/issues/534)) ([92ce251](https://togithub.com/Fdawgs/node-poppler/commit/92ce251097d737b6cd5ba5ef8346ea5b9c1d17cd)) - **package:** explicitly declare js module type ([1716b4d](https://togithub.com/Fdawgs/node-poppler/commit/1716b4d958e046d68a165964b472544b851f2738)) - **scripts/license-checker:** declare `copyLeftLicenses` type ([ed51441](https://togithub.com/Fdawgs/node-poppler/commit/ed5144126eecb089e4c8346ec065405891fd1a54)) - **scripts/license-checker:** ignore invalid ts error ([7fbaf0a](https://togithub.com/Fdawgs/node-poppler/commit/7fbaf0a71006e55cd885df9dd3fdcc72662b5aff)) - **tsconfig:** disable strict mode ([91a11f5](https://togithub.com/Fdawgs/node-poppler/commit/91a11f53a5592f7c584a36c3dfbcf2fa602d6f5b)) - **tsconfig:** enable checkJs compiler option ([bb385fa](https://togithub.com/Fdawgs/node-poppler/commit/bb385fa144272fbbe3ec4e7543ac6668b7459173)) - **tsconfig:** set module to nodenext ([e451110](https://togithub.com/Fdawgs/node-poppler/commit/e451110391de0acd66839554c4967238032bc2ff)) - **tsconfig:** target es2022 ([c3f5d10](https://togithub.com/Fdawgs/node-poppler/commit/c3f5d102ac560885e5d4e415203b900b7139023a)) - use `[@see](https://togithub.com/see)` jsdoc tag for inline comment links ([f44ad78](https://togithub.com/Fdawgs/node-poppler/commit/f44ad78d94f03ef5ee48a5fe68e18f634597e2cf)) ##### Continuous integration - **dependabot:** group dependabot updates ([a230488](https://togithub.com/Fdawgs/node-poppler/commit/a23048805d0a9405a2ee6b84bd4f969c5111d036)) - **deps:** bump actions/checkout from 3 to 4 ([#​541](https://togithub.com/Fdawgs/node-poppler/issues/541)) ([21f39e9](https://togithub.com/Fdawgs/node-poppler/commit/21f39e9be7109a3ed344c4906ddaee4ae0b8a703)) - **deps:** bump coverallsapp/github-action from 2.2.1 to 2.2.3 ([#​542](https://togithub.com/Fdawgs/node-poppler/issues/542)) ([ef261e5](https://togithub.com/Fdawgs/node-poppler/commit/ef261e58f6c5b4a42399f039bc95515ef0274362)) ##### Improvements - **index:** consolidate error code handling branches ([2411723](https://togithub.com/Fdawgs/node-poppler/commit/24117230ece3580b69ed5a5c698c25d156aa1d6f)) - **index:** consolidate error codes ([#​540](https://togithub.com/Fdawgs/node-poppler/issues/540)) ([f899904](https://togithub.com/Fdawgs/node-poppler/commit/f899904cfcf0a1aa7a2e09d1ff53b23929af5762)) - **index:** replace `hasOwnProperty.call()` with `hasOwn()` ([db091b8](https://togithub.com/Fdawgs/node-poppler/commit/db091b8e311890ab7732894d6116d9a99a2bbb8d)) - use `node:` prefix to bypass require.cache call for builtins ([c45e7da](https://togithub.com/Fdawgs/node-poppler/commit/c45e7da325e0c200bca84f026133906077cfb0ff)) ##### Documentation - **readme:** update chaining examples with `.catch()` ([56980d2](https://togithub.com/Fdawgs/node-poppler/commit/56980d23b3bb155c6e4cbd8cbc61b2c0cca85c65))
react-component/tooltip (rc-tooltip) ### [`v6.1.0`](https://togithub.com/react-component/tooltip/releases/tag/v6.1.0) [Compare Source](https://togithub.com/react-component/tooltip/compare/v6.0.1...v6.1.0) - feat: pass fresh ([#​456](https://togithub.com/react-component/tooltip/issues/456)) [`f3ffdb1`](https://togithub.com/react-component/tooltip/commit/f3ffdb1) - patch: export tooltip ref ([#​454](https://togithub.com/react-component/tooltip/issues/454)) [`595be48`](https://togithub.com/react-component/tooltip/commit/595be48) - docs: site doc ([#​450](https://togithub.com/react-component/tooltip/issues/450)) [`c5374d7`](https://togithub.com/react-component/tooltip/commit/c5374d7) - feat: arrow support className ([#​449](https://togithub.com/react-component/tooltip/issues/449)) [`a6285d1`](https://togithub.com/react-component/tooltip/commit/a6285d1)
JedWatson/react-select (react-select) ### [`v5.7.5`](https://togithub.com/JedWatson/react-select/releases/tag/react-select%405.7.5) [Compare Source](https://togithub.com/JedWatson/react-select/compare/react-select@5.7.4...react-select@5.7.5) ##### Patch Changes - [`9d1730ba`](https://togithub.com/JedWatson/react-select/commit/9d1730ba4f97a51d25c7e704acd1a4c2be8f7182) [#​5347](https://togithub.com/JedWatson/react-select/pull/5347) Thanks [@​aszmyd](https://togithub.com/aszmyd)! - Make scroll lock div work on a document context it belongs to
remarkjs/remark-math (rehype-katex) ### [`v7.0.0`](https://togithub.com/remarkjs/remark-math/releases/tag/rehype-katex%407.0.0) [Compare Source](https://togithub.com/remarkjs/remark-math/compare/rehype-katex@6.0.3...rehype-katex@7.0.0) (see [`6.0.0`](https://togithub.com/remarkjs/remark-math/releases/tag/6.0.0))
sass/dart-sass (sass) ### [`v1.68.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1680) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.67.0...1.68.0) - Fix the source spans associated with the `abs-percent` deprecation. ##### JS API - Non-filesystem importers can now set the `nonCanonicalScheme` field, which declares that one or more URL schemes (without `:`) will never be used for URLs returned by the `canonicalize()` method. - Add a `containingUrl` field to the `canonicalize()` and `findFileUrl()` methods of importers, which is set to the canonical URL of the stylesheet that contains the current load. For filesystem importers, this is always set; for other importers, it's set only if the current load has no URL scheme, or if its URL scheme is declared as non-canonical by the importer. ##### Dart API - Add `AsyncImporter.isNonCanonicalScheme`, which importers (async or sync) can use to indicate that a certain URL scheme will never be used for URLs returned by the `canonicalize()` method. - Add `AsyncImporter.containingUrl`, which is set during calls to the `canonicalize()` method to the canonical URL of the stylesheet that contains the current load. This is set only if the current load has no URL scheme, or if its URL scheme is declared as non-canonical by the importer. ##### Embedded Sass - The `CalculationValue.interpolation` field is deprecated and will be removed in a future version. It will no longer be set by the compiler, and if the host sets it it will be treated as equivalent to `CalculationValue.string` except that `"("` and `")"` will be added to the beginning and end of the string values. - Properly include TypeScript types in the `sass-embedded` package.
websockets/ws (ws) ### [`v8.14.2`](https://togithub.com/websockets/ws/releases/tag/8.14.2) [Compare Source](https://togithub.com/websockets/ws/compare/8.14.1...8.14.2) ### Bug fixes - Fixed an issue that allowed errors thrown by failed assertions to be swallowed when running tests ([`7f4e1a7`](https://togithub.com/websockets/ws/commit/7f4e1a75)).

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.

renovate[bot] commented 11 months ago

Edited/Blocked Notification

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