qlik-oss / enigma.js

JavaScript library for consuming Qlik's Associative Engine.
MIT License
210 stars 82 forks source link

chore(deps): update minor and patch #996

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) 7.23.7 -> 7.24.0 age adoption passing confidence devDependencies minor
@babel/preset-env (source) 7.23.8 -> 7.24.0 age adoption passing confidence devDependencies minor
cimg/node 21.5.0 -> 21.6.2 age adoption passing confidence docker minor
dotenv 16.3.1 -> 16.4.5 age adoption passing confidence devDependencies minor
eslint (source) 8.56.0 -> 8.57.0 age adoption passing confidence devDependencies minor
rollup-plugin-license 3.2.0 -> 3.3.1 age adoption passing confidence devDependencies minor
ws 8.13.0 -> 8.16.0 age adoption passing confidence devDependencies minor

Release Notes

babel/babel (@​babel/core) ### [`v7.24.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7240-2024-02-28) [Compare Source](https://togithub.com/babel/babel/compare/v7.23.9...v7.24.0) ##### :rocket: New Feature - `babel-standalone` - [#​11696](https://togithub.com/babel/babel/pull/11696) Export babel tooling packages in `@babel/standalone` ([@​ajihyf](https://togithub.com/ajihyf)) - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-transform-class-properties` - [#​16267](https://togithub.com/babel/babel/pull/16267) Implement `noUninitializedPrivateFieldAccess` assumption ([@​nicolo-ribaudo](https://togithub.com/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-runtime` - [#​16242](https://togithub.com/babel/babel/pull/16242) Support decorator 2023-11 normative updates ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-flow` - [#​16309](https://togithub.com/babel/babel/pull/16309) \[babel 7] Allow setting `ignoreExtensions` in Flow preset ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16284](https://togithub.com/babel/babel/pull/16284) Add `experimental_useHermesParser` option in `preset-flow` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-import-to-platform-api`, `babel-plugin-proposal-import-wasm-source`, `babel-plugin-proposal-json-modules`, `babel-standalone` - [#​16172](https://togithub.com/babel/babel/pull/16172) Add transform support for JSON modules imports ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-runtime` - [#​16241](https://togithub.com/babel/babel/pull/16241) Add back `moduleName` option to `@babel/plugin-transform-runtime` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser`, `babel-types` - [#​16277](https://togithub.com/babel/babel/pull/16277) Allow import attributes for `TSImportType` ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ##### :bug: Bug Fix - `babel-plugin-proposal-do-expressions`, `babel-traverse` - [#​16305](https://togithub.com/babel/babel/pull/16305) fix: avoid `popContext` on unvisited node paths ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-private-methods`, `babel-plugin-transform-private-property-in-object` - [#​16312](https://togithub.com/babel/babel/pull/16312) Fix class private properties when `privateFieldsAsSymbols` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-private-methods` - [#​16307](https://togithub.com/babel/babel/pull/16307) Fix the support of `arguments` in private `get/set` method ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16287](https://togithub.com/babel/babel/pull/16287) Reduce decorator static property size ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16281](https://togithub.com/babel/babel/pull/16281) Fix evaluation order of decorators with cached receiver ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16279](https://togithub.com/babel/babel/pull/16279) Fix decorator this memoization ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16266](https://togithub.com/babel/babel/pull/16266) Preserve `static` on decorated private `accessor` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16258](https://togithub.com/babel/babel/pull/16258) fix: handle decorated async private method and generator ([@​JLHwung](https://togithub.com/JLHwung)) - `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-env` - [#​16275](https://togithub.com/babel/babel/pull/16275) Fix class private properties when `privateFieldsAsProperties` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers` - [#​16268](https://togithub.com/babel/babel/pull/16268) Do not consider `arguments` in a helper as a global reference ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16270](https://togithub.com/babel/babel/pull/16270) Handle symbol key class elements decoration ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16265](https://togithub.com/babel/babel/pull/16265) Do not define `access.get` for public setter decorators ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-preset-env` - [#​12428](https://togithub.com/babel/babel/pull/12428) Suggest using `BABEL_SHOW_CONFIG_FOR` for config problems ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-transform-fixture-test-runner` - [#​16278](https://togithub.com/babel/babel/pull/16278) Continue writing `output.js` when `exec.js` throws ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :microscope: Output optimization - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16306](https://togithub.com/babel/babel/pull/16306) Avoid intermediate functions for private accessors with decs ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-class-properties` - [#​16294](https://togithub.com/babel/babel/pull/16294) More aggressively inline decorators in the static block ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-transform-private-methods` - [#​16283](https://togithub.com/babel/babel/pull/16283) Do not use `classPrivateMethodGet` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16287](https://togithub.com/babel/babel/pull/16287) Reduce decorator static property size ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties` - [#​16280](https://togithub.com/babel/babel/pull/16280) Reduce element decorator temp variables ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-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-runtime` - [#​16261](https://togithub.com/babel/babel/pull/16261) Do not use descriptors for private class elements ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16263](https://togithub.com/babel/babel/pull/16263) Reduce helper size for decorator 2023-11 ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ### [`v7.23.9`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7239-2024-01-25) [Compare Source](https://togithub.com/babel/babel/compare/v7.23.7...v7.23.9) ##### :bug: Bug Fix - `babel-helper-transform-fixture-test-runner`, `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-systemjs`, `babel-preset-env` - [#​16225](https://togithub.com/babel/babel/pull/16225) fix: `systemjs` re-traverses helpers ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16226](https://togithub.com/babel/babel/pull/16226) Improve decorated private method check ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-decorators`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​16224](https://togithub.com/babel/babel/pull/16224) Properly sort `core-js@3` imports ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​15383](https://togithub.com/babel/babel/pull/15383) fix: Don't throw in `getTypeAnnotation` when using TS+inference ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - Other - [#​16210](https://togithub.com/babel/babel/pull/16210) \[eslint] Fix `no-use-before-define` for class ref in fields ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-core`, `babel-parser`, `babel-template` - [#​16222](https://togithub.com/babel/babel/pull/16222) Migrate `eslint-parser` to cts ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-types` - [#​16213](https://togithub.com/babel/babel/pull/16213) Remove `@babel/types` props that are not produced by the parser ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :running_woman: Performance - `babel-parser` - [#​16072](https://togithub.com/babel/babel/pull/16072) perf: Improve parser performance for typescript ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :microscope: Output optimization - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-new-target`, `babel-plugin-transform-parameters`, `babel-plugin-transform-private-methods`, `babel-preset-env` - [#​16218](https://togithub.com/babel/babel/pull/16218) Improve temporary variables for decorators ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers`, `babel-plugin-proposal-explicit-resource-management`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15959](https://togithub.com/babel/babel/pull/15959) Improve output of `using` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
motdotla/dotenv (dotenv) ### [`v16.4.5`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1645-2024-02-19) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.4.4...v16.4.5) ##### Changed - 🐞 fix recent regression when using `path` option. return to historical behavior: do not attempt to auto find `.env` if `path` set. (regression was introduced in `16.4.3`) [#​814](https://togithub.com/motdotla/dotenv/pull/814) ### [`v16.4.4`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1644-2024-02-13) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.4.3...v16.4.4) ##### Changed - 🐞 Replaced chaining operator `?.` with old school `&&` (fixing node 12 failures) [#​812](https://togithub.com/motdotla/dotenv/pull/812) ### [`v16.4.3`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1643-2024-02-12) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.4.2...v16.4.3) ##### Changed - Fixed processing of multiple files in `options.path` [#​805](https://togithub.com/motdotla/dotenv/pull/805) ### [`v16.4.2`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1642-2024-02-10) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.4.1...v16.4.2) ##### Changed - Changed funding link in package.json to [`dotenvx.com`](https://dotenvx.com) ### [`v16.4.1`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1641-2024-01-24) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.4.0...v16.4.1) - Patch support for array as `path` option [#​797](https://togithub.com/motdotla/dotenv/pull/797) ### [`v16.4.0`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1640-2024-01-23) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.3.2...v16.4.0) - Add `error.code` to error messages around `.env.vault` decryption handling [#​795](https://togithub.com/motdotla/dotenv/pull/795) - Add ability to find `.env.vault` file when filename(s) passed as an array [#​784](https://togithub.com/motdotla/dotenv/pull/784) ### [`v16.3.2`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1632-2024-01-18) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.3.1...v16.3.2) ##### Added - Add debug message when no encoding set [#​735](https://togithub.com/motdotla/dotenv/pull/735) ##### Changed - Fix output typing for `populate` [#​792](https://togithub.com/motdotla/dotenv/pull/792) - Use subarray instead of slice [#​793](https://togithub.com/motdotla/dotenv/pull/793)
eslint/eslint (eslint) ### [`v8.57.0`](https://togithub.com/eslint/eslint/releases/tag/v8.57.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.56.0...v8.57.0) #### Features - [`1120b9b`](https://togithub.com/eslint/eslint/commit/1120b9b7b97f10f059d8b7ede19de2572f892366) feat: Add loadESLint() API method for v8 ([#​18098](https://togithub.com/eslint/eslint/issues/18098)) (Nicholas C. Zakas) - [`dca7d0f`](https://togithub.com/eslint/eslint/commit/dca7d0f1c262bc72310147bcefe1d04ecf60acbc) feat: Enable `eslint.config.mjs` and `eslint.config.cjs` ([#​18066](https://togithub.com/eslint/eslint/issues/18066)) (Nitin Kumar) #### Bug Fixes - [`2196d97`](https://togithub.com/eslint/eslint/commit/2196d97094ba94d6d750828879a29538d1600de5) fix: handle absolute file paths in `FlatRuleTester` ([#​18064](https://togithub.com/eslint/eslint/issues/18064)) (Nitin Kumar) - [`69dd1d1`](https://togithub.com/eslint/eslint/commit/69dd1d1387b7b53617548d1f9f2c149f179e6e17) fix: Ensure config keys are printed for config errors ([#​18067](https://togithub.com/eslint/eslint/issues/18067)) (Nitin Kumar) - [`9852a31`](https://togithub.com/eslint/eslint/commit/9852a31edcf054bd5d15753ef18e2ad3216b1b71) fix: deep merge behavior in flat config ([#​18065](https://togithub.com/eslint/eslint/issues/18065)) (Nitin Kumar) - [`4c7e9b0`](https://togithub.com/eslint/eslint/commit/4c7e9b0b539ba879ac1799e81f3b6add2eed4b2f) fix: allow circular references in config ([#​18056](https://togithub.com/eslint/eslint/issues/18056)) (Milos Djermanovic) #### Documentation - [`84922d0`](https://togithub.com/eslint/eslint/commit/84922d0bfa10689a34a447ab8e55975ff1c1c708) docs: Show prerelease version in dropdown ([#​18139](https://togithub.com/eslint/eslint/issues/18139)) (Nicholas C. Zakas) - [`5b8c363`](https://togithub.com/eslint/eslint/commit/5b8c3636a3d7536535a6878eca0e5b773e4829d4) docs: Switch to Ethical Ads ([#​18117](https://togithub.com/eslint/eslint/issues/18117)) (Milos Djermanovic) - [`77dbfd9`](https://togithub.com/eslint/eslint/commit/77dbfd9887b201a46fc68631cbde50c08e1a8dbf) docs: show NEXT in version selectors ([#​18052](https://togithub.com/eslint/eslint/issues/18052)) (Milos Djermanovic) #### Chores - [`1813aec`](https://togithub.com/eslint/eslint/commit/1813aecc4660582b0678cf32ba466eb9674266c4) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).57.0 ([#​18143](https://togithub.com/eslint/eslint/issues/18143)) (Milos Djermanovic) - [`5c356bb`](https://togithub.com/eslint/eslint/commit/5c356bb0c6f53c570224f8e9f02c4baca8fc6d2f) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (Jenkins) - [`f4a1fe2`](https://togithub.com/eslint/eslint/commit/f4a1fe2e45aa1089fe775290bf530de82f34bf16) test: add more tests for ignoring files and directories ([#​18068](https://togithub.com/eslint/eslint/issues/18068)) (Nitin Kumar) - [`42c0aef`](https://togithub.com/eslint/eslint/commit/42c0aefaf6ea8b998b1c6db61906a79c046d301a) ci: Enable CI for `v8.x` branch ([#​18047](https://togithub.com/eslint/eslint/issues/18047)) (Milos Djermanovic)
mjeanroy/rollup-plugin-license (rollup-plugin-license) ### [`v3.3.1`](https://togithub.com/mjeanroy/rollup-plugin-license/blob/HEAD/CHANGELOG.md#small331-2024-03-10-small) [Compare Source](https://togithub.com/mjeanroy/rollup-plugin-license/compare/v3.3.0...v3.3.1) - release: prepare next release ([eb46211](https://togithub.com/mjeanroy/rollup-plugin-license/commit/eb46211)) - release: release version ([8ea2668](https://togithub.com/mjeanroy/rollup-plugin-license/commit/8ea2668)) - fix: add missing multipleVersions option to validated schema ([889dfbc](https://togithub.com/mjeanroy/rollup-plugin-license/commit/889dfbc)) - chore: add publish action ([a589059](https://togithub.com/mjeanroy/rollup-plugin-license/commit/a589059)) - chore: update publish workflow ([a64478a](https://togithub.com/mjeanroy/rollup-plugin-license/commit/a64478a)) - chore: upgrade actions/checkout to version 4.1.1 ([6b052d6](https://togithub.com/mjeanroy/rollup-plugin-license/commit/6b052d6)) - chore: upgrade actions/setup-node to version 4.1.1 ([d01b0fb](https://togithub.com/mjeanroy/rollup-plugin-license/commit/d01b0fb)) ### [`v3.3.0`](https://togithub.com/mjeanroy/rollup-plugin-license/blob/HEAD/CHANGELOG.md#330-2024-03-10) [Compare Source](https://togithub.com/mjeanroy/rollup-plugin-license/compare/v3.2.0...v3.3.0) - release: prepare next release ([73bb8a7](https://togithub.com/mjeanroy/rollup-plugin-license/commit/73bb8a7)) - release: release version ([09ffc07](https://togithub.com/mjeanroy/rollup-plugin-license/commit/09ffc07)) - chore: add release github action ([d3d2ca2](https://togithub.com/mjeanroy/rollup-plugin-license/commit/d3d2ca2)) - chore: groups dependabot updates for [@​babel](https://togithub.com/babel) and [@​typescript-eslint](https://togithub.com/typescript-eslint) ([28a5b70](https://togithub.com/mjeanroy/rollup-plugin-license/commit/28a5b70)) - chore: update licence header ([86ef62e](https://togithub.com/mjeanroy/rollup-plugin-license/commit/86ef62e)) - chore(deps-dev): bump [@​babel/core](https://togithub.com/babel/core) from 7.23.2 to 7.23.3 ([#​1612](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1612)) ([b811bfe](https://togithub.com/mjeanroy/rollup-plugin-license/commit/b811bfe)), closes [#​1612](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1612) - chore(deps-dev): bump [@​babel/core](https://togithub.com/babel/core) from 7.23.3 to 7.23.5 ([#​1633](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1633)) ([3f82bf9](https://togithub.com/mjeanroy/rollup-plugin-license/commit/3f82bf9)), closes [#​1633](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1633) - chore(deps-dev): bump [@​babel/preset-env](https://togithub.com/babel/preset-env) from 7.23.2 to 7.23.3 ([#​1611](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1611)) ([6f65f62](https://togithub.com/mjeanroy/rollup-plugin-license/commit/6f65f62)), closes [#​1611](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1611) - chore(deps-dev): bump [@​babel/preset-env](https://togithub.com/babel/preset-env) from 7.23.3 to 7.23.5 ([#​1634](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1634)) ([886811a](https://togithub.com/mjeanroy/rollup-plugin-license/commit/886811a)), closes [#​1634](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1634) - chore(deps-dev): bump [@​rollup/plugin-commonjs](https://togithub.com/rollup/plugin-commonjs) from 25.0.5 to 25.0.7 ([#​1596](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1596)) ([1a7b37b](https://togithub.com/mjeanroy/rollup-plugin-license/commit/1a7b37b)), closes [#​1596](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1596) - chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1598](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1598)) ([ffc978e](https://togithub.com/mjeanroy/rollup-plugin-license/commit/ffc978e)), closes [#​1598](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1598) - chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1600](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1600)) ([cfa126b](https://togithub.com/mjeanroy/rollup-plugin-license/commit/cfa126b)), closes [#​1600](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1600) - chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1605](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1605)) ([73171c2](https://togithub.com/mjeanroy/rollup-plugin-license/commit/73171c2)), closes [#​1605](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1605) - chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1610](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1610)) ([f097b17](https://togithub.com/mjeanroy/rollup-plugin-license/commit/f097b17)), closes [#​1610](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1610) - chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1615](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1615)) ([48c53ad](https://togithub.com/mjeanroy/rollup-plugin-license/commit/48c53ad)), closes [#​1615](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1615) - chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1619](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1619)) ([00e3dd5](https://togithub.com/mjeanroy/rollup-plugin-license/commit/00e3dd5)), closes [#​1619](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1619) - chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1628](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1628)) ([92bf3dd](https://togithub.com/mjeanroy/rollup-plugin-license/commit/92bf3dd)), closes [#​1628](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1628) - chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1631](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1631)) ([471ad10](https://togithub.com/mjeanroy/rollup-plugin-license/commit/471ad10)), closes [#​1631](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1631) - chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1638](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1638)) ([79e6768](https://togithub.com/mjeanroy/rollup-plugin-license/commit/79e6768)), closes [#​1638](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1638) - chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.10.0 to 6.11.0 ([#​1614](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1614)) ([b8bdaf3](https://togithub.com/mjeanroy/rollup-plugin-license/commit/b8bdaf3)), closes [#​1614](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1614) - chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.11.0 to 6.12.0 ([#​1618](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1618)) ([60b4d79](https://togithub.com/mjeanroy/rollup-plugin-license/commit/60b4d79)), closes [#​1618](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1618) - chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.12.0 to 6.13.1 ([#​1630](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1630)) ([04038c8](https://togithub.com/mjeanroy/rollup-plugin-license/commit/04038c8)), closes [#​1630](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1630) - chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.13.1 to 6.13.2 ([#​1637](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1637)) ([5a83406](https://togithub.com/mjeanroy/rollup-plugin-license/commit/5a83406)), closes [#​1637](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1637) - chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.7.5 to 6.8.0 ([#​1597](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1597)) ([e1a72ea](https://togithub.com/mjeanroy/rollup-plugin-license/commit/e1a72ea)), closes [#​1597](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1597) - chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.8.0 to 6.9.0 ([#​1601](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1601)) ([6b87754](https://togithub.com/mjeanroy/rollup-plugin-license/commit/6b87754)), closes [#​1601](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1601) - chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.9.0 to 6.9.1 ([#​1603](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1603)) ([7a1772b](https://togithub.com/mjeanroy/rollup-plugin-license/commit/7a1772b)), closes [#​1603](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1603) - chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.9.1 to 6.10.0 ([#​1609](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1609)) ([d825fd8](https://togithub.com/mjeanroy/rollup-plugin-license/commit/d825fd8)), closes [#​1609](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1609) - chore(deps-dev): bump eslint from 8.51.0 to 8.52.0 ([#​1602](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1602)) ([d6b2416](https://togithub.com/mjeanroy/rollup-plugin-license/commit/d6b2416)), closes [#​1602](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1602) - chore(deps-dev): bump eslint from 8.52.0 to 8.53.0 ([#​1607](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1607)) ([c941959](https://togithub.com/mjeanroy/rollup-plugin-license/commit/c941959)), closes [#​1607](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1607) - chore(deps-dev): bump eslint from 8.53.0 to 8.54.0 ([#​1621](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1621)) ([af755c9](https://togithub.com/mjeanroy/rollup-plugin-license/commit/af755c9)), closes [#​1621](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1621) - chore(deps-dev): bump eslint from 8.54.0 to 8.55.0 ([#​1636](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1636)) ([f060faa](https://togithub.com/mjeanroy/rollup-plugin-license/commit/f060faa)), closes [#​1636](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1636) - chore(deps-dev): bump eslint from 8.55.0 to 8.56.0 ([#​1647](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1647)) ([62b3e45](https://togithub.com/mjeanroy/rollup-plugin-license/commit/62b3e45)), closes [#​1647](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1647) - chore(deps-dev): bump eslint from 8.56.0 to 8.57.0 ([#​1679](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1679)) ([a37fbf2](https://togithub.com/mjeanroy/rollup-plugin-license/commit/a37fbf2)), closes [#​1679](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1679) - chore(deps-dev): bump fs-extra from 11.1.1 to 11.2.0 ([#​1632](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1632)) ([8593b02](https://togithub.com/mjeanroy/rollup-plugin-license/commit/8593b02)), closes [#​1632](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1632) - chore(deps-dev): bump prettier from 3.0.3 to 3.1.0 ([#​1613](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1613)) ([fd527b7](https://togithub.com/mjeanroy/rollup-plugin-license/commit/fd527b7)), closes [#​1613](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1613) - chore(deps-dev): bump prettier from 3.1.0 to 3.1.1 ([#​1644](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1644)) ([8f48e1b](https://togithub.com/mjeanroy/rollup-plugin-license/commit/8f48e1b)), closes [#​1644](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1644) - chore(deps-dev): bump prettier from 3.1.1 to 3.2.2 ([#​1663](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1663)) ([f284fa1](https://togithub.com/mjeanroy/rollup-plugin-license/commit/f284fa1)), closes [#​1663](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1663) - chore(deps-dev): bump prettier from 3.2.2 to 3.2.4 ([#​1665](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1665)) ([1722081](https://togithub.com/mjeanroy/rollup-plugin-license/commit/1722081)), closes [#​1665](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1665) - chore(deps-dev): bump prettier from 3.2.4 to 3.2.5 ([#​1671](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1671)) ([661e00c](https://togithub.com/mjeanroy/rollup-plugin-license/commit/661e00c)), closes [#​1671](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1671) - chore(deps-dev): bump rollup from 4.1.0 to 4.1.4 ([#​1599](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1599)) ([0bbe208](https://togithub.com/mjeanroy/rollup-plugin-license/commit/0bbe208)), closes [#​1599](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1599) - chore(deps-dev): bump rollup from 4.1.4 to 4.2.0 ([#​1606](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1606)) ([2511248](https://togithub.com/mjeanroy/rollup-plugin-license/commit/2511248)), closes [#​1606](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1606) - chore(deps-dev): bump rollup from 4.10.0 to 4.11.0 ([#​1675](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1675)) ([ce3f259](https://togithub.com/mjeanroy/rollup-plugin-license/commit/ce3f259)), closes [#​1675](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1675) - chore(deps-dev): bump rollup from 4.11.0 to 4.12.0 ([#​1676](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1676)) ([1a9f547](https://togithub.com/mjeanroy/rollup-plugin-license/commit/1a9f547)), closes [#​1676](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1676) - chore(deps-dev): bump rollup from 4.12.0 to 4.12.1 ([#​1689](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1689)) ([74cddb9](https://togithub.com/mjeanroy/rollup-plugin-license/commit/74cddb9)), closes [#​1689](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1689) - chore(deps-dev): bump rollup from 4.2.0 to 4.3.0 ([#​1608](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1608)) ([5e3a846](https://togithub.com/mjeanroy/rollup-plugin-license/commit/5e3a846)), closes [#​1608](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1608) - chore(deps-dev): bump rollup from 4.3.0 to 4.4.0 ([#​1616](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1616)) ([cbc18aa](https://togithub.com/mjeanroy/rollup-plugin-license/commit/cbc18aa)), closes [#​1616](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1616) - chore(deps-dev): bump rollup from 4.4.0 to 4.4.1 ([#​1617](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1617)) ([3add60a](https://togithub.com/mjeanroy/rollup-plugin-license/commit/3add60a)), closes [#​1617](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1617) - chore(deps-dev): bump rollup from 4.4.1 to 4.5.0 ([#​1620](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1620)) ([8c36d5f](https://togithub.com/mjeanroy/rollup-plugin-license/commit/8c36d5f)), closes [#​1620](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1620) - chore(deps-dev): bump rollup from 4.5.0 to 4.5.1 ([#​1624](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1624)) ([b0a68a8](https://togithub.com/mjeanroy/rollup-plugin-license/commit/b0a68a8)), closes [#​1624](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1624) - chore(deps-dev): bump rollup from 4.5.1 to 4.5.2 ([#​1626](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1626)) ([611c467](https://togithub.com/mjeanroy/rollup-plugin-license/commit/611c467)), closes [#​1626](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1626) - chore(deps-dev): bump rollup from 4.5.2 to 4.6.0 ([#​1627](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1627)) ([34a115f](https://togithub.com/mjeanroy/rollup-plugin-license/commit/34a115f)), closes [#​1627](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1627) - chore(deps-dev): bump rollup from 4.6.0 to 4.6.1 ([#​1635](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1635)) ([2d61ef2](https://togithub.com/mjeanroy/rollup-plugin-license/commit/2d61ef2)), closes [#​1635](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1635) - chore(deps-dev): bump rollup from 4.6.1 to 4.7.0 ([#​1640](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1640)) ([541f4bc](https://togithub.com/mjeanroy/rollup-plugin-license/commit/541f4bc)), closes [#​1640](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1640) - chore(deps-dev): bump rollup from 4.7.0 to 4.8.0 ([#​1643](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1643)) ([761e0f7](https://togithub.com/mjeanroy/rollup-plugin-license/commit/761e0f7)), closes [#​1643](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1643) - chore(deps-dev): bump rollup from 4.8.0 to 4.9.0 ([#​1646](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1646)) ([c2d5ef1](https://togithub.com/mjeanroy/rollup-plugin-license/commit/c2d5ef1)), closes [#​1646](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1646) - chore(deps-dev): bump rollup from 4.9.0 to 4.9.1 ([#​1648](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1648)) ([cd381d1](https://togithub.com/mjeanroy/rollup-plugin-license/commit/cd381d1)), closes [#​1648](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1648) - chore(deps-dev): bump rollup from 4.9.1 to 4.9.2 ([#​1654](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1654)) ([785d6d9](https://togithub.com/mjeanroy/rollup-plugin-license/commit/785d6d9)), closes [#​1654](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1654) - chore(deps-dev): bump rollup from 4.9.2 to 4.9.3 ([#​1656](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1656)) ([ca5e54d](https://togithub.com/mjeanroy/rollup-plugin-license/commit/ca5e54d)), closes [#​1656](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1656) - chore(deps-dev): bump rollup from 4.9.3 to 4.9.4 ([#​1658](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1658)) ([ac499f5](https://togithub.com/mjeanroy/rollup-plugin-license/commit/ac499f5)), closes [#​1658](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1658) - chore(deps-dev): bump rollup from 4.9.4 to 4.9.5 ([#​1661](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1661)) ([beb9224](https://togithub.com/mjeanroy/rollup-plugin-license/commit/beb9224)), closes [#​1661](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1661) - chore(deps-dev): bump rollup from 4.9.5 to 4.9.6 ([#​1667](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1667)) ([06f724d](https://togithub.com/mjeanroy/rollup-plugin-license/commit/06f724d)), closes [#​1667](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1667) - chore(deps-dev): bump rollup from 4.9.6 to 4.10.0 ([#​1673](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1673)) ([89fb8aa](https://togithub.com/mjeanroy/rollup-plugin-license/commit/89fb8aa)), closes [#​1673](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1673) - chore(deps-dev): bump the babel group with 1 update ([#​1660](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1660)) ([2b068aa](https://togithub.com/mjeanroy/rollup-plugin-license/commit/2b068aa)), closes [#​1660](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1660) - chore(deps-dev): bump the babel group with 2 updates ([#​1642](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1642)) ([9bfec60](https://togithub.com/mjeanroy/rollup-plugin-license/commit/9bfec60)), closes [#​1642](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1642) - chore(deps-dev): bump the babel group with 2 updates ([#​1668](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1668)) ([664bd0c](https://togithub.com/mjeanroy/rollup-plugin-license/commit/664bd0c)), closes [#​1668](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1668) - chore(deps-dev): bump the babel group with 2 updates ([#​1680](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1680)) ([6b4250f](https://togithub.com/mjeanroy/rollup-plugin-license/commit/6b4250f)), closes [#​1680](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1680) - chore(deps-dev): bump the babel group with 3 updates ([#​1653](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1653)) ([55f818b](https://togithub.com/mjeanroy/rollup-plugin-license/commit/55f818b)), closes [#​1653](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1653) - chore(deps-dev): bump the typescript-eslint group with 2 updates ([#​1641](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1641)) ([b09c32c](https://togithub.com/mjeanroy/rollup-plugin-license/commit/b09c32c)), closes [#​1641](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1641) - chore(deps-dev): bump the typescript-eslint group with 2 updates ([#​1649](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1649)) ([72859a7](https://togithub.com/mjeanroy/rollup-plugin-license/commit/72859a7)), closes [#​1649](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1649) - chore(deps-dev): bump the typescript-eslint group with 2 updates ([#​1650](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1650)) ([a7a9ab9](https://togithub.com/mjeanroy/rollup-plugin-license/commit/a7a9ab9)), closes [#​1650](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1650) - chore(deps-dev): bump the typescript-eslint group with 2 updates ([#​1652](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1652)) ([b32453a](https://togithub.com/mjeanroy/rollup-plugin-license/commit/b32453a)), closes [#​1652](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1652) - chore(deps-dev): bump the typescript-eslint group with 2 updates ([#​1657](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1657)) ([b025450](https://togithub.com/mjeanroy/rollup-plugin-license/commit/b025450)), closes [#​1657](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1657) - chore(deps-dev): bump the typescript-eslint group with 2 updates ([#​1659](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1659)) ([6843145](https://togithub.com/mjeanroy/rollup-plugin-license/commit/6843145)), closes [#​1659](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1659) - chore(deps-dev): bump the typescript-eslint group with 2 updates ([#​1664](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1664)) ([8141a62](https://togithub.com/mjeanroy/rollup-plugin-license/commit/8141a62)), closes [#​1664](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1664) - chore(deps-dev): bump the typescript-eslint group with 2 updates ([#​1666](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1666)) ([53f1c02](https://togithub.com/mjeanroy/rollup-plugin-license/commit/53f1c02)), closes [#​1666](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1666) - chore(deps-dev): bump the typescript-eslint group with 2 updates ([#​1669](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1669)) ([f694570](https://togithub.com/mjeanroy/rollup-plugin-license/commit/f694570)), closes [#​1669](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1669) - chore(deps-dev): bump the typescript-eslint group with 2 updates ([#​1670](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1670)) ([a492049](https://togithub.com/mjeanroy/rollup-plugin-license/commit/a492049)), closes [#​1670](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1670) - chore(deps-dev): bump the typescript-eslint group with 2 updates ([#​1674](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1674)) ([8e81d43](https://togithub.com/mjeanroy/rollup-plugin-license/commit/8e81d43)), closes [#​1674](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1674) - chore(deps-dev): bump the typescript-eslint group with 2 updates ([#​1677](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1677)) ([ae4d0a3](https://togithub.com/mjeanroy/rollup-plugin-license/commit/ae4d0a3)), closes [#​1677](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1677) - chore(deps-dev): bump the typescript-eslint group with 2 updates ([#​1678](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1678)) ([3ee0bdc](https://togithub.com/mjeanroy/rollup-plugin-license/commit/3ee0bdc)), closes [#​1678](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1678) - chore(deps-dev): bump the typescript-eslint group with 2 updates ([#​1687](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1687)) ([7ebc39c](https://togithub.com/mjeanroy/rollup-plugin-license/commit/7ebc39c)), closes [#​1687](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1687) - chore(deps-dev): bump tmp from 0.2.1 to 0.2.2 ([#​1681](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1681)) ([4ca5a6b](https://togithub.com/mjeanroy/rollup-plugin-license/commit/4ca5a6b)), closes [#​1681](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1681) - chore(deps-dev): bump tmp from 0.2.2 to 0.2.3 ([#​1686](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1686)) ([52c43da](https://togithub.com/mjeanroy/rollup-plugin-license/commit/52c43da)), closes [#​1686](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1686) - chore(deps-dev): bump typescript from 5.2.2 to 5.3.2 ([#​1622](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1622)) ([eda0bd8](https://togithub.com/mjeanroy/rollup-plugin-license/commit/eda0bd8)), closes [#​1622](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1622) - chore(deps-dev): bump typescript from 5.3.2 to 5.3.3 ([#​1639](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1639)) ([cb73587](https://togithub.com/mjeanroy/rollup-plugin-license/commit/cb73587)), closes [#​1639](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1639) - chore(deps-dev): bump typescript from 5.3.3 to 5.4.2 ([#​1690](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1690)) ([849742f](https://togithub.com/mjeanroy/rollup-plugin-license/commit/849742f)), closes [#​1690](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1690) - chore(deps): bump moment from 2.29.4 to 2.30.1 ([#​1651](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1651)) ([1c149c2](https://togithub.com/mjeanroy/rollup-plugin-license/commit/1c149c2)), closes [#​1651](https://togithub.com/mjeanroy/rollup-plugin-license/issues/1651) - feat: include notice file in third party output ([ea5997c](https://togithub.com/mjeanroy/rollup-plugin-license/commit/ea5997c)) - refactor: extract readFile helper ([c6c059f](https://togithub.com/mjeanroy/rollup-plugin-license/commit/c6c059f)) - refactor: remove usage of \_.chain ([8f98129](https://togithub.com/mjeanroy/rollup-plugin-license/commit/8f98129)) - refactor: remove usage of \_.filter ([f98d613](https://togithub.com/mjeanroy/rollup-plugin-license/commit/f98d613)) - refactor: remove usage of \_.forEach ([feb75fa](https://togithub.com/mjeanroy/rollup-plugin-license/commit/feb75fa)) - refactor: remove usage of \_.isArray ([6a0c815](https://togithub.com/mjeanroy/rollup-plugin-license/commit/6a0c815)) - refactor: remove usage of \_.isEmpty ([fbac97d](https://togithub.com/mjeanroy/rollup-plugin-license/commit/fbac97d)) - refactor: remove usage of \_.isNil ([9253922](https://togithub.com/mjeanroy/rollup-plugin-license/commit/9253922)) - refactor: remove usage of \_.isNull ([7a6f484](https://togithub.com/mjeanroy/rollup-plugin-license/commit/7a6f484)) - refactor: remove usage of \_.isUndefined ([1e7e8e5](https://togithub.com/mjeanroy/rollup-plugin-license/commit/1e7e8e5)) - refactor: remove usage of \_.map ([6ad62e4](https://togithub.com/mjeanroy/rollup-plugin-license/commit/6ad62e4)) - refactor: remove usage of \_.values ([ca6b6d9](https://togithub.com/mjeanroy/rollup-plugin-license/commit/ca6b6d9)) - tests: remove Object.assign ([4b5ee3c](https://togithub.com/mjeanroy/rollup-plugin-license/commit/4b5ee3c))
websockets/ws (ws) ### [`v8.16.0`](https://togithub.com/websockets/ws/releases/tag/8.16.0) [Compare Source](https://togithub.com/websockets/ws/compare/8.15.1...8.16.0) ### Features - Added the `autoPong` option ([`01ba54e`](https://togithub.com/websockets/ws/commit/01ba54ed)). ### [`v8.15.1`](https://togithub.com/websockets/ws/releases/tag/8.15.1) [Compare Source](https://togithub.com/websockets/ws/compare/8.15.0...8.15.1) ### Notable changes - The `allowMultipleEventsPerMicrotask` option has been renamed to `allowSynchronousEvents` ([`4ed7fe5`](https://togithub.com/websockets/ws/commit/4ed7fe58)). This is a breaking change in a patch release that could have been avoided with an alias, but the renamed option was added only 3 days ago, so hopefully it hasn't already been widely used. ### [`v8.15.0`](https://togithub.com/websockets/ws/releases/tag/8.15.0) [Compare Source](https://togithub.com/websockets/ws/compare/8.14.2...8.15.0) ### Features - Added the `allowMultipleEventsPerMicrotask` option ([`93e3552`](https://togithub.com/websockets/ws/commit/93e3552e)). ### [`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)). ### [`v8.14.1`](https://togithub.com/websockets/ws/releases/tag/8.14.1) [Compare Source](https://togithub.com/websockets/ws/compare/8.14.0...8.14.1) ##### Bug fixes - Improved the reliability of two tests for [CITGM][] ([`fd3c64c`](https://togithub.com/websockets/ws/commit/fd3c64cb)). [CITGM]: https://togithub.com/nodejs/citgm ### [`v8.14.0`](https://togithub.com/websockets/ws/releases/tag/8.14.0) [Compare Source](https://togithub.com/websockets/ws/compare/8.13.0...8.14.0) ### Features - The `WebSocket` constructor now accepts HTTP(S) URLs ([#​2162](https://togithub.com/websockets/ws/issues/2162)). - The `socket` argument of `server.handleUpgrade()` can now be a generic `Duplex` stream ([#​2165](https://togithub.com/websockets/ws/issues/2165)). ### Other notable changes - At most one event per microtask is now emitted ([#​2160](https://togithub.com/websockets/ws/issues/2160)).

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.