-
Notifications
You must be signed in to change notification settings - Fork 3
Update dependency @babel/core #240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
1e2ea06 to
f45ff69
Compare
c29746d to
9724987
Compare
7444222 to
de95fa0
Compare
9a7e8bd to
6d00d61
Compare
PR has been edited👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description. |
| border-color: rgb(242, 227, 225); | ||
| margin: 1rem 2rem 1rem auto; | ||
| `; | ||
| export const PaddedDiv = styled.div` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'export' is only available in ES6 (use 'esversion: 6').
'template literal syntax' is only available in ES6 (use 'esversion: 6').
src/components/Description/style.js
Outdated
| background-color: rgb(242, 227, 225); | ||
| margin: 1rem auto 1rem 2rem; | ||
| `; | ||
| export const RightMessage = styled(Message)` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'export' is only available in ES6 (use 'esversion: 6').
'template literal syntax' is only available in ES6 (use 'esversion: 6').
src/components/Description/style.js
Outdated
| padding: 1rem; | ||
| max-width: 50rem; | ||
| `; | ||
| export const LeftMessage = styled(Message)` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'export' is only available in ES6 (use 'esversion: 6').
'template literal syntax' is only available in ES6 (use 'esversion: 6').
src/components/Description/style.js
Outdated
| export const DinamicContainer = styled.div` | ||
| margin: 0 2rem; | ||
| `; | ||
| const Message = styled.div` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'template literal syntax' is only available in ES6 (use 'esversion: 6').
| text-align: center; | ||
| margin: 1rem auto; | ||
| `; | ||
| export const DinamicContainer = styled.div` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'export' is only available in ES6 (use 'esversion: 6').
'template literal syntax' is only available in ES6 (use 'esversion: 6').
| @@ -0,0 +1,56 @@ | |||
| import styled from 'styled-components'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'import' is only available in ES6 (use 'esversion: 6').
| import { Body } from '../../helpers/Body'; | ||
| import { BidimensionalPhoto } from '../../helpers/BidimensionalPhoto'; | ||
| import ContainerDimensions from 'react-container-dimensions'; | ||
| import { TopPhoto } from '../../helpers/TopPhoto'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'import' is only available in ES6 (use 'esversion: 6').
| import { Title, Subtitle, Body as NormalBody } from '../../common/style/style'; | ||
| import { PhotoSphere } from '../../helpers/PhotoSphere'; | ||
| import { Body } from '../../helpers/Body'; | ||
| import { BidimensionalPhoto } from '../../helpers/BidimensionalPhoto'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'import' is only available in ES6 (use 'esversion: 6').
| } from '../../common/style/body'; | ||
| import { Title, Subtitle, Body as NormalBody } from '../../common/style/style'; | ||
| import { PhotoSphere } from '../../helpers/PhotoSphere'; | ||
| import { Body } from '../../helpers/Body'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'import' is only available in ES6 (use 'esversion: 6').
| import { BidimensionalPhoto } from '../functions/bidimensionalPhoto'; | ||
| } from '../../common/style/body'; | ||
| import { Title, Subtitle, Body as NormalBody } from '../../common/style/style'; | ||
| import { PhotoSphere } from '../../helpers/PhotoSphere'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'import' is only available in ES6 (use 'esversion: 6').
| import { Video } from '../functions/video'; | ||
| import { BidimensionalPhoto } from '../functions/bidimensionalPhoto'; | ||
| } from '../../common/style/body'; | ||
| import { Title, Subtitle, Body as NormalBody } from '../../common/style/style'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'import' is only available in ES6 (use 'esversion: 6').
| @@ -1,4 +1,4 @@ | |||
| import { config } from '../../configuration/config'; | |||
| import { config } from '../../../configuration/config'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'import' is only available in ES6 (use 'esversion: 6').
| language, | ||
| }, | ||
| }); | ||
| export const HIDE_DESCRIPTION = () => ({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'export' is only available in ES6 (use 'esversion: 6').
| type: 'SHOW_DESCRIPTION', | ||
| payload: { | ||
| model, | ||
| language, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
| export const SHOW_DESCRIPTION = (model, language) => ({ | ||
| type: 'SHOW_DESCRIPTION', | ||
| payload: { | ||
| model, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
| @@ -0,0 +1,10 @@ | |||
| export const SHOW_DESCRIPTION = (model, language) => ({ | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'export' is only available in ES6 (use 'esversion: 6').
| import React, { createElement } from 'react'; | ||
| import { Fabbrica } from '../../../assets/Fabbrica/index'; | ||
| import LazyLoad from 'react-lazyload'; | ||
| export const DinamicPage = props => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'export' is only available in ES6 (use 'esversion: 6').
| @@ -0,0 +1,21 @@ | |||
| import React, { createElement } from 'react'; | |||
| import { Fabbrica } from '../../../assets/Fabbrica/index'; | |||
| import LazyLoad from 'react-lazyload'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'import' is only available in ES6 (use 'esversion: 6').
| @@ -0,0 +1,21 @@ | |||
| import React, { createElement } from 'react'; | |||
| import { Fabbrica } from '../../../assets/Fabbrica/index'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'import' is only available in ES6 (use 'esversion: 6').
| @@ -0,0 +1,21 @@ | |||
| import React, { createElement } from 'react'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'import' is only available in ES6 (use 'esversion: 6').
| -ms-user-select: none; /* Internet Explorer/Edge */ | ||
| user-select: none; /* Non-prefixed version, currently */ | ||
| `; | ||
| export const PaddedDiv = styled.div` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'export' is only available in ES6 (use 'esversion: 6').
'template literal syntax' is only available in ES6 (use 'esversion: 6').
| import { LOOKING_AT } from '../../common/reducer/lookingAt'; | ||
| import { LANGUAGE } from '../../common/reducer/language'; | ||
| import { DESCRIPTION } from '../../components/Description/redux/reducer'; | ||
| import { LOADING } from '../../components/Loading/redux/reducer'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'import' is only available in ES6 (use 'esversion: 6').
| import { combineReducers } from 'redux'; | ||
| import { LOOKING_AT } from '../../common/reducer/lookingAt'; | ||
| import { LANGUAGE } from '../../common/reducer/language'; | ||
| import { DESCRIPTION } from '../../components/Description/redux/reducer'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'import' is only available in ES6 (use 'esversion: 6').
| import { LOADING } from './loading'; | ||
| import { combineReducers } from 'redux'; | ||
| import { LOOKING_AT } from '../../common/reducer/lookingAt'; | ||
| import { LANGUAGE } from '../../common/reducer/language'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'import' is only available in ES6 (use 'esversion: 6').
| import { DESCRIPTION } from './description'; | ||
| import { LOADING } from './loading'; | ||
| import { combineReducers } from 'redux'; | ||
| import { LOOKING_AT } from '../../common/reducer/lookingAt'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'import' is only available in ES6 (use 'esversion: 6').
| @@ -0,0 +1,3 @@ | |||
| export const HIDE_LOADING_SCREEN = () => ({ | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'export' is only available in ES6 (use 'esversion: 6').
| import { Photo } from '../functions/loadPhoto'; | ||
| import { Body } from '../functions/body'; | ||
| } from './style'; | ||
| import { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'import' is only available in ES6 (use 'esversion: 6').
| transform: translate(-50%, -50%); | ||
| font-size: 1.5rem; | ||
| visibility: ${props => (props.status ? 'visible' : 'hidden')}; | ||
| animation: ${props => (props.status ? fadeIn : fadeOut)} 0.5s ease-out; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
| left: 50%; | ||
| transform: translate(-50%, -50%); | ||
| font-size: 1.5rem; | ||
| visibility: ${props => (props.status ? 'visible' : 'hidden')}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
| @@ -0,0 +1,13 @@ | |||
| import styled from 'styled-components'; | |||
| import { fadeIn, fadeOut } from '../../common/style/animations'; | |||
| export const Egg = styled.div` | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'export' is only available in ES6 (use 'esversion: 6').
'template literal syntax' is only available in ES6 (use 'esversion: 6').
| @@ -0,0 +1,13 @@ | |||
| import styled from 'styled-components'; | |||
| import { fadeIn, fadeOut } from '../../common/style/animations'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'import' is only available in ES6 (use 'esversion: 6').
| @@ -0,0 +1,13 @@ | |||
| import styled from 'styled-components'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'import' is only available in ES6 (use 'esversion: 6').
| @@ -1,5 +1,5 @@ | |||
| import React, { createElement, useState } from 'react'; | |||
| import { Egg } from '../style/scene'; | |||
| import { Egg } from './style'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'import' is only available in ES6 (use 'esversion: 6').
| type: 'MOVE', | ||
| name, | ||
| }); | ||
| export const DONT_MOVE = () => ({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'export' is only available in ES6 (use 'esversion: 6').
| }); | ||
| export const MOVE = name => ({ | ||
| type: 'MOVE', | ||
| name, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
| export const LANGUAGE_ENG = () => ({ | ||
| type: 'LANGUAGE_ENG', | ||
| }); | ||
| export const MOVE = name => ({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'export' is only available in ES6 (use 'esversion: 6').
| export const DONT_LOOK = () => ({ | ||
| type: 'DONT_LOOK', | ||
| }); | ||
| export const LANGUAGE_ITA = () => ({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'export' is only available in ES6 (use 'esversion: 6').
| language, | ||
| }, | ||
| }); | ||
| export const DONT_LOOK = () => ({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'export' is only available in ES6 (use 'esversion: 6').
| type: 'LOOKING_AT', | ||
| payload: { | ||
| status, | ||
| language, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
| export const LOOKING_AT = (status, language) => ({ | ||
| type: 'LOOKING_AT', | ||
| payload: { | ||
| status, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
| export const HIDE_LOADING_SCREEN = () => ({ | ||
| type: 'HIDE_LOADING_SCREEN', | ||
| }); | ||
| export const LOOKING_AT = (status, language) => ({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'export' is only available in ES6 (use 'esversion: 6').
This PR contains the following updates:
7.5.5->7.6.47.5.5->7.6.27.5.5->7.6.27.5.5->7.6.37.0.0->7.6.37.5.5->7.6.36.2.1->6.5.10.13.0->0.14.0^0.107.0->^0.109.04.39.2->4.41.23.3.7->3.3.93.8.0->3.8.2Release Notes
babel/babel
v7.6.4Compare Source
👓 Spec Compliance
babel-parser🐛 Bug Fix
babel-cli,babel-core,babel-generator,babel-helper-transform-fixture-test-runnerv7.6.3Compare Source
👓 Spec Compliance
babel-parser🚀 New Feature
babel-types🐛 Bug Fix
babel-plugin-transform-block-scopingbabel-parserbabel-plugin-transform-react-constant-elements,babel-traversebabel-generator,babel-parser,babel-plugin-transform-block-scoping,babel-plugin-transform-flow-comments,babel-plugin-transform-flow-strip-types,babel-plugin-transform-typescript💅 Polish
babel-core🏠 Internal
make -jfor parallel build (@JLHwung)babel-cli,babel-core,babel-generator,babel-helper-fixtures,babel-helper-transform-fixture-test-runner,babel-node,babel-plugin-transform-react-jsx-source,babel-plugin-transform-runtime,babel-preset-env,babel-preset-react🏃♀️ Performance
babel-parserv7.6.2Compare Source
👓 Spec Compliance
babel-parserconstructor. (@guywaldman)🐛 Bug Fix
babel-parserbabel-clibabel-corebabel-plugin-transform-block-scoping,babel-plugin-transform-spread,babel-traversebabel-plugin-proposal-object-rest-spread,babel-preset-env🏠 Internal
babel-plugin-transform-named-capturing-groups-regexbabel-helper-fixturesbabel-nodebabel-generator,babel-helper-fixturesbabel-core,babel-plugin-transform-runtime,babel-register🏃♀️ Performance
babel-parserv7.6.0Compare Source
👓 Spec Compliance
babel-generator,babel-parserbabel-helpers,babel-plugin-transform-block-scoping,babel-traverse🚀 New Feature
babel-corebabel-helper-create-class-features-plugin,babel-helpers,babel-plugin-proposal-private-methodsbabel-generator,babel-parser,babel-typesbabel-preset-typescriptbabel-parserbabel-types🐛 Bug Fix
babel-helpers,babel-plugin-transform-destructuring,babel-plugin-transform-modules-commonjs,babel-preset-envbabel-plugin-transform-runtimebabel-preset-envbabel-plugin-transform-named-capturing-groups-regexbabel-typesbabel-parserbabel-parser,babel-typesbabel-generator,babel-plugin-transform-typescript,babel-typesbabel-core,babel-typesbabel-plugin-transform-flow-commentsbabel-helpers,babel-plugin-transform-react-constant-elementsbabel-plugin-proposal-decoratorsbabel-plugin-proposal-do-expressions,babel-traversebabel-helpers,babel-plugin-transform-named-capturing-groups-regex💅 Polish
babel-plugin-transform-runtime,babel-preset-env📝 Documentation
🏠 Internal
babel-registerbabel-helper-fixtures,babel-helper-transform-fixture-test-runner,babel-preset-envbabel-parserbabel-helper-fixtures,babel-helper-transform-fixture-test-runner,babel-plugin-proposal-dynamic-import,babel-preset-env@babel/helper-transform-fixture-test-runner(@nicolo-ribaudo)babel-runtime-corejs2,babel-runtime,babel-typesbabel-cli,babel-core,babel-generator,babel-helper-create-class-features-plugin,babel-helper-fixtures,babel-node,babel-parser,babel-plugin-proposal-do-expressions,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-modules-commonjs,babel-plugin-transform-runtime,babel-preset-env,babel-standalone,babel-template,babel-traverse,babel-typesbabel-cli🏃♀️ Performance
babel-helpers,babel-plugin-transform-modules-commonjs,babel-preset-envbabel-traversevoid 0as undefined node (@JLHwung)eslint/eslint
v6.5.1Compare Source
0d3d7d9Docs: fix typo in no-magic-numbers (#12345) (Josiah Rooney)447ac87Fix: no-useless-rename handles ExperimentalRestProperty (fixes #12335) (#12339) (Kai Cataldo)b6ff73cSponsors: Sync README with website (ESLint Jenkins)v6.5.0Compare Source
73596cbUpdate: Add enforceForSwitchCase option to use-isnan (#12106) (Milos Djermanovic)d592a24Fix: exclude\u000dso new line won't convert to text (fixes #12027) (#12031) (zamboney)e85d27aFix: no-regex-spaces false positives and invalid autofix (fixes #12226) (#12231) (Milos Djermanovic)b349bf7Fix: prefer-named-capture-group incorrect locations (fixes #12233) (#12247) (Milos Djermanovic)7dc1ea9Fix: no-useless-return autofix removes comments (#12292) (Milos Djermanovic)0e68677Fix: no-extra-bind autofix removes comments (#12293) (Milos Djermanovic)6ad7e86Fix: no-extra-label autofix removes comments (#12298) (Milos Djermanovic)acec201Fix: no-undef-init autofix removes comments (#12299) (Milos Djermanovic)d89390bFix: use async reading of stdin in bin/eslint.js (fixes #12212) (#12230) (Barrie Treloar)334ca7cUpdate: no-useless-rename also reports default values (fixes #12301) (#12322) (Kai Cataldo)41bfe91Update: Fix handling of chained new expressions in new-parens (#12303) (Milos Djermanovic)160b7c4Chore: add autofix npm script (#12330) (Kai Cataldo)04b6adbChore: enable eslint-plugin-jsdoc (refs #11146) (#12332) (Kai Cataldo)9b86167Docs: Add new ES environments to Configuring ESLint (#12289) (Milos Djermanovic)c9aeab2Docs: Add supported ECMAScript version to README (#12290) (Milos Djermanovic)8316e7bFix: no-useless-rename autofix removes comments (#12300) (Milos Djermanovic)29c12f1Chore: cache results in runtime-info (#12320) (Kai Cataldo)f5537b2Fix: prefer-numeric-literals autofix removes comments (#12313) (Milos Djermanovic)11ae6fcUpdate: Fix call, new and member expressions in no-extra-parens (#12302) (Milos Djermanovic)a7894ebNew: add --env-info flag to CLI (#12270) (Kai Cataldo)61392ffSponsors: Sync README with website (ESLint Jenkins)2c6bf8eDocs: English fix (#12306) (Daniel Nixon)6f11877Sponsors: Sync README with website (ESLint Jenkins)2e202caDocs: fix links in array-callback-return (#12288) (Milos Djermanovic)e39c631Docs: add example for CLIEngine#executeOnText 3rd arg (#12286) (Kai Cataldo)d4f9a16Update: add support for JSXFragments in indent rule (fixes #12208) (#12210) (Kai Cataldo)c6af95fSponsors: Sync README with website (ESLint Jenkins)8cadd52Sponsors: Sync README with website (ESLint Jenkins)f9fc695Chore: enable default-param-last (#12244) (薛定谔的猫)9984c3eDocs: Update README team and sponsors (ESLint Jenkins)v6.4.0Compare Source
e915fffDocs: Improve examples and clarify default option (#12067) (Yuping Zuo)540296fUpdate: enforceForClassMembers option to accessor-pairs (fixes #12063) (#12192) (Milos Djermanovic)d3c2334Update: flag nested block with declaration as error (#12193) (David Waller)b2498d2Update: Fix handling of property names in no-self-assign (#12105) (Milos Djermanovic)1ee61b0Update: enforceForClassMembers computed-property-spacing (fixes #12049) (#12214) (Milos Djermanovic)520c922Docs: Added naming convention details to plugin usage (#12202) (Henrique Barcelos)f826eabFix: Allow line comment exception in object-curly-spacing (fixes #11902) (#12216) (Milos Djermanovic)db2a29bUpdate: indentation of comment followed by semicolon (fixes #12232) (#12243) (Kai Cataldo)ae17d1cFix: no-sequences is reporting incorrect locations (#12241) (Milos Djermanovic)365331aFix: object-shorthand providing invalid fixes for typescript (#12260) (Brad Zacher)1c921c6New: add no-import-assign (fixes #12237) (#12252) (Toru Nagashima)3be04fdNew: Add prefer-regex-literals rule (fixes #12238) (#12254) (Milos Djermanovic)37c0fdeUpdate: Report global Atomics calls in no-obj-calls (fixes #12234) (#12258) (Milos Djermanovic)985c9e5Fix: space-before-function-paren autofix removes comments (fixes #12259) (#12264) (Milos Djermanovic)01da7d0Fix: eqeqeq rule reports incorrect locations (#12265) (Milos Djermanovic)319e4d8Docs: adding finally example (#12256) (Jens Melgaard)d52328fDocs: fix no-sequenceswithexamples (#12239) (Milos Djermanovic)a41fdc0Fix: Remove autofixer for no-unsafe-negation (#12157) (Milos Djermanovic)e38f5fdUpdate: fix no-octal-escape false negatives after \0 (#12079) (Milos Djermanovic)9418fbeSponsors: Sync README with website (ESLint Jenkins)acc5ec5Sponsors: Sync README with website (ESLint Jenkins)460c5adSponsors: Sync README with website (ESLint Jenkins)0313441New: add rule default-param-last (fixes #11361) (#12188) (Chiawen Chen)7621f5dUpdate: add more specific linting messages to space-in-parens (#11121) (Che Fisher)21eb904Fix: basePath of OverrideTester (fixes #12032) (#12205) (Toru Nagashima)86e5e65Sponsors: Sync README with website (ESLint Jenkins)2b1a13fFix: no-extra-boolean-cast reports wrong negation node (fixes #11324) (#12197) (Milos Djermanovic)ba8c2aaSponsors: Sync README with website (ESLint Jenkins)a0a9746Docs: Fix link in no-irregular-whitespace.md (#12196) (Timo Tijhof)e10eebaFix: quotes autofix produces syntax error with octal escape sequences (#12118) (Milos Djermanovic)v6.3.0Compare Source
0acdefbChore: refactor code (#12113) (James George)52e2cf5New: reportUnusedDisableDirectives in config (refs eslint/rfcs#22) (#12151) (Toru Nagashima)020f952Update: enforceForSequenceExpressions to no-extra-parens (fixes #11916) (#12142) (Milos Djermanovic)aab1b84Fix: reset to the default color (#12174) (Ricardo Gobbo de Souza)4009d39Fix: yoda rule produces invalid autofix with preceding yield (#12166) (Milos Djermanovic)febb660Fix: no-extra-boolean-cast invalid autofix with yield before negation (#12164) (Milos Djermanovic)4c0b70bNew: support TypeScript at config initializer (fixes #11789) (#12172) (Pig Fang)94e39d9Chore: use GitHub Actions (#12144) (Toru Nagashima)e88f305Chore: support es2020 in fuzz (#12180) (薛定谔的猫)00d2c5bDocs: corrected class extension example (#12176) (Marius M)31e5428Chore: Fix wrong error object keys in test files (#12162) (Milos Djermanovic)197f443Fix: func-name-matching crash on descriptor-like arguments (#12100) (Milos Djermanovic)644ce33Fix: no-self-assign false positive with rest and spread in array (#12099) (Milos Djermanovic)a81d263Fix: fix message of function-paren-newline (#12136) (Pig Fang)77f8ed1Chore: update blogpost template (#12154) (Toru Nagashima)6abc7b7Docs: Document the exception in no-unsafe-negation (#12161) (Milos Djermanovic)v6.2.2Compare Source
0e0b784Upgrade: espree@^6.1.1 (#12158) (Kevin Partington)04e859fSponsors: Sync README with website (ESLint Jenkins)34783d1Sponsors: Sync README with website (ESLint Jenkins)b809e72Docs: Update README team and sponsors (ESLint Jenkins)google/eslint-config-google
v0.14.0Compare Source
mrdoob/three.js
v0.109.0Compare Source
v0.108.0Compare Source
webpack/webpack
v4.41.2Compare Source
Bugfixes
v4.41.1Compare Source
Bugfixes
v4.41.0Compare Source
Developer Experience
Performance
v4.40.3Compare Source
Bugfixes
Performance
v4.40.2Compare Source
Bugfixes
v4.40.1Compare Source
Bugfixes
v4.40.0Compare Source
Features
compilation.emitAsset/updateAsset(instead of accessing the Objectcompilation.assets)compilation.getAssets()andcompilation.getAsset(name)immutable: when set an asset can be cache infinitelydevelopment: when set an asset is some kind of development tool (i. e. a SourceMap)hotModuleReplacement: when set an asset is generated for an hot updateinfoobject in assetsv4.39.3Compare Source
Bugfixes
webpack/webpack-cli
v3.3.9Compare Source
This patch contains a fix for a hanging exit condition. A full changelog found here
v3.3.8Compare Source
Webpack-CLI v3.3.8 comes with a validation bugfix to support webpack 5 and version 4. A full changelog is found here
webpack/webpack-dev-server
v3.8.2Compare Source
v3.8.1Compare Source
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!".👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot. View repository job log here.