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

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

Merged
merged 1 commit into from Apr 24, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2019

This PR contains the following updates:

Package Type Update Change References
eslint peerDependencies minor >=5.15.1 -> >=5.16.0 homepage, source
eslint devDependencies minor ^5.15.1 -> ^5.16.0 homepage, source
eslint-plugin-import peerDependencies minor >=2.16.0 -> >=2.17.2 source
eslint-plugin-import devDependencies minor ^2.16.0 -> ^2.17.2 source
eslint-plugin-jest peerDependencies minor >=22.3.2 -> >=22.5.0 source
eslint-plugin-jest devDependencies minor ^22.3.2 -> ^22.5.0 source
eslint-plugin-promise peerDependencies minor >=4.0.1 -> >=4.1.1 source
eslint-plugin-promise devDependencies minor ^4.0.1 -> ^4.1.1 source
jest devDependencies minor ^24.5.0 -> ^24.7.1 homepage, source
standard-version devDependencies patch ^5.0.1 -> ^5.0.2 source

Release Notes

eslint/eslint

v5.16.0

Compare Source

  • dfef227 Build: gensite passes rulesMeta to formatter rendering (#​11567) (Kevin Partington)
  • c06d38c Fix: Allow HTML formatter to handle no meta data (#​11566) (Ilya Volodin)
  • 87a5c03 Docs: func-style: clarify when allowArrowFunctions is used (#​11548) (Oliver Joseph Ash)
  • bc3e427 Update: pass rule meta to formatters RFC 10 (#​11551) (Chris Meyer)
  • b452f27 Chore: Update README to pull in reviewer data (#​11506) (Nicholas C. Zakas)
  • afe3d25 Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#​11550) (Vernon de Goede)
  • 4fe7eb7 Chore: use nyc instead of istanbul (#​11532) (Toru Nagashima)
  • f16af43 Chore: fix formatters/table test (#​11534) (Toru Nagashima)
  • 78358a8 Docs: fix duplicate punctuation in CLI docs (#​11528) (Teddy Katz)

v5.15.3

Compare Source

v5.15.2

Compare Source

  • 29dbca7 Fix: implicit-arrow-linebreak adds extra characters (fixes #​11268) (#​11407) (Mark de Dios)
  • 5d2083f Upgrade: eslint-scope@4.0.3 (#​11513) (Teddy Katz)
  • a5dae7c Fix: Empty glob pattern incorrectly expands to "/**" (#​11476) (Ben Chauvette)
  • 448e8da Chore: improve crash reporting (fixes #​11304) (#​11463) (Alex Zherdev)
  • 0f56dc6 Chore: make config validator params more consistent (#​11435) (薛定谔的猫)
  • d6c1122 Docs: Add working groups to maintainer guide (#​11400) (Nicholas C. Zakas)
  • 5fdb4d3 Build: compile deps to ES5 when generating browser file (fixes #​11504) (#​11505) (Teddy Katz)
  • 06fa165 Build: update CI testing configuration (#​11500) (Reece Dunham)
  • 956e883 Docs: Fix example in no-restricted-modules docs (#​11454) (Paul O’Shannessy)
  • 2c7431d Docs: fix json schema example dead link (#​11498) (kazuya kawaguchi)
  • e7266c2 Docs: Fix invalid JSON in "Specifying Parser Options" (#​11492) (Mihira Jayasekera)
  • 6693161 Sponsors: Sync README with website (ESLint Jenkins)
  • 62fee4a Chore: eslint-config-eslint enable comma-dangle functions: "never" (#​11434) (薛定谔的猫)
  • 34a5382 Build: copy bundled espree to website directory (#​11478) (Pig Fang)
  • f078f9a Chore: use "file:" dependencies for internal rules/config (#​11465) (Teddy Katz)
  • 0756128 Docs: Add visualstudio to formatter list (#​11480) (Patrick Eriksson)
  • 44de9d7 Docs: Fix typo in func-name-matching rule docs (#​11484) (Iulian Onofrei)
benmosher/eslint-plugin-import

v2.17.2

Compare Source

Fixed
  • [no-unused-modules]: avoid crash when using ignoreExports-option ([#​1331], [#​1323], thanks [@​rfermann])
  • [no-unused-modules]: make sure that rule with no options will not fail ([#​1330], [#​1334], thanks [@​kiwka])

v2.17.1

Compare Source

Fixed
  • require v2.4 of eslint-module-utils ([#​1322])

v2.17.0

Compare Source

Added
  • Autofixer for [no-duplicates] rule ([#​1312], thanks [@​lydell])
  • [no-useless-path-segments]: Add noUselessIndex option ([#​1290], thanks [@​timkraut])
  • [no-duplicates]: Add autofix ([#​1312], thanks [@​lydell])
  • Add [no-unused-modules] rule ([#​1142], thanks [@​rfermann])
  • support export type named exports from typescript ([#​1304], thanks [@​bradennapier] and [@​schmod])
Fixed
  • [order]: Fix interpreting some external modules being interpreted as internal modules ([#​793], [#​794] thanks [@​ephys])
  • allow aliases that start with @​ to be "internal" ([#​1293], [#​1294], thanks [@​jeffshaver])
  • aliased internal modules that look like core modules ([#​1297], thanks [@​echenley])
  • [namespace]: add check for null ExportMap ([#​1235], [#​1144], thanks [@​ljqx])
  • [ExportMap] fix condition for checking if block comment ([#​1234], [#​1233], thanks [@​ljqx])
  • Fix overwriting of dynamic import() CallExpression ([no-cycle], [no-relative-parent-import], [no-unresolved], [no-useless-path-segments]) ([#​1218], [#​1166], [#​1035], thanks [@​vikr01])
  • [export]: false positives for typescript type + value export ([#​1319], thanks [@​bradzacher])
  • [export]: Support typescript namespaces ([#​1320], [#​1300], thanks [@​bradzacher])
Docs
  • Update readme for Typescript ([#​1256], [#​1277], thanks [@​kirill-konshin])
  • make rule names consistent ([#​1112], thanks [@​feychenie])
Tests
  • fix broken tests on master ([#​1295], thanks [@​jeffshaver] and [@​ljharb])
  • [no-commonjs]: add tests that show corner cases ([#​1308], thanks [@​TakeScoop])
jest-community/eslint-plugin-jest

v22.5.0

Compare Source

v22.4.1

Compare Source

Bug Fixes

v22.4.0

Compare Source

Features
xjamundx/eslint-plugin-promise

v4.1.1

Compare Source

v4.1.0

Compare Source

facebook/jest

v24.7.1

Compare Source

Fixes
  • [@jest/config] Normalize testSequencer to its absolute path (#​8267)
  • [@jest/console] Print to stderr when calling console.error, console.warn or console.assert using the jest-runtime CLI (#​8261)

v24.7.0

Compare Source

Features
  • [@jest/core, @​jest/test-sequencer] Move testSequencer to individual package @jest/test-sequencer (#​8223)
  • [@jest/core, jest-cli, jest-config] Add option testSequencer allow user use custom sequencer. (#​8223)
Fixes
  • [expect] Add negative equality tests for iterables (#​8260)
  • [jest-haste-map] Resolve fs watcher EMFILE error (#​8258)
Chore & Maintenance
  • [expect] Remove repetition of matcherName and options in matchers (#​8224)
Performance

v24.6.0

Compare Source

Features
  • [expect]: Improve report when matcher fails, part 13 (#​8077)
  • [@jest/core] Filter API pre-filter setup hook (#​8142)
  • [jest-snapshot] Improve report when matcher fails, part 14 (#​8132)
  • [@jest/reporter] Display todo and skip test descriptions when verbose is true (#​8038)
  • [jest-runner] Support default exports for test environments (#​8163)
  • [pretty-format] Support React.Suspense (#​8180)
  • [jest-snapshot] Indent inline snapshots (#​8198)
  • [jest-config] Support colors in displayName configuration (#​8025)
Fixes
  • [jest-circus] Fix test retries with beforeAll/beforeEach failures (#​8227)
  • [expect] Fix circular references in iterable equality (#​8160)
  • [jest-changed-files] Change method of obtaining git root (#​8052)
  • [jest-each] Fix test function type (#​8145)
  • [jest-fake-timers] getTimerCount not taking immediates and ticks into account (#​8139)
  • [jest-runtime] Allow json file as manual mock (#​8159)
  • [pretty-format] Print BigInt as a readable number instead of {} (#​8138)
  • [jest-core] Fix ability to transform dependencies required from globalSetup script (#​8143)
  • [@jest/reporters] Fix Cannot read property converageData of null (#​8168)
  • [jest-worker] JEST_WORKER_ID starts at 1 (#​8205)
  • [jest-config] Use default cwd even if config contains a cwd property (#​7923)
  • [jest-resolve-dependencies]: Remove internal peer dependencies (#​8215)
  • [jest-resolve]: Remove internal peer dependencies (#​8215)
  • [jest-snapshot]: Remove internal peer dependencies (#​8215)
  • [jest-resolve] Fix requireActual with moduleNameMapper (#​8210)
  • [jest-haste-map] Fix haste map duplicate detection in watch mode (#​8237)
Chore & Maintenance
  • [*] Remove flow from code base (#​8061)
  • [*] Use property initializer syntax in Jest codebase (#​8117)
  • [*] Move @​types/node to the root package.json (#​8129)
  • [*] Add documentation and tests related to auto-mocking (#​8099)
  • [*] Add jest-watch-typeahead as a devDependency (#​6449)
  • [*] upgrade TS to 3.4.0-dev* for inceremental builds (#​8149)
  • [docs] Improve description of optional arguments in ExpectAPI.md (#​8126)
Performance
  • [jest-haste-map] Optimize haste map data structure for serialization/deserialization (#​8171)
  • [jest-haste-map] Avoid persisting haste map or processing files when not changed (#​8153)
  • [jest-core] Improve performance of SearchSource.findMatchingTests by 15% (#​8184)
  • [jest-resolve] Optimize internal cache lookup performance (#​8183)
  • [jest-core] Dramatically improve watch mode performance (#​8201)
  • [jest-transform] Cache regular expression instead of creating anew for every file in ScriptTransformer (#​8235)
  • [jest-core] Fix memory leak of source map info and minor performance improvements (#​8234)
  • [jest-console] Fix memory leak by releasing console output reference when printed to stdout (#​8233)
  • [jest-runtime] Use Map instead of Object for module registry (#​8232)
conventional-changelog/standard-version

v5.0.2

Compare Source


Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jest to v22.4.0 chore(deps): update all non-major dependencies Mar 15, 2019
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 45ea0be to c06f512 Compare March 18, 2019 16:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 507d5f1 to 3012466 Compare April 4, 2019 01:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from dac881d to 3c19d2b Compare April 16, 2019 21:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3c19d2b to 32bd4d3 Compare April 24, 2019 07:21
@manniL manniL merged commit c534180 into master Apr 24, 2019
@manniL manniL deleted the renovate/all-minor-patch branch April 24, 2019 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants