react-bootstrap / dom-helpers

tiny, extremely modular, DOM helper library for IE9+
MIT License
403 stars 65 forks source link

chore(deps): update all non-major dependencies #147

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) ^7.12.1 -> ^7.12.7 age adoption passing confidence
@babel/core (source) ^7.12.3 -> ^7.12.7 age adoption passing confidence
@babel/preset-typescript ^7.12.1 -> ^7.12.7 age adoption passing confidence
@typescript-eslint/eslint-plugin ^4.7.0 -> ^4.8.1 age adoption passing confidence
@typescript-eslint/parser ^4.7.0 -> ^4.8.1 age adoption passing confidence
eslint (source) ^7.13.0 -> ^7.14.0 age adoption passing confidence
rollup (source) ^2.33.2 -> ^2.33.3 age adoption passing confidence
typescript (source) ^4.0.5 -> ^4.1.2 age adoption passing confidence

Release Notes

babel/babel ### [`v7.12.7`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7127-2020-11-20) [Compare Source](https://togithub.com/babel/babel/compare/v7.12.1...v7.12.7) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​12346](https://togithub.com/babel/babel/pull/12346) refactor: reorder checkLVal parameters ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12327](https://togithub.com/babel/babel/pull/12327) fix: disallow all parenthesized pattern except parsing LHS ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-parser` - [#​12356](https://togithub.com/babel/babel/pull/12356) [ts]Fix syntax error for modifier name class methods with type parameters ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​12352](https://togithub.com/babel/babel/pull/12352) [ts]Set `false` to default value of TsTypePredicate.asserts ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​12333](https://togithub.com/babel/babel/pull/12333) Fix syntax error for getter and setter with typescript and estree plugin ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-helper-optimise-call-expression`, `babel-plugin-proposal-class-properties` - [#​12350](https://togithub.com/babel/babel/pull/12350) Fix: correctly transform `this.#m?.(...arguments)` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-preset-env` - [#​12340](https://togithub.com/babel/babel/pull/12340) Fix support for polyfilling Array.prototype.values in core-js@2 ([@​existentialism](https://togithub.com/existentialism)) - `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-parameters`, `babel-preset-env`, `babel-traverse` - [#​12331](https://togithub.com/babel/babel/pull/12331) Use the correct `context` when re-using a cached `NodePath` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-numeric-separator` - [#​12311](https://togithub.com/babel/babel/pull/12311) Adding includes fix for plugin-proposal-numeric-separator ([@​fraywing](https://togithub.com/fraywing)) ##### :nail_care: Polish - `babel-preset-react`, `babel-preset-typescript` - [#​12347](https://togithub.com/babel/babel/pull/12347) refactor: use option-validator in preset-typescript ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​12341](https://togithub.com/babel/babel/pull/12341) improve asserts in generated typescript definitions ([@​zxbodya](https://togithub.com/zxbodya)) ##### :house: Internal - `babel-helper-regex` - [#​12377](https://togithub.com/babel/babel/pull/12377) Archive `@babel/helper-regex` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-regexp-features-plugin`, `babel-plugin-transform-sticky-regex` - [#​12349](https://togithub.com/babel/babel/pull/12349) refactor: inline `@babel/helper-regex` usage ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​12288](https://togithub.com/babel/babel/pull/12288) Don't compile `import()` in development ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​11734](https://togithub.com/babel/babel/pull/11734) Account for ConfigItem being generated by another copy of Babel ([@​developit](https://togithub.com/developit)) - `babel-preset-env` - [#​12368](https://togithub.com/babel/babel/pull/12368) Bump caniuse-lite resolutions ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​12362](https://togithub.com/babel/babel/pull/12362) chore: fix grammar in bug template ([@​snitin315](https://togithub.com/snitin315)) - [#​12357](https://togithub.com/babel/babel/pull/12357) chore: prompt maintainer to quit make watch before publish ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12328](https://togithub.com/babel/babel/pull/12328) chore: remove Node.js 13 from CI ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​11883](https://togithub.com/babel/babel/pull/11883) feat(babel‑types): Add type definitions for Node assertion methods ([@​ExE-Boss](https://togithub.com/ExE-Boss)) - `babel-cli` - [#​12322](https://togithub.com/babel/babel/pull/12322) Use `chokidar@2` without `fsevents@1` in `@babel/cli` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​12326](https://togithub.com/babel/babel/pull/12326) Add typings for `recordAndTuple` parser plugin ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-traverse` - [#​12309](https://togithub.com/babel/babel/pull/12309) test: add tests about behaviour of replaceWithMultiple ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-traverse` - [#​12302](https://togithub.com/babel/babel/pull/12302) Reduce linear search on list traversing ([@​JLHwung](https://togithub.com/JLHwung)) ##### :microscope: Output optimization - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-optional-chaining` - [#​12291](https://togithub.com/babel/babel/pull/12291) optimize optional chain when expression will be cast to boolean ([@​JLHwung](https://togithub.com/JLHwung))
typescript-eslint/typescript-eslint ### [`v4.8.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​481-httpsgithubcomtypescript-eslinttypescript-eslintcomparev480v481-2020-11-17) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.8.0...v4.8.1) ##### Bug Fixes - **eslint-plugin:** [no-unnecessary-condition] false positive when array predicate returns unknown ([#​2772](https://togithub.com/typescript-eslint/typescript-eslint/issues/2772)) ([111c244](https://togithub.com/typescript-eslint/typescript-eslint/commit/111c244c3eb157efeb5c43ff39f12633b27f091e)) - **typescript-estree:** parseWithNodeMaps returning empty maps ([#​2773](https://togithub.com/typescript-eslint/typescript-eslint/issues/2773)) ([3e4a0ed](https://togithub.com/typescript-eslint/typescript-eslint/commit/3e4a0ed0d615fd22a2f28c7c8af6179673e195f8)) ### [`v4.8.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​480-httpsgithubcomtypescript-eslinttypescript-eslintcomparev470v480-2020-11-16) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.7.0...v4.8.0) ##### Bug Fixes - **eslint-plugin:** [consistent-type-definitions] remove fixer when the interface is within a global module declaration ([#​2739](https://togithub.com/typescript-eslint/typescript-eslint/issues/2739)) ([2326238](https://togithub.com/typescript-eslint/typescript-eslint/commit/2326238738c95acfc14c17f9b16798f1de6d267f)) - **eslint-plugin:** [no-unsafe-member-access] ignore MemberExpression's whose parents are either TSClassImplements or TSInterfaceHeritage ([#​2753](https://togithub.com/typescript-eslint/typescript-eslint/issues/2753)) ([535db3b](https://togithub.com/typescript-eslint/typescript-eslint/commit/535db3bf27ee1d7824ada9acd91d1b7833064628)) ##### Features - **typescript-estree:** add `parseWithNodeMaps` API ([#​2760](https://togithub.com/typescript-eslint/typescript-eslint/issues/2760)) ([9441d50](https://togithub.com/typescript-eslint/typescript-eslint/commit/9441d5030211f1c32f5ae8e61d5565cab8bb6823)), closes [#​1852](https://togithub.com/typescript-eslint/typescript-eslint/issues/1852)
eslint/eslint ### [`v7.14.0`](https://togithub.com/eslint/eslint/releases/v7.14.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.13.0...v7.14.0) - [`5f09073`](https://togithub.com/eslint/eslint/commit/5f0907399a9666dec78c74384c8969c01483c30e) Update: fix 'skip' options in no-irregular-whitespace (fixes [#​13852](https://togithub.com/eslint/eslint/issues/13852)) ([#​13853](https://togithub.com/eslint/eslint/issues/13853)) (Milos Djermanovic) - [`1861b40`](https://togithub.com/eslint/eslint/commit/1861b4086f1018f43ab19744d866d5da986c500d) Docs: correct the function-call-argument-newline 'default' descriptions ([#​13866](https://togithub.com/eslint/eslint/issues/13866)) (Trevin Hofmann) - [`98c00c4`](https://togithub.com/eslint/eslint/commit/98c00c41d2aecb3a990393d430694f4ce6b47de5) New: Add no-nonoctal-decimal-escape rule (fixes [#​13765](https://togithub.com/eslint/eslint/issues/13765)) ([#​13845](https://togithub.com/eslint/eslint/issues/13845)) (Milos Djermanovic) - [`95d2fe6`](https://togithub.com/eslint/eslint/commit/95d2fe6057498fc1cc2193d28c8c2d1593224b33) Chore: remove eslint comment from no-octal-escape tests ([#​13846](https://togithub.com/eslint/eslint/issues/13846)) (Milos Djermanovic) - [`2004b7e`](https://togithub.com/eslint/eslint/commit/2004b7ecd3db0d4e7376cc3344246f7b9ada5801) Fix: enable debug logs for [@​eslint/eslintrc](https://togithub.com/eslint/eslintrc) (fixes [#​13850](https://togithub.com/eslint/eslint/issues/13850)) ([#​13861](https://togithub.com/eslint/eslint/issues/13861)) (Milos Djermanovic) - [`d2239a1`](https://togithub.com/eslint/eslint/commit/d2239a1fdec452e24ede04e990d16d42516fa538) Fix: no-useless-constructor crash on bodyless constructor (fixes [#​13830](https://togithub.com/eslint/eslint/issues/13830)) ([#​13842](https://togithub.com/eslint/eslint/issues/13842)) (Ari Perkkiö) - [`eda0aa1`](https://togithub.com/eslint/eslint/commit/eda0aa18498dd85eb618873e8e0f4ac97032cfca) Docs: no-restricted-imports is only for static imports ([#​13863](https://togithub.com/eslint/eslint/issues/13863)) (Robat Williams) - [`042ae44`](https://togithub.com/eslint/eslint/commit/042ae44682a8a6c5037d920689124e2304056dd8) Docs: Fix JS syntax and doc URL in working-with-custom-formatters.md ([#​13828](https://togithub.com/eslint/eslint/issues/13828)) (Raphael LANG) - [`038dc73`](https://togithub.com/eslint/eslint/commit/038dc73c99ae68eae2035ef303f3a947053c8f05) Chore: Test on Node.js 15 ([#​13844](https://togithub.com/eslint/eslint/issues/13844)) (Brandon Mills) - [`37a06d6`](https://togithub.com/eslint/eslint/commit/37a06d633d3669f0f43236141dc43465b8bc7ec5) Sponsors: Sync README with website (ESLint Jenkins)
rollup/rollup ### [`v2.33.3`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2333) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.33.2...v2.33.3) _2020-11-18_ ##### Bug Fixes - Do not use `.js` extension when importing AMD files from a UMD bundle ([#​3872](https://togithub.com/rollup/rollup/issues/3872)) ##### Pull Requests - [#​3861](https://togithub.com/rollup/rollup/pull/3861): Update chat/support links ([@​shellscape](https://togithub.com/shellscape)) - [#​3872](https://togithub.com/rollup/rollup/pull/3872): Also removeExtensionFromRelativeAmdId in UMD finaliser ([@​tjenkinson](https://togithub.com/tjenkinson))
Microsoft/TypeScript ### [`v4.1.2`](https://togithub.com/Microsoft/TypeScript/releases/v4.1.2) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.0.5...v4.1.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-1). For the complete list of fixed issues, check out the - [fixed issues query for TypeScript v4.1.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.1.0%22+is%3Aclosed+). - [fixed issues query for TypeScript v4.1.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.1.1%22+is%3Aclosed+). - [fixed issues query for TypeScript v4.1.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.1.2%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2017/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-41) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

Renovate configuration

:date: Schedule: "before 3am on Monday" (UTC).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.