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 dev #211

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore(deps): update all dev #211

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mi11er/eslint-config 2.2.2 -> 2.4.1 age adoption passing confidence
@semantic-release/changelog 2.0.2 -> 2.1.2 age adoption passing confidence
chai (source) 4.1.2 -> 4.4.1 age adoption passing confidence
codeclimate-test-reporter 0.5.0 -> 0.5.1 age adoption passing confidence
eslint (source) 5.0.1 -> 5.16.0 age adoption passing confidence
eslint-config-airbnb-base 13.0.0 -> 13.2.0 age adoption passing confidence
eslint-config-prettier 2.9.0 -> 2.10.0 age adoption passing confidence
eslint-plugin-import 2.13.0 -> 2.29.1 age adoption passing confidence
eslint-plugin-optimize-regex 1.1.5 -> 1.2.1 age adoption passing confidence
eslint-plugin-security 1.4.0 -> 1.7.1 age adoption passing confidence
lint-staged 7.2.2 -> 7.3.0 age adoption passing confidence
npm-run-all 4.1.3 -> 4.1.5 age adoption passing confidence
prettier (source) 1.14.2 -> 1.19.1 age adoption passing confidence
pretty-quick 1.6.0 -> 1.11.1 age adoption passing confidence
rimraf 2.6.2 -> 2.7.1 age adoption passing confidence
sort-package-json 1.15.0 -> 1.57.0 age adoption passing confidence

Release Notes

mi11er-net/eslint-config (@​mi11er/eslint-config)

v2.4.1

Compare Source

Bug Fixes

v2.4.0

Compare Source

Features
  • node: add new eslint-node rules (1f86ac3)

v2.3.0

Compare Source

Features

2.2.2 (2018-04-03)

Bug Fixes
  • packages: update eslint and peerDependencies (48e960d), closes #​38

2.2.1 (2018-03-17)

Bug Fixes
  • deps: update peer dependencies (5fa0d8a)
semantic-release/changelog (@​semantic-release/changelog)

v2.1.2

Compare Source

Bug Fixes
  • package: update fs-extra to version 7.0.0 (a172379)

v2.1.1

Compare Source

Bug Fixes
  • factorise the verification code in a function (7300663)

v2.1.0

Compare Source

Features
  • options: adds changelogTitle option (f304bb0)

v2.0.3

Compare Source

Bug Fixes
  • fixes typos and wrong link in error message (3a09b0f)
chaijs/chai (chai)

v4.4.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.10...v4.4.0

v4.3.10

Compare Source

This release simply bumps all dependencies to their latest non-breaking versions.

What's Changed

Full Changelog: chaijs/chai@v4.3.9...v4.3.10

v4.3.9

Compare Source

Upgrade dependencies.

This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.

Full Changelog: chaijs/chai@v4.3.8...v4.3.9

v4.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v4.3.7...v4.3.8

v4.3.7

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.6...v4.3.7

v4.3.6

Compare Source

Update loupe to 2.3.1

v4.3.5

Compare Source

v4.3.4

Compare Source

This fixes broken inspect behavior with bigints (#​1321) (#​1383) thanks @​vapier

v4.3.3: / 2021-03-03

Compare Source

This reintroduces Assertion as an export in the mjs file. See https://github.com/chaijs/chai/pull/1378 & https://github.com/chaijs/chai/issues/1375

v4.3.2: / 2021-03-03

Compare Source

This fixes a regression in IE11. See https://github.com/chaijs/chai/pull/1380 & https://github.com/chaijs/chai/issues/1379

v4.3.1: / 2021-03-02

Compare Source

This releases fixed an engine incompatibility with 4.3.0

The 4.x.x series of releases will be compatible with Node 4.0. Please report any errors found in Node 4 as bugs, and they will be fixed.

The 5.x.x series, when released, will drop support for Node 4.0

This fix also ensures pathval is updated to 1.1.1 to fix CVE-2020-7751

v4.3.0: / 2021-02-04

Compare Source

This is a minor release.

Not many changes have got in since the last release but this one contains a very important change (#​1257) which will allow jest users to get better diffs. From this release onwards, jest users will be able to see which operator was used in their diffs. The operator is a property of the AssertionError thrown when assertions fail. This flag indicates what kind of comparison was made.

This is also an important change for plugin maintainers. Plugin maintainers will now have access to the operator flag, which they can have access to through an utilmethod calledgetOperator`.

Thanks to all the amazing people that contributed to this release.

New Features

  • Allow contain.oneOf to take an array of possible values (@​voliva)
  • Adding operator attribute to assertion error (#​1257) (@​rpgeeganage)
  • The closeTo error message will now inform the user when a delta is required (@​eouw0o83hf)

Docs

  • Add contains flag to oneOf documentation (@​voliva)

Tests

Chores

v4.2.0: / 2018-09-25

Compare Source

This is a minor release. Thank you to all of our contributors and users!

New Features

Bug Fixes

Performance

Style

Tests

Docs

Chores

codeclimate/javascript-test-reporter (codeclimate-test-reporter)

v0.5.1

Compare Source

eslint/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)

v5.15.1

Compare Source

v5.15.0

Compare Source

v5.14.1

Compare Source

v5.14.0

Compare Source

v5.13.0

Compare Source

v5.12.1

Compare Source

[v5.12.0](https:/


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from d497557 to a05c509 Compare September 26, 2018 12:24
@renovate renovate bot force-pushed the renovate/all-dev branch 3 times, most recently from 484168d to 54677c3 Compare October 15, 2018 16:53
@renovate renovate bot force-pushed the renovate/all-dev branch 3 times, most recently from 404be6c to 159dc8b Compare November 10, 2018 17:38
@renovate renovate bot force-pushed the renovate/all-dev branch 3 times, most recently from 45d4f68 to a33383f Compare November 30, 2018 02:46
@renovate renovate bot force-pushed the renovate/all-dev branch 5 times, most recently from 0d10ef8 to a67d6ef Compare January 22, 2019 14:12
@renovate renovate bot force-pushed the renovate/all-dev branch 3 times, most recently from 232bfc6 to c351e0b Compare January 31, 2019 04:42
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from e47c49e to 2555b6e Compare February 4, 2019 09:10
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from 010e892 to adc6274 Compare March 3, 2019 20:53
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from a03f75d to 9a6a23d Compare March 26, 2019 15:39
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from 3d45f2f to 98e0c98 Compare April 9, 2019 00:41
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from 6a7e6c7 to 5c703e3 Compare May 8, 2020 11:55
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from dc69802 to 7cf0065 Compare May 15, 2021 19:48
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from 65eed2d to 09c2210 Compare August 24, 2023 15:18
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from 07b05cf to ca71ae8 Compare September 28, 2023 10:46
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

0 participants