juliomrqz / vue-warehouse

A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js.
https://marquez.co/docs/vue-warehouse
MIT License
174 stars 9 forks source link

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

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies minor 7.10.5 -> 7.11.6
@babel/plugin-transform-runtime devDependencies minor 7.10.5 -> 7.11.5
@babel/preset-env (source) devDependencies minor 7.10.4 -> 7.11.5
@babel/runtime (source) devDependencies minor 7.10.5 -> 7.11.2
babel-jest devDependencies minor 26.1.0 -> 26.3.0
codecov devDependencies patch 3.7.1 -> 3.7.2
conventional-changelog-cli devDependencies minor 2.0.34 -> 2.1.0
eslint (source) devDependencies minor 7.5.0 -> 7.9.0
husky devDependencies minor 4.2.5 -> 4.3.0
jest (source) devDependencies minor 26.1.0 -> 26.4.2
rollup (source) devDependencies minor 2.22.1 -> 2.28.1
vue peerDependencies patch ^2.6.11 -> ^2.6.12
vue devDependencies patch 2.6.11 -> 2.6.12
vue-template-compiler devDependencies patch 2.6.11 -> 2.6.12
webpack devDependencies minor 4.43.0 -> 4.44.2

Release Notes

babel/babel ### [`v7.11.6`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7116-2020-09-03) [Compare Source](https://togithub.com/babel/babel/compare/v7.11.5...v7.11.6) ##### :house: Internal - [#​12028](https://togithub.com/babel/babel/pull/12028) Run prepublish build after versioning ([@​JLHwung](https://togithub.com/JLHwung)) ##### :leftwards_arrow_with_hook: Revert - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-transform-fixture-test-runner` - [#​12027](https://togithub.com/babel/babel/pull/12027) Revert [#​12014](https://togithub.com/babel/babel/issues/12014) ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.11.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7115-2020-08-31) [Compare Source](https://togithub.com/babel/babel/compare/v7.11.4...v7.11.5) ##### :bug: Bug Fix - `babel-helper-builder-react-jsx-experimental`, `babel-plugin-transform-react-jsx-development` - [#​12017](https://togithub.com/babel/babel/pull/12017) Fix `jsxDEV` for generated elements ([@​Timer](https://togithub.com/Timer)) - `babel-parser` - [#​11931](https://togithub.com/babel/babel/pull/11931) fix: ExpressionBody should respect [In] parameter ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11987](https://togithub.com/babel/babel/pull/11987) Set generator to true during error recovery of accessor ([@​existentialism](https://togithub.com/existentialism)) - Other - [#​11993](https://togithub.com/babel/babel/pull/11993) Added linting support for private class methods ([@​giovannicalo](https://togithub.com/giovannicalo)) - `babel-plugin-proposal-function-bind` - [#​12000](https://togithub.com/babel/babel/pull/12000) fix(plugin-proposal-function-bind): fix invalid code emitted for `::super.foo` ([@​uhyo](https://togithub.com/uhyo)) ##### :nail_care: Polish - `babel-traverse` - [#​11832](https://togithub.com/babel/babel/pull/11832) Forward deopt node path ([@​johanholmerin](https://togithub.com/johanholmerin)) ##### :house: Internal - Other - [#​12013](https://togithub.com/babel/babel/pull/12013) Remove unused enhanced-resolve and normalize lock resolutions ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12010](https://togithub.com/babel/babel/pull/12010) chore: use Rollup 2 ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12002](https://togithub.com/babel/babel/pull/12002) Restructure CI workflow ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11781](https://togithub.com/babel/babel/pull/11781) chore: improve Yarn 2 cache on CI ([@​JLHwung](https://togithub.com/JLHwung)) - _Every package_ - [#​11962](https://togithub.com/babel/babel/pull/11962) Use Yarn 2 ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.11.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7114-2020-08-20) [Compare Source](https://togithub.com/babel/babel/compare/v7.11.1...v7.11.4) ##### :bug: Bug Fix - `babel-helper-replace-supers` - [#​11985](https://togithub.com/babel/babel/pull/11985) fix: declare [@​babel/traverse](https://togithub.com/babel/traverse) as a dependency ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​11974](https://togithub.com/babel/babel/pull/11974) Ensure `import()` is not transpiled in `babel-core` published source ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​11979](https://togithub.com/babel/babel/pull/11979) Throw error on invalid flow async generic arrow syntax ([@​existentialism](https://togithub.com/existentialism)) - [#​11955](https://togithub.com/babel/babel/pull/11955) Fix parsing type casted generic flow arrow exprs ([@​existentialism](https://togithub.com/existentialism)) - [#​11973](https://togithub.com/babel/babel/pull/11973) fix: do not transform ClassPrivateMethods in estree ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11941](https://togithub.com/babel/babel/pull/11941) fix: push new token context when braceHashL is seen ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11943](https://togithub.com/babel/babel/pull/11943) fix: reset EndLocation for catch param ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​11978](https://togithub.com/babel/babel/pull/11978) fix: do not mutate newTypes ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11970](https://togithub.com/babel/babel/pull/11970) fix: ensure defaults are set in [@​babel/eslint-parser](https://togithub.com/babel/eslint-parser) ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-generator` - [#​11947](https://togithub.com/babel/babel/pull/11947) fix: disallow line break between async and property ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - Other - [#​11952](https://togithub.com/babel/babel/pull/11952) Move legacy node version tests to GitHub actions ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11936](https://togithub.com/babel/babel/pull/11936) chore: do not push version commit on lerna version ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​11923](https://togithub.com/babel/babel/pull/11923) Add more parser test cases ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11944](https://togithub.com/babel/babel/pull/11944) Simplify tokenizer update context ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11945](https://togithub.com/babel/babel/pull/11945) chore: enable flowcheck on CI ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11930](https://togithub.com/babel/babel/pull/11930) Refactor [In] production parameter tracking ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers` - [#​11953](https://togithub.com/babel/babel/pull/11953) chore: remove obsolete comment ([@​jamescdavis](https://togithub.com/jamescdavis)) - `babel-helper-transform-fixture-test-runner` - [#​11951](https://togithub.com/babel/babel/pull/11951) chore: build babel-polyfill-dist on make watch ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core`, `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-spread` - [#​11531](https://togithub.com/babel/babel/pull/11531) Isolated exec tests ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-helper-bindify-decorators`, `babel-helper-call-delegate`, `babel-helper-explode-assignable-expression`, `babel-helper-explode-class`, `babel-helper-remap-async-to-generator`, `babel-helper-replace-supers` - [#​11937](https://togithub.com/babel/babel/pull/11937) Move some [@​babel/traverse](https://togithub.com/babel/traverse) from deps to devDeps ([@​Monchi](https://togithub.com/Monchi)) ### [`v7.11.1`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7111-2020-08-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.11.0...v7.11.1) ##### :bug: Bug Fix - `babel-parser` - [#​11912](https://togithub.com/babel/babel/pull/11912) rescan gt/lt token after TsAsExpression is parsed ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​11906](https://togithub.com/babel/babel/pull/11906) Do not cache non-existent config files forever ([@​devongovett](https://togithub.com/devongovett)) - `babel-plugin-transform-block-scoping`, `babel-standalone` - [#​11901](https://togithub.com/babel/babel/pull/11901) fix: ensure `[…map.keys]` can be correctly transformed in loose mode ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - [#​11900](https://togithub.com/babel/babel/pull/11900) docs: remove experimental warning on README ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-parser` - [#​11871](https://togithub.com/babel/babel/pull/11871) Parser refactoring ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​11899](https://togithub.com/babel/babel/pull/11899) Update `@babel/*` deps ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.11.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7110-2020-07-30) [Compare Source](https://togithub.com/babel/babel/compare/v7.10.5...v7.11.0) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​11852](https://togithub.com/babel/babel/pull/11852) fix: disallow \\8, \\9 in strict mode string ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11854](https://togithub.com/babel/babel/pull/11854) fix: allow 09.1_1 and 09e1_1 in sloppy mode ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-optional-chaining` - [#​11850](https://togithub.com/babel/babel/pull/11850) fix: eval?.() is indirect ([@​JLHwung](https://togithub.com/JLHwung)) ##### :rocket: New Feature - `babel-cli`, `babel-core` - [#​11588](https://togithub.com/babel/babel/pull/11588) add showConfig support ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-preset-env` - [#​11876](https://togithub.com/babel/babel/pull/11876) enable logical assignment in babel preset env ([@​morrme](https://togithub.com/morrme)) - [#​11865](https://togithub.com/babel/babel/pull/11865) Add `numeric-separator` to `preset-env` ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11849](https://togithub.com/babel/babel/pull/11849) Add `export-namespace-from` to `preset-env` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​11863](https://togithub.com/babel/babel/pull/11863) feat: enable numericSeparator parsing support ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11755](https://togithub.com/babel/babel/pull/11755) Allow unknown/any in TS catch clause param ([@​existentialism](https://togithub.com/existentialism)) - [#​11753](https://togithub.com/babel/babel/pull/11753) TypeScript 4.0: Allow spread in the middle of tuples ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​11815](https://togithub.com/babel/babel/pull/11815) eslint-parser: ES2020 features ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator`, `babel-parser`, `babel-types` - [#​11754](https://togithub.com/babel/babel/pull/11754) TypeScript 4.0: Support labeled tuple elements ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-syntax-decimal`, `babel-standalone`, `babel-types` - [#​11640](https://togithub.com/babel/babel/pull/11640) Add decimal parsing support ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​10241](https://togithub.com/babel/babel/pull/10241) Add `cloneInputAst` option to `babel.transformFromAst` ([@​coderaiser](https://togithub.com/coderaiser)) ##### :bug: Bug Fix - Other - [#​11896](https://togithub.com/babel/babel/pull/11896) update: hardcode [@​babel/eslint-parser](https://togithub.com/babel/eslint-parser) min supported version check ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-helper-skip-transparent-expression-wrappers`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-transform-spread` - [#​11404](https://togithub.com/babel/babel/pull/11404) Skip TSAsExpression when transforming spread in CallExpression ([@​oliverdunk](https://togithub.com/oliverdunk)) - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-logical-assignment-operators` - [#​11702](https://togithub.com/babel/babel/pull/11702) add support for logical assignments with private properties ([@​ryzokuken](https://togithub.com/ryzokuken)) - `babel-plugin-transform-typescript` - [#​11747](https://togithub.com/babel/babel/pull/11747) Typescript: always strip declare from class fields ([@​jamescdavis](https://togithub.com/jamescdavis)) - `babel-plugin-transform-runtime` - [#​11893](https://togithub.com/babel/babel/pull/11893) Fix incorrect module path when absoluteRuntime is specified ([@​sz-coder](https://togithub.com/sz-coder)) - `babel-parser` - [#​11862](https://togithub.com/babel/babel/pull/11862) Correctly check reserved word for PropertyDefinition: IdentifierReference ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11847](https://togithub.com/babel/babel/pull/11847) fix: correctly set innerEndPos in CoverParenthesizedExpressionAndArrowParameterList ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator`, `babel-parser`, `babel-plugin-transform-typescript` - [#​11767](https://togithub.com/babel/babel/pull/11767) Follow-up on initial TS4 catch param support ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator` - [#​11836](https://togithub.com/babel/babel/pull/11836) Always retain lines for async arrow ([@​cwohlman](https://togithub.com/cwohlman)) ##### :nail_care: Polish - `babel-traverse` - [#​11791](https://togithub.com/babel/babel/pull/11791) babel-traverse: prefer clearer, reduced-bias option naming ([@​jayaddison](https://togithub.com/jayaddison)) ##### :house: Internal - Other - [#​11688](https://togithub.com/babel/babel/pull/11688) fix build config to work the same when running on windows ([@​zxbodya](https://togithub.com/zxbodya)) - [#​11894](https://togithub.com/babel/babel/pull/11894) Prepare to publish `@babel/eslint-*` packages ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11879](https://togithub.com/babel/babel/pull/11879) chore: use modules: "auto" ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11875](https://togithub.com/babel/babel/pull/11875) chore(github): fix issue template typo ([@​SirWindfield](https://togithub.com/SirWindfield)) - [#​11706](https://togithub.com/babel/babel/pull/11706) chore: update `spec-new` in CONTRIBUTING.md [skip ci]([@​JLHwung](https://togithub.com/JLHwung)) - `babel-standalone` - [#​11777](https://togithub.com/babel/babel/pull/11777) chore: build standalone once in prepublish step ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-helper-compilation-targets`, `babel-preset-env` - [#​11838](https://togithub.com/babel/babel/pull/11838) refactor: replace caniuse-db by mdn-browser-compat-data ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-core`, `babel-helper-module-transforms`, `babel-helper-split-export-declaration`, `babel-parser`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-classes`, `babel-preset-env`, `babel-traverse`, `babel-types` - [#​11846](https://togithub.com/babel/babel/pull/11846) chore: fix typo in codebase ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​11843](https://togithub.com/babel/babel/pull/11843) refactor: reorganize babel types definitions structure ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data` - [#​11837](https://togithub.com/babel/babel/pull/11837) chore: use repository HEAD when pulling third party repos ([@​JLHwung](https://togithub.com/JLHwung))
facebook/jest ### [`v26.3.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2630) [Compare Source](https://togithub.com/facebook/jest/compare/v26.2.2...v26.3.0) ##### Features - `[jest-circus, jest-jasmine2]` Include `failureDetails` property in test results ([#​9496](https://togithub.com/facebook/jest/pull/9496)) - `[jest-each, jest-jasmine, jest-circus]` Add support for `.concurrent.each` ([#​9326](https://togithub.com/facebook/jest/pull/9326)) ##### Fixes - `[jest-config]` Add `.pnp.js` to `transformIgnorePatterns` defaults ([#​10383](https://togithub.com/facebook/jest/pull/10383)) - `[jest-leak-detector]` Wait properly for GC runs due to changes in Node 14.7 ([#​10366](https://togithub.com/facebook/jest/pull/10366)) - `[jest-worker]` Downgrade minimum node version to 10.13 ([#​10352](https://togithub.com/facebook/jest/pull/10352)) - `[docs]` Update snapshot testing documentation([#​10359](https://togithub.com/facebook/jest/pull/10359)) ### [`v26.2.2`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2622) [Compare Source](https://togithub.com/facebook/jest/compare/v26.2.1...v26.2.2) ##### Fixes - `[jest-cli]` Use correct file name to override existing jest config on init ([#​10337](https://togithub.com/facebook/jest/pull/10337)) - `[jest-haste-map]` Properly detect support for native `find` ([#​10346](https://togithub.com/facebook/jest/pull/10346)) ### [`v26.2.1`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2621) [Compare Source](https://togithub.com/facebook/jest/compare/v26.2.0...v26.2.1) ##### Fixes - `[jest-worker]` Make sure to work with Node TS typings v12 ([#​10336](https://togithub.com/facebook/jest/pull/10336)) ### [`v26.2.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2620) [Compare Source](https://togithub.com/facebook/jest/compare/v26.1.0...v26.2.0) ##### Features - `[jest-core, jest-circus, jest-reporter, jest-runner]` Added support for reporting individual test cases using jest-circus ([#​10227](https://togithub.com/facebook/jest/pull/10227)) - `[jest-config, jest-reporter, jest-runner, jest-test-sequencer]` Add `slowTestThreshold` configuration option ([#​9366](https://togithub.com/facebook/jest/pull/9366)) - `[jest-haste-map]` Watchman crawler now includes dotfiles ([#​10075](https://togithub.com/facebook/jest/pull/10075)) - `[jest-worker]` Added support for workers to send custom messages to parent in jest-worker ([#​10293](https://togithub.com/facebook/jest/pull/10293)) - `[jest-worker]` Support passing `resourceLimits` ([#​10335](https://togithub.com/facebook/jest/pull/10335)) - `[pretty-format]` Added support for serializing custom elements (web components) ([#​10217](https://togithub.com/facebook/jest/pull/10237)) ##### Fixes - `[expect]` Match symbols and bigints in `any()` ([#​10223](https://togithub.com/facebook/jest/pull/10223)) - `[jest-changed-files]` Use `git diff` instead of `git log` for `--changedSince` ([#​10155](https://togithub.com/facebook/jest/pull/10155)) - `[jest-console]` Add missing `console.timeLog` for compatibility with Node ([#​10209](https://togithub.com/facebook/jest/pull/10209)) - `[jest-haste-map]` Check `find` binary supports the `-iname` parameter ([#​10308](https://togithub.com/facebook/jest/pull/10308)) - `[jest-snapshot]` Strip added indentation for inline error snapshots ([#​10217](https://togithub.com/facebook/jest/pull/10217)) ##### Chore & Maintenance - `[*]` Add missing dependency on `@types/node` ([#​10248](https://togithub.com/facebook/jest/pull/10248)) - `[jest-jasmine2]` Convert `PCancelable` to TypeScript ([#​10215](https://togithub.com/facebook/jest/pull/10215)) - `[jest-jasmine2]` Refine typings of `queueRunner` ([#​10215](https://togithub.com/facebook/jest/pull/10215)) - `[jest-jasmine2]` Remove usage of `Function` type ([#​10216](https://togithub.com/facebook/jest/pull/10216)) - `[jest-resolve]` Improve types ([#​10239](https://togithub.com/facebook/jest/pull/10239)) - `[docs]` Clarify the [`jest.requireActual(moduleName)`](https://jestjs.io/docs/en/jest-object#jestrequireactualmodulename) example - `[jest-types]` Refine typings of `coverageReporters` ([#​10275](https://togithub.com/facebook/jest/pull/10275))
codecov/codecov-node ### [`v3.7.2`](https://togithub.com/codecov/codecov-node/blob/master/CHANGELOG.md#​372) [Compare Source](https://togithub.com/codecov/codecov-node/compare/v3.7.1...v3.7.2) - Fix issue with network and file finding
conventional-changelog/conventional-changelog ### [`v2.1.0`](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.0.35...conventional-changelog-cli@2.1.0) [Compare Source](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.0.35...conventional-changelog-cli@2.1.0) ### [`v2.0.35`](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.0.34...conventional-changelog-cli@2.0.35) [Compare Source](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.0.34...conventional-changelog-cli@2.0.35)
eslint/eslint ### [`v7.9.0`](https://togithub.com/eslint/eslint/releases/v7.9.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.8.1...v7.9.0) - [`3ca2700`](https://togithub.com/eslint/eslint/commit/3ca27004ece5016ba7aed775f01ad13bc9282296) Fix: Corrected notice for invalid (:) plugin names ([#​13473](https://togithub.com/eslint/eslint/issues/13473)) (Josh Goldberg) - [`fc5783d`](https://togithub.com/eslint/eslint/commit/fc5783d2ff9e3b0d7a1f9664928d49270b4a6c01) Docs: Fix leaky anchors in v4 migration page ([#​13635](https://togithub.com/eslint/eslint/issues/13635)) (Timo Tijhof) - [`f1d07f1`](https://togithub.com/eslint/eslint/commit/f1d07f112be96c64dfdaa154aa9ac81985b16238) Docs: Provide install commands for Yarn ([#​13661](https://togithub.com/eslint/eslint/issues/13661)) (Nikita Baksalyar) - [`29d1cdc`](https://togithub.com/eslint/eslint/commit/29d1cdceedd6c056a39149723cf9ff2fbb260cbf) Fix: prefer-destructuring removes comments (refs [#​13678](https://togithub.com/eslint/eslint/issues/13678)) ([#​13682](https://togithub.com/eslint/eslint/issues/13682)) (Milos Djermanovic) - [`b4da0a7`](https://togithub.com/eslint/eslint/commit/b4da0a7ca7995435bdfc116fd374eb0649470131) Docs: fix typo in working with plugins docs ([#​13683](https://togithub.com/eslint/eslint/issues/13683)) (啸生) - [`6f87db7`](https://togithub.com/eslint/eslint/commit/6f87db7c318225e48ccbbf0bec8b3758ea839b82) Update: fix id-length false negatives on Object.prototype property names ([#​13670](https://togithub.com/eslint/eslint/issues/13670)) (Milos Djermanovic) - [`361ac4d`](https://togithub.com/eslint/eslint/commit/361ac4d895c15086fb4351d4dca1405b2fdc4bd5) Fix: NonOctalDecimalIntegerLiteral is decimal integer (fixes [#​13588](https://togithub.com/eslint/eslint/issues/13588)) ([#​13664](https://togithub.com/eslint/eslint/issues/13664)) (Milos Djermanovic) - [`f260716`](https://togithub.com/eslint/eslint/commit/f260716695064e4b4193337107b60401bd4b3f20) Docs: update outdated link ([#​13677](https://togithub.com/eslint/eslint/issues/13677)) (klkhan) - [`5138c91`](https://togithub.com/eslint/eslint/commit/5138c913c256e4266ffb68278783af45bf70af84) Docs: add missing eslint directive comments in no-await-in-loop ([#​13673](https://togithub.com/eslint/eslint/issues/13673)) (Milos Djermanovic) - [`17b58b5`](https://togithub.com/eslint/eslint/commit/17b58b528df62bf96813d50c087cafdf83306810) Docs: clarify correct example in no-return-await (fixes [#​13656](https://togithub.com/eslint/eslint/issues/13656)) ([#​13657](https://togithub.com/eslint/eslint/issues/13657)) (Milos Djermanovic) - [`9171f0a`](https://togithub.com/eslint/eslint/commit/9171f0a99bb4d7c53f109b1c2b215004a7c27713) Chore: fix typo ([#​13660](https://togithub.com/eslint/eslint/issues/13660)) (Nitin Kumar) - [`6d9f8fb`](https://togithub.com/eslint/eslint/commit/6d9f8fbb7ed4361b475fb50d04e6d25744d5b1a2) Sponsors: Sync README with website (ESLint Jenkins) - [`97b0dd9`](https://togithub.com/eslint/eslint/commit/97b0dd9a1af1ae4ae3857adcfe6eeac7837101ed) Sponsors: Sync README with website (ESLint Jenkins) - [`deab125`](https://togithub.com/eslint/eslint/commit/deab125fc9220dab43baeb32c6cf78942ad25a83) Sponsors: Sync README with website (ESLint Jenkins) - [`bf2e367`](https://togithub.com/eslint/eslint/commit/bf2e367bf4f6fde9930af9de8b8d8bc3d8b5782f) Sponsors: Sync README with website (ESLint Jenkins) - [`8929208`](https://togithub.com/eslint/eslint/commit/89292084bf91ba5ae5bf966c6c56fa3da139ce57) Sponsors: Sync README with website (ESLint Jenkins) ### [`v7.8.1`](https://togithub.com/eslint/eslint/releases/v7.8.1) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.8.0...v7.8.1) - [`f542b5d`](https://togithub.com/eslint/eslint/commit/f542b5d0679b73326ad249fc44a54c3f848bd3e6) Fix: Update broken [@​eslint/eslintrc](https://togithub.com/eslint/eslintrc) version (fixes [#​13641](https://togithub.com/eslint/eslint/issues/13641)) ([#​13647](https://togithub.com/eslint/eslint/issues/13647)) (Nicholas C. Zakas) - [`c1b5696`](https://togithub.com/eslint/eslint/commit/c1b56966c2354e12d16e8394443de49fa54f4290) Sponsors: Sync README with website (ESLint Jenkins) - [`8ddeda0`](https://togithub.com/eslint/eslint/commit/8ddeda01afdb1e9656a43853b8e25c9c4582e6ad) Sponsors: Sync README with website (ESLint Jenkins) - [`e02e2fe`](https://togithub.com/eslint/eslint/commit/e02e2fe019a1ed9a34a7b96e4c8961c35093b0ce) Sponsors: Sync README with website (ESLint Jenkins) ### [`v7.8.0`](https://togithub.com/eslint/eslint/releases/v7.8.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.7.0...v7.8.0) - [`58abd93`](https://togithub.com/eslint/eslint/commit/58abd9311900a8af5a3c0963daaf64675bdd8383) Update: support logical assignments in code path analysis (refs [#​13569](https://togithub.com/eslint/eslint/issues/13569)) ([#​13612](https://togithub.com/eslint/eslint/issues/13612)) (Milos Djermanovic) - [`db7488e`](https://togithub.com/eslint/eslint/commit/db7488e6326fd1b7ea04c5062beb1c5f75fc15ed) Update: support logical assignments in core rules (refs [#​13569](https://togithub.com/eslint/eslint/issues/13569)) ([#​13618](https://togithub.com/eslint/eslint/issues/13618)) (Milos Djermanovic) - [`3729219`](https://togithub.com/eslint/eslint/commit/372921924778f2e525535985e17c97b988546210) Docs: Update Step 1 of Development Environment documentation (klkhan) - [`a320324`](https://togithub.com/eslint/eslint/commit/a32032430a0779a4e3b2d137d4d0682844084b82) Chore: Test formatted integers in no-dupe-keys (refs [#​13568](https://togithub.com/eslint/eslint/issues/13568)) ([#​13626](https://togithub.com/eslint/eslint/issues/13626)) (Brandon Mills) - [`88a9ade`](https://togithub.com/eslint/eslint/commit/88a9ade7643bb166efbab45cee15f3269496f4be) Update: add es2021 environment (refs [#​13602](https://togithub.com/eslint/eslint/issues/13602)) ([#​13603](https://togithub.com/eslint/eslint/issues/13603)) (Milos Djermanovic) - [`0003dc0`](https://togithub.com/eslint/eslint/commit/0003dc0f966f2b47555595586f84eb3163cb0179) Update: support numeric separators (refs [#​13568](https://togithub.com/eslint/eslint/issues/13568)) ([#​13581](https://togithub.com/eslint/eslint/issues/13581)) (Milos Djermanovic) - [`96b11a0`](https://togithub.com/eslint/eslint/commit/96b11a0717bf32b94ec768611574372320fb774b) Update: Add exceptionPatterns to id-length rule (fixes [#​13094](https://togithub.com/eslint/eslint/issues/13094)) ([#​13576](https://togithub.com/eslint/eslint/issues/13576)) (sodam) - [`3439fea`](https://togithub.com/eslint/eslint/commit/3439fea5c0ed330d01d874b0c9df51dd51ae792c) Update: support numeric-separator in no-loss-of-precision (refs [#​13568](https://togithub.com/eslint/eslint/issues/13568)) ([#​13574](https://togithub.com/eslint/eslint/issues/13574)) (Anix) - [`ed64767`](https://togithub.com/eslint/eslint/commit/ed64767859d776145d68145419a61f5379b4dd63) Update: add comment to message in no-warning-comments (fixes [#​12327](https://togithub.com/eslint/eslint/issues/12327)) ([#​13522](https://togithub.com/eslint/eslint/issues/13522)) (Anix) - [`e60ec07`](https://togithub.com/eslint/eslint/commit/e60ec07fad0c1d4c966f28d214c5379da753ff4e) Sponsors: Sync README with website (ESLint Jenkins) - [`483bf7f`](https://togithub.com/eslint/eslint/commit/483bf7f3cc40e0d866798d6ca9ee1c19aa77ddd2) Docs: fix examples in object-curly-newline ([#​13605](https://togithub.com/eslint/eslint/issues/13605)) (Soobin Bak) - [`1c35d57`](https://togithub.com/eslint/eslint/commit/1c35d57b0a5f374cc55f1727a7561bcab1962e83) Docs: Remove stale Keybase 2FA instructions ([#​13622](https://togithub.com/eslint/eslint/issues/13622)) (Brandon Mills) - [`82669fa`](https://togithub.com/eslint/eslint/commit/82669fa66670a00988db5b1d10fe8f3bf30be84e) Chore: Extract some functionality to eslintrc (refs [#​13481](https://togithub.com/eslint/eslint/issues/13481)) ([#​13613](https://togithub.com/eslint/eslint/issues/13613)) (Nicholas C. Zakas) - [`4111d21`](https://togithub.com/eslint/eslint/commit/4111d21a046b73892e2c84f92815a21ef4db63e1) Docs: Fix typo and missing article before noun in docs ([#​13611](https://togithub.com/eslint/eslint/issues/13611)) (Patrice Sandhu) - [`091e52a`](https://togithub.com/eslint/eslint/commit/091e52ae1ca408f3e668f394c14d214c9ce806e6) Upgrade: espree@7.3.0 (refs [#​13568](https://togithub.com/eslint/eslint/issues/13568)) ([#​13609](https://togithub.com/eslint/eslint/issues/13609)) (Kai Cataldo) - [`05074fb`](https://togithub.com/eslint/eslint/commit/05074fb2c243e904e8c09d714ad9d084acdd80d2) Sponsors: Sync README with website (ESLint Jenkins) - [`bdb65ec`](https://togithub.com/eslint/eslint/commit/bdb65ec2e672c9815bee356b61d1cd60a1072152) Chore: add 3rd party parsers in BUG_REPORT template ([#​13606](https://togithub.com/eslint/eslint/issues/13606)) (YeonJuan) - [`f954476`](https://togithub.com/eslint/eslint/commit/f954476fb6b0664679c73babd5e8a0647572b81f) Chore: add common 3rd party parsers to issue template ([#​13596](https://togithub.com/eslint/eslint/issues/13596)) (Kai Cataldo) - [`2bee6d2`](https://togithub.com/eslint/eslint/commit/2bee6d256ae0516c9a9003bb3fdca24ff93253b5) Chore: Mark config-related files (refs [#​13481](https://togithub.com/eslint/eslint/issues/13481)) ([#​13597](https://togithub.com/eslint/eslint/issues/13597)) (Nicholas C. Zakas) - [`66442a9`](https://togithub.com/eslint/eslint/commit/66442a9faf9872db4a40f56dde28c48f4d02fc7b) Update: Add no-magic-numbers 'ignoreDefaultValues' option ([#​12611](https://togithub.com/eslint/eslint/issues/12611)) (Dieter Luypaert) - [`b487164`](https://togithub.com/eslint/eslint/commit/b487164d01dd0bf66fdf2df0e374ce1c3bdb0339) Docs: add exponentiation operators to operator-assignment documentation ([#​13577](https://togithub.com/eslint/eslint/issues/13577)) (Milos Djermanovic) - [`2f27836`](https://togithub.com/eslint/eslint/commit/2f27836e989f3dfe236e34054b490febc359bc48) Sponsors: Sync README with website (ESLint Jenkins) - [`60eafc1`](https://togithub.com/eslint/eslint/commit/60eafc15075f38955cb6816bf1f0bcf6e6e6d3a6) Sponsors: Sync README with website (ESLint Jenkins) ### [`v7.7.0`](https://togithub.com/eslint/eslint/releases/v7.7.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.6.0...v7.7.0) - [`b46f3ee`](https://togithub.com/eslint/eslint/commit/b46f3ee0dae4add9df99cae940b641ad8de58b9e) Update: allowFunctionParams option in no-underscore-dangle (fixes 12579) ([#​13545](https://togithub.com/eslint/eslint/issues/13545)) (Sunghyun Cho) - [`26aa245`](https://togithub.com/eslint/eslint/commit/26aa2452b5f407fabc25dad21182180e4d3be532) Docs: clarify "case" specifier in padding-line-between-statements ([#​13562](https://togithub.com/eslint/eslint/issues/13562)) (Milos Djermanovic) - [`082891c`](https://togithub.com/eslint/eslint/commit/082891c042d72953fe86cd3ce9c96e661760793d) Docs: Update semantic versioning policy ([#​13563](https://togithub.com/eslint/eslint/issues/13563)) (Nicholas C. Zakas) - [`4e0b672`](https://togithub.com/eslint/eslint/commit/4e0b672eb4bf39f7502a550b08b25a56a196f19f) Fix: revert "Update: disallow multiple options in comma-dangle schema" ([#​13564](https://togithub.com/eslint/eslint/issues/13564)) (Kai Cataldo) - [`254990e`](https://togithub.com/eslint/eslint/commit/254990e87914457ca25ea2d7ee012964e56fc9e5) Fix: indent for async arrow functions (fixes [#​13497](https://togithub.com/eslint/eslint/issues/13497)) ([#​13544](https://togithub.com/eslint/eslint/issues/13544)) (Anix) - [`28ca339`](https://togithub.com/eslint/eslint/commit/28ca339259b07c96c73f2ef28cbf112b96395855) Sponsors: Sync README with website (ESLint Jenkins) - [`2e4158d`](https://togithub.com/eslint/eslint/commit/2e4158d3ec9cfed6400bf70795fd7171e96ff9b3) Sponsors: Sync README with website (ESLint Jenkins) - [`488d159`](https://togithub.com/eslint/eslint/commit/488d1595aef43c4d52cccdb2c97977884f0375a8) Sponsors: Sync README with website (ESLint Jenkins) - [`c44306e`](https://togithub.com/eslint/eslint/commit/c44306e52778309a79232ceab8b55a9aa0f2dfda) Sponsors: Sync README with website (ESLint Jenkins) - [`6677180`](https://togithub.com/eslint/eslint/commit/6677180495e16a02d150d0552e7e5d5f6b77fcc5) Sponsors: Sync README with website (ESLint Jenkins) - [`07db7b8`](https://togithub.com/eslint/eslint/commit/07db7b8080c2f68ee28e7d447db356c33e6fddce) Sponsors: Sync README with website (ESLint Jenkins) - [`d4ce4d3`](https://togithub.com/eslint/eslint/commit/d4ce4d3b8492c3e4654ed1f51f2c48e6c0ad272f) Sponsors: Sync README with website (ESLint Jenkins) - [`284e954`](https://togithub.com/eslint/eslint/commit/284e954f93126c50e0aa9b88f42afb03a47ad967) Sponsors: Sync README with website (ESLint Jenkins) - [`ae9b54e`](https://togithub.com/eslint/eslint/commit/ae9b54e59b01aa9f50ee31f5b6787d86e6b59de6) Sponsors: Sync README with website (ESLint Jenkins) - [`9124a15`](https://togithub.com/eslint/eslint/commit/9124a1599638a1caf4b7e252d1cb66abdc5e51c6) Chore: remove leche (fixes [#​13287](https://togithub.com/eslint/eslint/issues/13287)) ([#​13533](https://togithub.com/eslint/eslint/issues/13533)) (Mark de Dios) - [`5c4c7f5`](https://togithub.com/eslint/eslint/commit/5c4c7f515c2e8e83f2186a66ddce75d6477abeb0) Sponsors: Sync README with website (ESLint Jenkins) - [`48d8ec8`](https://togithub.com/eslint/eslint/commit/48d8ec8cf320c69aed17c6b6c78f19e7c1e587ca) Sponsors: Sync README with website (ESLint Jenkins) ### [`v7.6.0`](https://togithub.com/eslint/eslint/releases/v7.6.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.5.0...v7.6.0) - [`ecb2b73`](https://togithub.com/eslint/eslint/commit/ecb2b7343a0d14fb57d297a16be6c1b176fb3dbf) Update: require `meta` for fixable rules in RuleTester (refs [#​13349](https://togithub.com/eslint/eslint/issues/13349)) ([#​13489](https://togithub.com/eslint/eslint/issues/13489)) (Milos Djermanovic) - [`6fb4edd`](https://togithub.com/eslint/eslint/commit/6fb4edde3b7a7ae2faf8ac956a7342fbf80865fc) Docs: fix broken links in developer guide ([#​13518](https://togithub.com/eslint/eslint/issues/13518)) (Sam Chen) - [`318fe10`](https://togithub.com/eslint/eslint/commit/318fe103dbf2548eee293ff456ef0b829dbe3db3) Fix: Do not output `undefined` as line and column when it's unavailable ([#​13519](https://togithub.com/eslint/eslint/issues/13519)) (haya14busa) - [`493b5b4`](https://togithub.com/eslint/eslint/commit/493b5b40cae7a076fdeb19740f8c88fb4ae9c1fb) Sponsors: Sync README with website (ESLint Jenkins) - [`f100143`](https://togithub.com/eslint/eslint/commit/f100143fa5f529aacb2b50e650a00d2697ca4c54) Sponsors: Sync README with website (ESLint Jenkins) - [`16b10fe`](https://togithub.com/eslint/eslint/commit/16b10fe8ba3c78939d5ada4a25caf2f0c9e6a058) Fix: Update the chatroom link to go directly to help channel ([#​13536](https://togithub.com/eslint/eslint/issues/13536)) (Nicholas C. Zakas) - [`f937eb9`](https://togithub.com/eslint/eslint/commit/f937eb95407f60d3772bcb956e227aaf99e48777) Sponsors: Sync README with website (ESLint Jenkins) - [`e71e298`](https://togithub.com/eslint/eslint/commit/e71e2980cd2e319afc70d8c859c7ffd59cf4157b) Update: Change no-duplicate-case to comparing tokens (fixes [#​13485](https://togithub.com/eslint/eslint/issues/13485)) ([#​13494](https://togithub.com/eslint/eslint/issues/13494)) (Yosuke Ota) - [`6c4aea4`](https://togithub.com/eslint/eslint/commit/6c4aea44fd78e1eecea5fe3c37e1921e3b1e98a6) Docs: add ECMAScript 2020 to README ([#​13510](https://togithub.com/eslint/eslint/issues/13510)) (Milos Djermanovic)
typicode/husky ### [`v4.3.0`](https://togithub.com/typicode/husky/releases/v4.3.0) [Compare Source](https://togithub.com/typicode/husky/compare/v4.2.5...v4.3.0) - Add `.cjs` config file support [#​754](https://togithub.com/typicode/husky/issues/754)
rollup/rollup ### [`v2.28.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2281) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.28.0...v2.28.1) _2020-09-21_ ##### Bug Fixes - Fix a path slash issue when using the preserveModulesRoot option on Windows ([#​3791](https://togithub.com/rollup/rollup/issues/3791)) ##### Pull Requests - [#​3791](https://togithub.com/rollup/rollup/pull/3791): Fix preserveModulesRoot path on Windows ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.28.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2280) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.27.1...v2.28.0) _2020-09-21_ ##### Features - Add an option to treat modules at a given path as located at root when preserving modules ([#​3786](https://togithub.com/rollup/rollup/issues/3786)) ##### Pull Requests - [#​3786](https://togithub.com/rollup/rollup/pull/3786): Add preserveModulesRoot config option ([@​davidroeca](https://togithub.com/davidroeca)) ### [`v2.27.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2271) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.27.0...v2.27.1) _2020-09-17_ ##### Bug Fixes - Do not fail when using ES module imports in symlinked config files ([#​3783](https://togithub.com/rollup/rollup/issues/3783)) ##### Pull Requests - [#​3783](https://togithub.com/rollup/rollup/pull/3783): Handle loading symlinked config files ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.27.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2270) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.26.11...v2.27.0) _2020-09-16_ ##### Features - Support specifying a file extension when reading from stdin ([#​3775](https://togithub.com/rollup/rollup/issues/3775)) ##### Bug Fixes - Do not break logic if a branch with hoisted variables is tree-shaken in an else-if statement ([#​3782](https://togithub.com/rollup/rollup/issues/3782)) ##### Pull Requests - [#​3770](https://togithub.com/rollup/rollup/pull/3770): Docs: Exception for babel plugin and commonjs plugin ([@​jsk7](https://togithub.com/jsk7)) - [#​3775](https://togithub.com/rollup/rollup/pull/3775): add ability to specify stdin file extension via --stdin=ext ([@​kzc](https://togithub.com/kzc)) - [#​3782](https://togithub.com/rollup/rollup/pull/3782): Handle hoisted variables in dead branches of nested if statements ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.26.11`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​22611) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.26.10...v2.26.11) _2020-09-08_ ##### Bug Fixes - Do not fail for unknown nodes as if statement branches ([#​3769](https://togithub.com/rollup/rollup/issues/3769)) ##### Pull Requests - [#​3769](https://togithub.com/rollup/rollup/pull/3769): Handle debugger statements as if-statement branches ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.26.10`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​22610) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.26.9...v2.26.10) _2020-09-04_ ##### Bug Fixes - Do not create invalid code when simplifying expressions in return statements that contain line comments ([#​3762](https://togithub.com/rollup/rollup/issues/3762)) ##### Pull Requests - [#​3757](https://togithub.com/rollup/rollup/pull/3757): Fix api docs loadconfigfile ([@​maxwell8888](https://togithub.com/maxwell8888)) - [#​3762](https://togithub.com/rollup/rollup/pull/3762): Handle line-comments when removing line-breaks to prevent ASI ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.26.9`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2269) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.26.8...v2.26.9) _2020-09-01_ ##### Bug Fixes - Add regular expression support to watch include/exclude types ([#​3754](https://togithub.com/rollup/rollup/issues/3754)) ##### Pull Requests - [#​3754](https://togithub.com/rollup/rollup/pull/3754): Add RegExp to the include and exclude fields of the WatcherOptions type ([@​dagda1](https://togithub.com/dagda1)) - [#​3756](https://togithub.com/rollup/rollup/pull/3756): Update FAQ: I think it was meant "external" instead of "other-entry.js" ([@​madacol](https://togithub.com/madacol)) ### [`v2.26.8`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2268) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.26.7...v2.26.8) _2020-08-29_ ##### Bug Fixes - Make sure that both unresolved and resolved ids are passed to the `external` option in all cases ([#​3753](https://togithub.com/rollup/rollup/issues/3753)) ##### Pull Requests - [#​3753](https://togithub.com/rollup/rollup/pull/3753): Also pass resolved ids to external if they use the object for ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.26.7`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2267) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.26.6...v2.26.7) _2020-08-28_ ##### Bug Fixes - Avoid invalid code when rendering hoisted variable declarations from dead branches ([#​3752](https://togithub.com/rollup/rollup/issues/3752)) - Mark the `options` parameter of `this.parse` as optional for TypeScript plugins ([#​3750](https://togithub.com/rollup/rollup/issues/3750)) ##### Pull Requests - [#​3750](https://togithub.com/rollup/rollup/pull/3750): Make `options` of `PluginContext#parse` optional ([@​intrnl](https://togithub.com/intrnl)) - [#​3752](https://togithub.com/rollup/rollup/pull/3752): Extract hoisted variables from dead branches ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.26.6`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2266) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.26.5...v2.26.6) _2020-08-27_ ##### Bug Fixes - Avoid conflicts between the namespace of synthetic named exports and local variables ([#​3747](https://togithub.com/rollup/rollup/issues/3747)) ##### Pull Requests - [#​3747](https://togithub.com/rollup/rollup/pull/3747): Properly deconflict synthetic named exports ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.26.5`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2265) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.26.4...v2.26.5) _2020-08-22_ ##### Bug Fixes - Use correctly deconflicted variable names for reexported namespaces in ES formats ([#​3742](https://togithub.com/rollup/rollup/issues/3742)) ##### Pull Requests - [#​3742](https://togithub.com/rollup/rollup/pull/3742): Avoid variable name conflict when reexporting several namespaces from a chunk ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.26.4`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2264) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.26.3...v2.26.4) _2020-08-19_ ##### Bug Fixes - Fix a situation where invalid code was rendered when dynamically importing a module with synthetic named exports when preserving modules ([#​3738](https://togithub.com/rollup/rollup/issues/3738)) - Create a proper namespace object when in a non-es format, a namespace is imported from a chunk with `default` export mode ([#​3738](https://togithub.com/rollup/rollup/issues/3738)) - Use the same variable when in a chunk, a namespace is both imported and reexported as a binding ([#​3738](https://togithub.com/rollup/rollup/issues/3738)) - Do not include the synthetic namespace in static entry points unless it is actually used ([#​3738](https://togithub.com/rollup/rollup/issues/3738)) - Make sure the chunking of one output does not interfere with the namespace objects of another output ([#​3738](https://togithub.com/rollup/rollup/issues/3738)) ##### Pull Requests - [#​3738](https://togithub.com/rollup/rollup/pull/3738): Improve synthetic entry handling ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.26.3`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2263) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.26.2...v2.26.3) _2020-08-16_ ##### Bug Fixes - Fix a situation where line-breaks in a nested simplified conditional expression could result in broken code ([#​3734](https://togithub.com/rollup/rollup/issues/3734)) ##### Pull Requests - [#​3734](https://togithub.com/rollup/rollup/pull/3734): Prevent ASI when simplifying a nested logical expression ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.26.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2262) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.26.1...v2.26.2) _2020-08-16_ ##### Bug Fixes - Fix a situation where line-breaks in a simplified conditional expression could result in broken code ([#​3732](https://togithub.com/rollup/rollup/issues/3732)) ##### Pull Requests - [#​3732](https://togithub.com/rollup/rollup/pull/3732): Prevent unintended ASI for nested conditionals ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.26.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​22611) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.26.0...v2.26.1) _2020-09-08_ ##### Bug Fixes - Do not fail for unknown nodes as if statement branches ([#​3769](https://togithub.com/rollup/rollup/issues/3769)) ##### Pull Requests - [#​3769](https://togithub.com/rollup/rollup/pull/3769): Handle debugger statements as if-statement branches ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.26.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2260) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.25.0...v2.26.0) _2020-08-15_ ##### Features - Add a new entry `importedBindings` to the bundle information to list bindings per dependency ([#​3722](https://togithub.com/rollup/rollup/issues/3722)) ##### Bug Fixes - Do not render an invalid UMD wrapper when no bindings are imported from a dependency ([#​3724](https://togithub.com/rollup/rollup/issues/3724)) - Avoid situations where removing the `else` branch from an `if` statement might catch the `else` branch from another one ([#​3725](https://togithub.com/rollup/rollup/issues/3725)) ##### Pull Requests - [#​3722](https://togithub.com/rollup/rollup/pull/3722): Add import specifiers to bundle information ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​3724](https://togithub.com/rollup/rollup/pull/3724): Fix missing variables for UMD and IIFE builds ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​3725](https://togithub.com/rollup/rollup/pull/3725): Do not entirely remove else branch if another else branch might accidentally be referenced ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.25.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2250) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.24.0...v2.25.0) _2020-08-14_ ##### Features - Add `--failAfterWarnings` CLI flag that will complete builds with warnings but return an error at the end ([#​3712](https://togithub.com/rollup/rollup/issues/3712)) ##### Pull Requests - [#​3712](https://togithub.com/rollup/rollup/pull/3712): Implement `--failAfterWarnings` flag ([@​tjenkinson](https://togithub.com/tjenkinson)) ### [`v2.24.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2240) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.23.1...v2.24.0) _2020-08-13_ ##### Features - Allow defining interop per dependency via a function ([#​3710](https://togithub.com/rollup/rollup/issues/3710)) - Support interop "auto" as a more compatible version of "true" ([#​3710](https://togithub.com/rollup/rollup/issues/3710)) - Support interop "default" and "esModule" to avoid unnecessary interop helpers ([#​3710](https://togithub.com/rollup/rollup/issues/3710)) - Support interop "defaultOnly" for simplified helpers and Node ESM interop compatible output ([#​3710](https://togithub.com/rollup/rollup/issues/3710)) - Respect interop option for external dynamic imports ([#​3710](https://togithub.com/rollup/rollup/issues/3710)) - Support live-bindings for external default imports in non-ES formats unless "externalLiveBindings" is "false" ([#​3710](https://togithub.com/rollup/rollup/issues/3710)) - Use shared default interop helpers for AMD, UMD and IIFE formats ([#​3710](https://togithub.com/rollup/rollup/issues/3710)) - Avoid unnecessarily deconflicted module variables in non-ES formats ([#​3710](https://togithub.com/rollup/rollup/issues/3710)) - Freeze generated interop namespace objects ([#​3710](https://togithub.com/rollup/rollup/issues/3710)) - Always mark interop helpers as pure ([#​3710](https://togithub.com/rollup/rollup/issues/3710)) - Avoid default export interop if there is already an interop namespace object ([#​3710](https://togithub.com/rollup/rollup/issues/3710)) - Sort all `require` statements to the top in CommonJS output for easier back-transpilation to ES modules by other tools ([#​3710](https://togithub.com/rollup/rollup/issues/3710)) ##### Bug Fixes - Handle accessing `super` in static class fields ([#​3720](https://togithub.com/rollup/rollup/issues/3720)) - Deconflict the names of helper variables introduced for interop ([#​3710](https://togithub.com/rollup/rollup/issues/3710)) - Generate proper namespace objects for static namespace imports in non-ES formats ([#​3710](https://togithub.com/rollup/rollup/issues/3710)) - Do not add unused interop helpers when using the renderDynamicImport hook ([#​3710](https://togithub.com/rollup/rollup/issues/3710)) ##### Pull Requests - [#​3710](https://togithub.com/rollup/rollup/pull/3710): Rework interop handling ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​3720](https://togithub.com/rollup/rollup/pull/3720): Handle super in static class fields ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.23.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2231) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.23.0...v2.23.1) _2020-08-07_ ##### Bug Fixes - Fix an issue where dynamically importing an entry point could return a malformed namespace for CJS and AMD formats ([#​3709](https://togithub.com/rollup/rollup/issues/3709)) ##### Pull Requests - [#​3709](https://togithub.com/rollup/rollup/pull/3709): Properly construct namespace when dynamically importing chunks with facades in default export mode ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.23.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2230) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.22.2...v2.23.0) _2020-07-23_ ##### Features - Handle environments with only globalThis in UMD output ([#​3691](https://togithub.com/rollup/rollup/issues/3691)) ##### Pull Requests - [#​3691](https://togithub.com/rollup/rollup/pull/3691): Check for globalThis in UMD wrapper ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.22.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2222) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.22.1...v2.22.2) _2020-07-21_ ##### Bug Fixes - Always generate correct exports when an implicit entry is reexporting from another module ([#​3688](https://togithub.com/rollup/rollup/issues/3688)) ##### Pull Requests - [#​3688](https://togithub.com/rollup/rollup/pull/3688): Include all relevant modules to generate reexports for implicit dependencies ([@​lukastaegert](https://togithub.com/lukastaegert))
vuejs/vue ### [`v2.6.12`](https://togithub.com/vuejs/vue/compare/v2.6.11...v2.6.12) [Compare Source](https://togithub.com/vuejs/vue/compare/v2.6.11...v2.6.12)
webpack/webpack ### [`v4.44.2`](https://togithub.com/webpack/webpack/releases/v4.44.2) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.44.1...v4.44.2) ##### Bugfixes - make sure to generate correct chunk connection for blocks that are only connected in some runtimes - fixes a bug where filename contains undefined hash at runtime ### [`v4.44.1`](https://togithub.com/webpack/webpack/releases/v4.44.1) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.44.0...v4.44.1) ### Bugfixes - fix bug in sideEffects optimization when using `export * from "non-esm"` and a default export. - add missing optional peerDependencies for webpack-cli and webpack-command to support Yarn 2 ### [`v4.44.0`](https://togithub.com/webpack/webpack/releases/v4.44.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.43.0...v4.44.0) ### Features - Improve `sideEffects` flag behavior when dynamic modules are part of the tree - Fixes a bug which causes empty modules (or type-only modules) to "break" Tree Shaking - add `splitChunks.enforceSizeThreshold` to allow enfore splitting larger chunks unrelated from other limiations - Not set by default to avoid breaking change - It will be set by default to 50k in webpack 5 - It's recommended to set it in webpack 4 too - add support for `resolve.roots` and default `resolve.roots: [context]` - This allows to resolve server-relative urls (e.g. `/src/abc`) to the project root (or other locations when configured) - This allows to use loaders that rely on that behavior ### Bugfixes - fix bug wher

Renovate configuration

:date: Schedule: "after 10pm every weekday,before 6am every weekday,every weekend" (UTC).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

vercel[bot] commented 4 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/juliomrqz/vue-warehouse/by3q76l44
✅ Preview: https://vue-warehouse-git-renovate-all-minor-patch.juliomrqz.vercel.app