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 #170

Merged
merged 1 commit into from
Aug 5, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 22, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/jest ^26.0.23 -> ^26.0.24 age adoption passing confidence
codecov ^3.8.2 -> ^3.8.3 age adoption passing confidence
eslint (source) ^7.29.0 -> ^7.32.0 age adoption passing confidence
jest (source) ^27.0.4 -> ^27.0.6 age adoption passing confidence
jsdom ^16.6.0 -> ^16.7.0 age adoption passing confidence
npm (source) >=6.14.13 -> >=6.14.14 age adoption passing confidence
nuxt-edge ^2.16.0-27072017.35c6ac41 -> ^2.16.0-27132492.cdbea391 age adoption passing confidence
sass ^1.35.1 -> ^1.37.5 age adoption passing confidence
standard-version ^9.3.0 -> ^9.3.1 age adoption passing confidence
typescript (source) ^4.3.4 -> ^4.3.5 age adoption passing confidence

Release Notes

codecov/codecov-node

v3.8.3

Compare Source

Fixes
  • #​329 fix: Test if response has two lines
Dependencies
  • #​306 Bump eslint-config-prettier from 7.2.0 to 8.3.0
  • #​305 Bump eslint from 7.21.0 to 7.25.0
  • #​302 Bump mock-fs from 4.13.0 to 4.14.0
  • #​308 Bump lodash from 4.17.19 to 4.17.21
  • #​309 Bump ignore-walk from 3.0.3 to 3.0.4
  • #​310 Bump hosted-git-info from 2.8.8 to 2.8.9
  • #​325 Bump prettier from 2.2.1 to 2.3.2
  • #​326 Bump actions/setup-node from 2.1.5 to 2.2.0
  • #​328 Bump lint-staged from 10.5.4 to 11.0.1
  • #​330 Bump eslint from 7.25.0 to 7.31.0
  • #​331 Bump ws from 7.3.1 to 7.5.3
  • #​332 Bump urlgrey from 0.4.4 to 1.0.0
  • #​334 Bump husky from 6.0.0 to 7.0.1
  • #​333 Bump teeny-request from 7.0.1 to 7.1.1
eslint/eslint

v7.32.0

Compare Source

v7.31.0

Compare Source

v7.30.0

Compare Source

facebook/jest

v27.0.6

Compare Source

Fixes
  • [*] Publish all modules to include the build change in #​11569

v27.0.5

Compare Source

Features
  • [@jest/fake-timers] Flush callbacks scheduled with requestAnimationFrame every 16ms when using legacy timers. (#​11523)
  • [pretty-format] Use globalThis (with polyfill if required) to bring support for esbuild's browser bundling mode (#​11569)
Fixes
  • [jest-core] Support special characters like @, + and () on Windows with --findRelatedTests (#​11548)
  • [@jest/fake-timers] Do not add setImmediate and clearImmediate if they do not exist in the global environment (#​11599)
  • [@jest/reporters] Allow node-notifier@10 as peer dependency (#​11523)
  • [@jest/reporters] Update v8-to-istanbul (#​11523)
jsdom/jsdom

v16.7.0

Compare Source

  • Added AbortSignal.abort(). (ninevra)
  • Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)
  • Implemented wrapping for textareaEl.value if the wrap="" attribute is specified. (ninevra)
  • Changed newline normalization in <textarea>s according to recent HTML Standard updates. (ninevra)
  • Fixed some bad cascade computation in getComputedStyle(). (romain-trotard)
npm/cli

v6.14.14

Compare Source

6.14.14 (2021-07-27)
DEPENDENCIES
sass/dart-sass

v1.37.5

Compare Source

  • No user-visible changes.

v1.37.4

Compare Source

  • No user-visible changes.

v1.37.3

Compare Source

  • No user-visible changes.

v1.37.2

Compare Source

  • No user-visible changes.

v1.37.1

Compare Source

  • No user-visible changes.

v1.37.0

Compare Source

Dart API
  • Potentially breaking bug fix: SassNumber.asSlash,
    SassNumber.withSlash(), and SassNumber.withoutSlash() have been marked as
    @internal. They were never intended to be used outside the sass package.

  • Potentially breaking bug fix: SassException has been marked as @sealed
    to formally indicate that it's not intended to be extended outside of the
    sass package.

  • Add a Value.withListContents() method that returns a new Sass list with the
    same list separator and brackets as the current value, interpreted as a list.

v1.36.0

Compare Source

Dart API
  • Added compileToResult(), compileStringToResult(),
    compileToResultAsync(), and compileStringToResultAsync() methods. These
    are intended to replace the existing compile*() methods, which are now
    deprecated. Rather than returning a simple string, these return a
    CompileResult object, which will allow us to add additional information
    about the compilation without having to introduce further deprecations.

    • Instead of passing a sourceMaps callback to compile*(), pass
      sourceMaps: true to compile*ToResult() and access
      CompileResult.sourceMap.

    • The CompileResult object exposes a loadedUrls object which lists the
      canonical URLs accessed during a compilation. This information was
      previously unavailable except through the JS API.

v1.35.2

Compare Source

  • Potentially breaking bug fix: Properly throw an error for Unicode ranges
    that have too many ?s after hexadecimal digits, such as U+12345??.

  • Potentially breaking bug fix: Fixed a bug where certain local variable
    declarations nested within multiple @if statements would incorrectly
    override a global variable. It's unlikely that any real stylesheets were
    relying on this bug, but if so they can simply add !global to the variable
    declaration to preserve the old behavior.

  • Potentially breaking bug fix: Fix a bug where imports of root-relative
    URLs (those that begin with /) in @import rules would be passed to
    both Dart and JS importers as file: URLs.

  • Properly support selector lists for the $extendee argument to
    selector.extend() and selector.replace().

  • Fix an edge case where @extend wouldn't affect a selector within a
    pseudo-selector such as :is() that itself extended other selectors.

  • Fix a race condition where meta.load-css() could trigger an internal error
    when running in asynchronous mode.

Dart API
  • Use the @internal annotation to indicate which Value APIs are available
    for public use.
conventional-changelog/standard-version

v9.3.1

Compare Source

Microsoft/TypeScript

v4.3.5

Compare Source

This release contains a bug fix for auto-imports on JSX components in the TypeScript language service. See the relevant change for more details.


Configuration

📅 Schedule: "before 3am on Monday" (UTC).

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

Rebasing: Whenever PR becomes conflicted, 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3a4b55c to 5f3232a Compare June 23, 2021 00:36
@renovate renovate bot changed the title chore(deps): update devdependency jest to ^27.0.5 chore(deps): update all non-major dependencies Jun 23, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from d9eecf0 to 3128510 Compare July 1, 2021 01:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 6b7525e to bbff041 Compare July 8, 2021 00:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from f7abde1 to dd20fa5 Compare July 16, 2021 00:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 5e5118c to d1f9d88 Compare July 30, 2021 01:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 17 times, most recently from 92ae6a5 to 4d2d0e6 Compare August 5, 2021 10:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a7a5646 to dea75a6 Compare August 5, 2021 10:20
@rchl rchl merged commit 54e19ac into master Aug 5, 2021
@rchl rchl deleted the renovate/all-minor-patch branch August 5, 2021 10:26
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.

2 participants