Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 14, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/types ^2.15.6 -> ^2.15.8 age adoption passing confidence
@types/jest ^26.0.23 -> ^26.0.24 age adoption passing confidence
@types/sass ^1.16.0 -> ^1.43.1 age adoption passing confidence
eslint (source) ^7.28.0 -> ^7.32.0 age adoption passing confidence
jest (source) ^27.0.4 -> ^27.3.1 age adoption passing confidence
nuxt ^2.15.6 -> ^2.15.8 age adoption passing confidence
standard-version ^9.3.0 -> ^9.3.2 age adoption passing confidence
ts-jest (source) ^27.0.3 -> ^27.0.7 age adoption passing confidence
vuetify-loader ^1.7.2 -> ^1.7.3 age adoption passing confidence

Release Notes

nuxt/nuxt.js

v2.15.8

Compare Source

🐛 Bug Fixes
  • vue-app
    • #​9460 Don't normalise route path if it's valid
  • babel
    • #​9631 Loose option for babel private-property-in-object

v2.15.7

Compare Source

🔰 Security advisory

Please upgrade to nuxt@^2.15.7 if using [email protected] or [email protected]

🐛 Bug Fixes
  • vue-app
    • #​9431 Check whether a route exists within the nuxt app before replacing
eslint/eslint

v7.32.0

Compare Source

v7.31.0

Compare Source

v7.30.0

Compare Source

v7.29.0

Compare Source

facebook/jest

v27.3.1

Compare Source

Fixes
  • [expect] Make expect extension properties configurable (#​11978)
  • [expect] Fix .any() checks on primitive wrapper classes (#​11976)
Chore & Maintenance
  • [expect] BigInt global is always defined, don't check for its existence at runtime (#​11979)
  • [jest-config, jest-util] Use ci-info instead of is-ci to detect CI environment (#​11973)

v27.3.0

Compare Source

Features
  • [jest-config] Add testEnvironmentOptions.html to apply to jsdom input (#​11950)
  • [jest-resolver] Support default export (.) in exports field if main is missing (#​11919)
Fixes
  • [expect] Tweak and improve types (#​11949)
  • [jest-runtime] Ensure absolute paths can be resolved within test modules (#​11943)
  • [jest-runtime] Fix instanceof for ModernFakeTimers and LegacyFakeTimers methods (#​11946)

v27.2.5

Compare Source

Features
  • [jest-config] Warn when multiple Jest configs are located (#​11922)
Fixes
  • [expect] Pass matcher context to asymmetric matchers (#​11926 & #​11930)
  • [expect] Improve TypeScript types (#​11931)
  • [expect] Improve typings of toThrow() and toThrowError() matchers (#​11929)
  • [jest-cli] Improve --help printout by removing defunct --browser option (#​11914)
  • [jest-haste-map] Use distinct cache paths for different values of computeDependencies (#​11916)
  • [@jest/reporters] Do not buffer console.logs when using verbose reporter (#​11054)
Chore & Maintenance
  • [expect] Export default matchers (#​11932)
  • [@jest/types] Mark deprecated configuration options as @deprecated (#​11913)

v27.2.4

Compare Source

Features
  • [expect] Add equality checks for Array Buffers in expect.ToStrictEqual() (#​11805)
Fixes
  • [jest-snapshot] Correctly indent inline snapshots (#​11560)

v27.2.3

Compare Source

Features
  • [@jest/fake-timers] Update @sinonjs/fake-timers to v8 (#​11879)
Fixes
  • [jest-config] Parse testEnvironmentOptions if received from CLI (#​11902)
  • [jest-reporters] Call destroy on v8-to-istanbul converters to free memory (#​11896)

v27.2.2

Compare Source

Fixes
  • [jest-runtime] Correct wrapperLength value for ESM modules. (#​11893)

v27.2.1

Compare Source

Features
  • [jest-transform] Improve the unexpected token error message. (#​11807)
Fixes
  • [jest-runtime] Fix regression when using jest.isolateModules and mocks (#​11882)
  • [jest-runtime] Include test name when importing modules after test has completed (#​11885)
  • [jest-runtime] Error when ESM import is used after test is torn down (#​11885)

v27.2.0

Compare Source

Features
  • [jest-resolver, jest-runtime] Pass conditions to custom resolvers to enable them to implement support for package.json exports field (#​11859)
  • [jest-runtime] Allow custom envs to specify exportConditions which is passed together with Jest's own conditions to custom resolvers (#​11863)
Fixes
  • [@jest/reporters] Use async transform if available to transform files with no coverage (#​11852)
  • [jest-util] Return correct value from process.send stub (#​11799)

v27.1.1

Compare Source

Features
  • [jest-runtime] Add experimental, limited (and undocumented) support for mocking ECMAScript Modules (#​11818)
Fixes
  • [jest-resolver] Support node: prefix when importing Node core modules with ESM (#​11817)
  • [jest-types] Export the PrettyFormatOptions interface (#​11801)

v27.1.0

Compare Source

Features
  • [jest-haste-map] Use watchman suffix-set option for faster file indexing. (#​11784)
  • [jest-cli] Adds a new config options snapshotFormat which offers a way to override any of the formatting settings which come with pretty-format. (#​11654)
  • [jest-reporters] Expose the getSummary util (#​11695).
  • [jest-resolver] Support node: prefix when importing Node core modules (#​11331)
Fixes
  • [jest-each] Relaxed the validation to allow multibyte characters in headings (#​11575)
  • [jest-environment-jsdom] Add support for userAgent option (#​11773)
  • [jest-environment-node] Add Event and EventTarget to node global environment. (#​11727)
  • [jest-mock] Fix spyOn to use Object.prototype.hasOwnProperty (#​11721)
  • [jest-resolver] Add dependency on jest-haste-map (#​11759)
  • [jest-types] Compat with @types/node v16 (#​11645)
Chore & Maintenance
  • [docs] Correct expects.assertions documentation by adding async/await for asynchronous function.

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)
conventional-changelog/standard-version

v9.3.2

Compare Source

v9.3.1

Compare Source

kulshekhar/ts-jest

v27.0.7

Compare Source

Bug Fixes

v27.0.6

Compare Source

Bug Fixes

v27.0.5

Compare Source

Bug Fixes
Code Refactoring

v27.0.4

Compare Source

Bug Fixes
  • add @types/jest as optional peerDependencies to solve yarn 2 (#​2756) (5fbf43e)
  • add babel-jest as optional peerDependencies to solve yarn 2 (#​2751) (8bede2e)
  • config: include AST transformer's name and version into cache key (#​2755) (310fb9a), closes #​2753
Features
vuetifyjs/vuetify-loader

v1.7.3

Compare Source

Bug Fixes

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 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, click this checkbox.

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 14, 2021
@codecov
Copy link

codecov bot commented Jun 14, 2021

Codecov Report

Merging #460 (5381635) into master (73d3178) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 5381635 differs from pull request most recent head 2234cbc. Consider uploading reports for the commit 2234cbc to get more accurate results
Impacted file tree graph

@@            Coverage Diff            @@
##            master      #460   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines           75        75           
  Branches        24        24           
=========================================
  Hits            75        75           
Impacted Files Coverage Δ
src/options.ts 100.00% <ø> (ø)
src/font.ts 100.00% <100.00%> (ø)
src/icons.ts 100.00% <100.00%> (ø)
src/sass.ts 100.00% <100.00%> (ø)

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 09409fa...2234cbc. Read the comment docs.

@renovate renovate bot changed the title chore(deps): update devdependency @nuxt/types to ^2.15.7 chore(deps): update all non-major dependencies to ^2.15.7 Jun 14, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e5bbeb9 to afb76df Compare June 15, 2021 20:50
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^2.15.7 chore(deps): update all non-major dependencies Jun 15, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cd69dc0 to 8bbba8f Compare June 23, 2021 04:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 669f0f7 to 637a343 Compare July 2, 2021 23:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9a3944e to 11b0495 Compare July 6, 2021 22:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 6bdebe1 to 994b43e Compare July 21, 2021 14:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 71a267a to e9c5dc7 Compare July 30, 2021 23:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e9c5dc7 to 9d24beb Compare August 11, 2021 21:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9d24beb to 9dc726c Compare October 18, 2021 20:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9dc726c to 5381635 Compare November 26, 2021 10:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5381635 to 2234cbc Compare November 28, 2021 18:46
@clarkdo clarkdo merged commit 9309e8a into master Nov 28, 2021
@clarkdo clarkdo deleted the renovate/all-minor-patch branch November 28, 2021 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants