Skip to content
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

Update 34 dependencies from npm #3712

Merged
merged 36 commits into from Jun 5, 2018

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Jun 4, 2018

Overview

The following dependencies have been updated:

  • babel-plugin-macros in / from "2.2.1" to "2.2.2"
  • danger in / from "3.7.14" to "3.7.15"
  • eslint-plugin-react in / from "7.8.2" to "7.9.1"
  • eslint-teamcity in / from "2.0.0" to "2.0.1"
  • lint-staged in / from "7.1.2" to "7.1.3"
  • prettier in / from "1.13.2" to "1.13.4"
  • remark-lint in / from "6.0.1" to "6.0.2"
  • remark-preset-lint-recommended in / from "3.0.1" to "3.0.2"
  • typescript in / from "2.8.3" to "2.9.1"
  • airbnb-js-shims in lib/core from "1.5.2" to "1.6.0"
  • autoprefixer in lib/core from "8.5.1" to "8.6.0"
  • babel-plugin-macros in lib/core from "2.2.1" to "2.2.2"
  • dotenv-webpack in lib/core from "1.5.5" to "1.5.6"
  • webpack in lib/core from "4.10.1" to "4.10.2"
  • sass-loader in app/angular from "7.0.1" to "7.0.2"
  • ts-loader in app/angular from "4.3.0" to "4.3.1"
  • axe-core in addons/a11y from "3.0.2" to "3.0.3"
  • moment in addons/knobs from "2.22.1" to "2.22.2"
  • prettier in addons/storysource from "1.13.3" to "1.13.4"
  • react-modal in lib/ui from "3.4.4" to "3.4.5"
  • babel-plugin-macros in app/react-native from "2.2.1" to "2.2.2"
  • dotenv-webpack in app/react-native from "1.5.5" to "1.5.6"
  • webpack in app/react-native from "4.10.1" to "4.10.2"
  • prettier in examples/marko-cli from "1.13.2" to "1.13.4"
  • webpack in examples/marko-cli from "4.10.1" to "4.10.2"
  • webpack in examples/polymer-cli from "4.10.1" to "4.10.2"
  • @types/jasmine in examples/angular-cli from "2.8.7" to "2.8.8"
  • @types/node in examples/angular-cli from "9.6.18" to "9.6.20"
  • ts-node in examples/angular-cli from "6.0.5" to "6.1.0"
  • typescript in examples/angular-cli from "2.8.3" to "2.9.1"
  • webpack in examples/cra-kitchen-sink from "4.10.1" to "4.10.2"
  • webpack in examples/mithril-kitchen-sink from "4.10.1" to "4.10.2"
  • webpack in examples/vue-kitchen-sink from "4.10.1" to "4.10.2"
  • webpack in examples/official-storybook from "4.10.1" to "4.10.2"

Details

Dependencies.io has updated babel-plugin-macros (a npm dependency in /) from "2.2.1" to "2.2.2".

2.2.2

2.2.2 (2018-05-30)

Bug Fixes

  • keywords: add some keywords (03120d3)

Dependencies.io has updated danger (a npm dependency in /) from "3.7.14" to "3.7.15".

3.7.15
  • Turns on the strict mode in the typescript compiler, this only gave build errors, so I was basically there anyway.
    This is so that the type defs will always pass inside environments where strict is already enabled. - [orta][]

  • Updates to TypeScript 2.9. - [orta][]


Dependencies.io has updated eslint-plugin-react (a npm dependency in /) from "7.8.2" to "7.9.1".

7.9.1

Nothing was fixed; this is a republish with some updated deps. (#1804 ljharb)

7.9.0

Added

  • Add jsx-props-no-multi-spaces rule (#1755 ThiefMaster)
  • Add first option to jsx-indent-props (#398 ThiefMaster)
  • Add enforceDynamicLinks option to jsx-no-target-blank (#1737 kenearley)

Fixed

  • Fix static lifecycle methods validation in sort-comp (#1793 lynxtaa)
  • Fix crash in no-typos when encountering anonymous react imports (#1796 jsg2021)
  • Fix ESLint 3 support (#1779)

Changed

  • Documentation improvements (#1794 lencioni)
  • Update Travis CI configuration to test on multiple ESLint verions

Dependencies.io has updated eslint-teamcity (a npm dependency in /) from "2.0.0" to "2.0.1".

2.0.1

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated lint-staged (a npm dependency in /) from "7.1.2" to "7.1.3".

7.1.3

7.1.3 (2018-06-01)

Bug Fixes

  • package: Update jest-validate to version 23.0.0 (#458) (3d0ccb2)

Dependencies.io has updated prettier (a npm dependency in /) from "1.13.2" to "1.13.4".

1.13.4

link

  • Fix a regression when printing graphql-in-js (#4616)
1.13.3

link

  • Fix a regression when printing hasOwnProperty and other functions in Object's prototype (#4603)
  • Fix a regression in exit status when using --debug-check and --list-different (#4600)

Dependencies.io has updated remark-lint (a npm dependency in /) from "6.0.1" to "6.0.2".

6.0.2
Minor
  • 895de7d maximum-line-length: ignore inline code (thanks estrada9166)
Patches
  • 22f7092 linebreak-style: remove useless variable
  • 2dc68ce no-multiple-toplevel-headings: fix bug in message
  • b680c86 link-title-style: fix false-positives on parens (thanks pvdlg)
  • 5372fdb linebreak-style: handle explicit default (thanks Planeshifter)
  • c23a5ec no-paragraph-content-indent: fix crash caused by empty alt (thanks Murderlon)
  • 1392178 remark-lint-no-paragraph-content-indent: fix typo (thanks BubuAnabelas)
Chores
  • 19150d9 Add Contribute section to readme.md
  • ddfad50 Migrate to remarkjs
  • 6c1b4cf Refactor code-style
  • b4f1bae Fix typo in readme.md
  • ebda39b Add remark-lint-heading-whitespace to plugins list (thanks vhf)
  • ada5cfd Fix broken links to using remark to fix markdown (thanks kachkaev)

Dependencies.io has updated remark-preset-lint-recommended (a npm dependency in /) from "3.0.1" to "3.0.2".

3.0.2

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated typescript (a npm dependency in /) from "2.8.3" to "2.9.1".

2.9.1

For release notes, check out the release announcement

For new features, check out the What's new in TypeScript 2.9.

For breaking changes, check out the Breaking changes in TypeScript 2.9 page.

For the complete list of fixed issues, check out the issues fixed in TypeScript 2.9 RC and after TypeScript 2.9 RC.

Download:

Special thanks to all contributors to this release:

  • Aditya Daflapurkar
  • Adrien Gibrat
  • Alan Agius
  • Alex Khomchenko
  • Alex Ryan
  • Alexander Tarasyuk
  • Anders Hejlsberg
  • Andrew Casey
  • Andrew Faulkner
  • Andy Hanson
  • Armando Aguirre
  • Artem Tyurin
  • Arthur Ozga
  • Benjamin Lichtman
  • bluelovers
  • Bowden Kenny
  • Brandon Slade
  • Daniel Rosenwasser
  • Derek P Sifford
  • Dhruv Rajvanshi
  • Ecole Keine
  • falsandtru
  • Holger Jeromin
  • Jack Williams
  • Jordi Oliveras Rovira
  • Joscha Feth
  • Josh Goldberg
  • Kevin Donnelly
  • Khải
  • Klaus Meinhardt
  • Maarten Sijm
  • Matt Bierner
  • Mine Starks
  • Mohamed Hegazy
  • Nathan Shively-Sanders
  • Paul Koerbitz
  • rhysd
  • Ron Buckton
  • Ryan Cavanaugh
  • Sheetal Nandi
  • TravCav
  • Vakhurin Sergey
  • Wenlu Wang
  • Wesley Wigham
  • Zzzen
2.8.4

This release include a set of bug fixes reported against TypeScript 2.8.3. For the complete list of fixed issues, check out the fixed issues query for TypeScript 2.8.4.

Download:


Dependencies.io has updated airbnb-js-shims (a npm dependency in lib/core) from "1.5.2" to "1.6.0".

1.6.0

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated autoprefixer (a npm dependency in lib/core) from "8.5.1" to "8.6.0".

8.6.0 Emblem of the Grand Lodge of Massachusetts

Autoprefixer 8.6 brings gap property support and two values support for grid-gap/gap.

Grid Gap

CSSWG renamed grid-gap property to gap.

yepninja added gap support with 2 values support.

Grid layout code bellow will work even in IE if you pass grid: true option to Autoprefixer:

.main {
    gap: 10px 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "head head head"
                         "nav main main"
                         "nav foot foot";
}

Other Changes

8.5.2
  • Fix grid-template support wit auto row sizes (by y-gagar1n).

Dependencies.io has updated babel-plugin-macros (a npm dependency in lib/core) from "2.2.1" to "2.2.2".

2.2.2

2.2.2 (2018-05-30)

Bug Fixes

  • keywords: add some keywords (03120d3)

Dependencies.io has updated dotenv-webpack (a npm dependency in lib/core) from "1.5.5" to "1.5.6".

1.5.6

1.5.6 (2018-06-04)

Bug Fixes

  • package: update dotenv to version 6.0.0 (11feaf1)

Dependencies.io has updated webpack (a npm dependency in lib/core) from "4.10.1" to "4.10.2".

4.10.2

Bugfixes

  • order of wasm globals is correctly preversed while rewriting
  • skipping side-effect-free modules up to a concatenated modules will not longer cause null module ids

Dependencies.io has updated sass-loader (a npm dependency in app/angular) from "7.0.1" to "7.0.2".

7.0.2

Bug Fixes


Dependencies.io has updated ts-loader (a npm dependency in app/angular) from "4.3.0" to "4.3.1".

4.3.1

Dependencies.io has updated axe-core (a npm dependency in addons/a11y) from "3.0.2" to "3.0.3".

3.0.3

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated moment (a npm dependency in addons/knobs) from "2.22.1" to "2.22.2".

2.22.2
  • Release May 31, 2018

  • #4564 [bugfix] Avoid using trim()

  • #4453 [bugfix] Treat periods as periods, not regex-anything period, for weekday parsing in strict mode.

  • Minor locale improvements (pa-in, be, az)


Dependencies.io has updated prettier (a npm dependency in addons/storysource) from "1.13.3" to "1.13.4".

1.13.4

link

  • Fix a regression when printing graphql-in-js (#4616)

Dependencies.io has updated react-modal (a npm dependency in lib/ui) from "3.4.4" to "3.4.5".

3.4.5

Dependencies.io has updated babel-plugin-macros (a npm dependency in app/react-native) from "2.2.1" to "2.2.2".

2.2.2

2.2.2 (2018-05-30)

Bug Fixes

  • keywords: add some keywords (03120d3)

Dependencies.io has updated dotenv-webpack (a npm dependency in app/react-native) from "1.5.5" to "1.5.6".

1.5.6

1.5.6 (2018-06-04)

Bug Fixes

  • package: update dotenv to version 6.0.0 (11feaf1)

Dependencies.io has updated webpack (a npm dependency in app/react-native) from "4.10.1" to "4.10.2".

4.10.2

Bugfixes

  • order of wasm globals is correctly preversed while rewriting
  • skipping side-effect-free modules up to a concatenated modules will not longer cause null module ids

Dependencies.io has updated prettier (a npm dependency in examples/marko-cli) from "1.13.2" to "1.13.4".

1.13.4

link

  • Fix a regression when printing graphql-in-js (#4616)
1.13.3

link

  • Fix a regression when printing hasOwnProperty and other functions in Object's prototype (#4603)
  • Fix a regression in exit status when using --debug-check and --list-different (#4600)

Dependencies.io has updated webpack (a npm dependency in examples/marko-cli) from "4.10.1" to "4.10.2".

4.10.2

Bugfixes

  • order of wasm globals is correctly preversed while rewriting
  • skipping side-effect-free modules up to a concatenated modules will not longer cause null module ids

Dependencies.io has updated webpack (a npm dependency in examples/polymer-cli) from "4.10.1" to "4.10.2".

4.10.2

Bugfixes

  • order of wasm globals is correctly preversed while rewriting
  • skipping side-effect-free modules up to a concatenated modules will not longer cause null module ids

Dependencies.io has updated @types/jasmine (a npm dependency in examples/angular-cli) from "2.8.7" to "2.8.8".

2.8.8

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated @types/node (a npm dependency in examples/angular-cli) from "9.6.18" to "9.6.20".

9.6.20

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.

9.6.19

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated ts-node (a npm dependency in examples/angular-cli) from "6.0.5" to "6.1.0".

6.1.0

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated typescript (a npm dependency in examples/angular-cli) from "2.8.3" to "2.9.1".

2.9.1

For release notes, check out the release announcement

For new features, check out the What's new in TypeScript 2.9.

For breaking changes, check out the Breaking changes in TypeScript 2.9 page.

For the complete list of fixed issues, check out the issues fixed in TypeScript 2.9 RC and after TypeScript 2.9 RC.

Download:

Special thanks to all contributors to this release:

  • Aditya Daflapurkar
  • Adrien Gibrat
  • Alan Agius
  • Alex Khomchenko
  • Alex Ryan
  • Alexander Tarasyuk
  • Anders Hejlsberg
  • Andrew Casey
  • Andrew Faulkner
  • Andy Hanson
  • Armando Aguirre
  • Artem Tyurin
  • Arthur Ozga
  • Benjamin Lichtman
  • bluelovers
  • Bowden Kenny
  • Brandon Slade
  • Daniel Rosenwasser
  • Derek P Sifford
  • Dhruv Rajvanshi
  • Ecole Keine
  • falsandtru
  • Holger Jeromin
  • Jack Williams
  • Jordi Oliveras Rovira
  • Joscha Feth
  • Josh Goldberg
  • Kevin Donnelly
  • Khải
  • Klaus Meinhardt
  • Maarten Sijm
  • Matt Bierner
  • Mine Starks
  • Mohamed Hegazy
  • Nathan Shively-Sanders
  • Paul Koerbitz
  • rhysd
  • Ron Buckton
  • Ryan Cavanaugh
  • Sheetal Nandi
  • TravCav
  • Vakhurin Sergey
  • Wenlu Wang
  • Wesley Wigham
  • Zzzen
2.8.4

This release include a set of bug fixes reported against TypeScript 2.8.3. For the complete list of fixed issues, check out the fixed issues query for TypeScript 2.8.4.

Download:


Dependencies.io has updated webpack (a npm dependency in examples/cra-kitchen-sink) from "4.10.1" to "4.10.2".

4.10.2

Bugfixes

  • order of wasm globals is correctly preversed while rewriting
  • skipping side-effect-free modules up to a concatenated modules will not longer cause null module ids

Dependencies.io has updated webpack (a npm dependency in examples/mithril-kitchen-sink) from "4.10.1" to "4.10.2".

4.10.2

Bugfixes

  • order of wasm globals is correctly preversed while rewriting
  • skipping side-effect-free modules up to a concatenated modules will not longer cause null module ids

Dependencies.io has updated webpack (a npm dependency in examples/vue-kitchen-sink) from "4.10.1" to "4.10.2".

4.10.2

Bugfixes

  • order of wasm globals is correctly preversed while rewriting
  • skipping side-effect-free modules up to a concatenated modules will not longer cause null module ids

Dependencies.io has updated webpack (a npm dependency in examples/official-storybook) from "4.10.1" to "4.10.2".

4.10.2

Bugfixes

  • order of wasm globals is correctly preversed while rewriting
  • skipping side-effect-free modules up to a concatenated modules will not longer cause null module ids

@Hypnosphi
Copy link
Member

Looks like running yarn lint:js . --fix would fix the build

@igor-dv
Copy link
Member

igor-dv commented Jun 5, 2018

Oh, webpack 4.10.2 update is here. It fixes things in #3491

@codecov
Copy link

codecov bot commented Jun 5, 2018

Codecov Report

Merging #3712 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #3712   +/-   ##
======================================
  Coverage    41.5%   41.5%           
======================================
  Files         458     458           
  Lines        5069    5069           
  Branches      854     854           
======================================
  Hits         2104    2104           
  Misses       2457    2457           
  Partials      508     508

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bdfbc9c...aebf131. Read the comment docs.

@storybook-bot storybook-bot merged commit aebf131 into master Jun 5, 2018
@Hypnosphi Hypnosphi deleted the dependencies.io-update-build-347.0.0 branch June 6, 2018 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants