Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 4, 2020

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch ^7.11.0 -> ^7.11.6
@babel/preset-env (source) devDependencies patch ^7.11.0 -> ^7.11.5
@nuxt/types devDependencies patch ^2.14.0 -> ^2.14.5
@sentry/browser dependencies minor ^5.20.1 -> ^5.23.0
@sentry/integrations dependencies minor ^5.20.1 -> ^5.23.0
@sentry/node dependencies minor ^5.20.1 -> ^5.23.0
@sentry/webpack-plugin dependencies patch ^1.12.0 -> ^1.12.1
@types/jest devDependencies patch ^26.0.8 -> ^26.0.13
@types/node devDependencies minor ^14.0.27 -> ^14.10.1
babel-jest devDependencies minor ^26.2.2 -> ^26.3.0
consola dependencies minor ^2.14.0 -> ^2.15.0
eslint (source) devDependencies minor ^7.6.0 -> ^7.9.0
jest (source) devDependencies minor ^26.2.2 -> ^26.4.2
nuxt devDependencies patch ^2.14.0 -> ^2.14.5

Release Notes

babel/babel

v7.11.6

Compare Source

🏠 Internal
↩️ Revert

v7.11.5

Compare Source

🐛 Bug Fix
  • babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx-development
  • babel-parser
  • Other
  • babel-plugin-proposal-function-bind
    • #​12000 fix(plugin-proposal-function-bind): fix invalid code emitted for ::super.foo (@​uhyo)
💅 Polish
🏠 Internal

v7.11.4

Compare Source

🐛 Bug Fix
🏠 Internal
  • Other
  • babel-parser
  • babel-helpers
  • babel-helper-transform-fixture-test-runner
  • babel-core, babel-helper-transform-fixture-test-runner, babel-plugin-proposal-object-rest-spread, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-react-jsx-source, babel-plugin-transform-spread
  • babel-helper-bindify-decorators, babel-helper-call-delegate, babel-helper-explode-assignable-expression, babel-helper-explode-class, babel-helper-remap-async-to-generator, babel-helper-replace-supers

v7.11.1

Compare Source

🐛 Bug Fix
  • babel-parser
  • babel-core
  • babel-plugin-transform-block-scoping, babel-standalone
📝 Documentation
🏠 Internal
nuxt/nuxt.js

v2.14.5

Compare Source

🐛 Bug Fixes
💅 Refactors
🇹 Types
💖 Thanks to

v2.14.4

Compare Source

🐛 Bug Fixes
  • vue-renderer
  • cjs
    • #​7938 Fix HMR issue with mongoose (resolves #​7917)
    • #​7966 Protect clearRequireCache against infinite recursion
  • cli
    • #​7948 Handle nuxt generate with --fail-on-error for static target (resolves #​7947)
  • vue-app
  • webpack
🏡 Chore
💖 Thanks to

v2.14.3

Compare Source

🐛 Bug Fixes
  • vue-renderer
    • #​7928 Apply nomodule to legacy chunks
💖 Thanks to

v2.14.2

Compare Source

🐛 Bug Fixes
👕 Types
  • general
    • #​7902 Improve definitions for component transition property
💖 Thanks to

v2.14.1

Compare Source

🐛 Bug Fixes
📝 Examples
  • tailwindcss-purgecss
    • #​7800 Update tailwindcss from 0.6 to 1.6 using purgecss
🏡 Chore
💖 Thanks to
getsentry/sentry-javascript

v5.23.0

Compare Source

  • [serverless] feat: Introduce @sentry/serverless with AWSLambda support (#​2886)
  • [ember] feat: Add performance instrumentation for routes (#​2784)
  • [node] ref: Remove query strings from transaction and span names (#​2857)
  • [angular] ref: Strip query and fragment from Angular tracing URLs (#​2874)
  • [tracing] ref: Simplify shouldCreateSpanForRequest (#​2867)

v5.22.3

Compare Source

  • [integrations] fix: Window type (#​2864)

v5.22.2

Compare Source

  • [integrations] fix: localforage typing (#​2861)

v5.22.1

Compare Source

  • [integrations] fix: Add localforage typing (#​2856)
  • [tracing] fix: Make sure BrowserTracing is exported in CDN correctly (#​2855)

v5.22.0

Compare Source

  • [browser] ref: Recognize Capacitor scheme as Gecko (#​2836)
  • [node]: fix: Save string exception as a message for syntheticException (#​2837)
  • [tracing] feat: Add build dir in npm package (#​2846)
  • [tracing] fix: Fix typo in addPerformanceEntries method name (#​2847)
  • [apm] ref: Deprecate @sentry/apm package (#​2844)
  • [angular] fix: Allow for empty DSN/disabling with AngularJS integration (#​2842)
  • [gatsby] ref: Make @sentry/tracing mandatory + add tests (#​2841)
  • [integrations] feat: Add integration for offline support (#​2778)
  • [utils] ref: Revert the usage of globalThis for getGlobalObject util (#​2851)
  • [build] fix: Lock in TypeScript to 3.7.5 (#​2848)
  • [build] misc: Upgrade Prettier to 1.19.0 (#​2850)

v5.21.4

Compare Source

  • [ci] fix: Actually release correct code

v5.21.3

Compare Source

  • [tracing] feat: Track span status for fetch requests (#​2835)
  • [react] fix: Return an any from createReduxEnhancer to avoid type conflicts (#​2834)
  • [react] fix: Make sure profiler is typed with any (#​2838)

v5.21.2

Compare Source

  • [tracing] fix: Normalize transaction names for express methods to match those of other SDKs (#​2832)
  • [tracing] feat: Change resource span op name and add data (#​2816)
  • [tracing] ref: Make sure error status is set on transactions (#​2818)
  • [apm/tracing] fix: Make sure Performance Observer takeRecords() is defined (#​2825)

v5.21.1

Compare Source

  • [ember] fix: Make the package public and fix the build by bumping TypeScript to v3.9 (#​2811)
  • [eslint] test: Don't test eslint config/plugin on Node <= v8

v5.21.0

Compare Source

  • [all] feat: Convert sentry-javascript to ESLint (#​2786)
  • [internal/eslint] feat: Add @sentry-internal/eslint-config-sdk (#​2807)
  • [ember] feat: Add @sentry/ember (#​2739)
  • [angular] feat: Add @sentry/angular (#​2787)
  • [react] feat: Add routing instrumentation for React Router v4/v5 (#​2780)
  • [gatsby] feat: support process.env.SENTRY_RELEASE (#​2776)
  • [apm/tracing] feat: Export addExtensionMethods for SDKs to use (#​2805)
  • [apm/tracing] ref: Remove express typing (#​2803)
  • [node] fix: Retry-After header in node should be lower-case (#​2779)
getsentry/sentry-webpack-plugin

v1.12.1

Compare Source

  • fix(deploy): change deploy to newDeploy in mocked CLI object (#​206)
  • fix(types): add deploy configuration to type definitions (#​208)
facebook/jest

v26.3.0

Compare Source

Features
  • [jest-circus, jest-jasmine2] Include failureDetails property in test results (#​9496)
  • [jest-each, jest-jasmine, jest-circus] Add support for .concurrent.each (#​9326)
Fixes
  • [jest-config] Add .pnp.js to transformIgnorePatterns defaults (#​10383)
  • [jest-leak-detector] Wait properly for GC runs due to changes in Node 14.7 (#​10366)
  • [jest-worker] Downgrade minimum node version to 10.13 (#​10352)
  • [docs] Update snapshot testing documentation(#​10359)
nuxt/consola

v2.15.0

Compare Source

Features
  • types: use union type for ConsolaLogObject.type (#​100) (a6eba53)
  • support formatOptions.date to optionally hide date (#​101) (6bf733f)
eslint/eslint

v7.9.0

Compare Source

  • 3ca2700 Fix: Corrected notice for invalid (:) plugin names (#​13473) (Josh Goldberg)
  • fc5783d Docs: Fix leaky anchors in v4 migration page (#​13635) (Timo Tijhof)
  • f1d07f1 Docs: Provide install commands for Yarn (#​13661) (Nikita Baksalyar)
  • 29d1cdc Fix: prefer-destructuring removes comments (refs #​13678) (#​13682) (Milos Djermanovic)
  • b4da0a7 Docs: fix typo in working with plugins docs (#​13683) (啸生)
  • 6f87db7 Update: fix id-length false negatives on Object.prototype property names (#​13670) (Milos Djermanovic)
  • 361ac4d Fix: NonOctalDecimalIntegerLiteral is decimal integer (fixes #​13588) (#​13664) (Milos Djermanovic)
  • f260716 Docs: update outdated link (#​13677) (klkhan)
  • 5138c91 Docs: add missing eslint directive comments in no-await-in-loop (#​13673) (Milos Djermanovic)
  • 17b58b5 Docs: clarify correct example in no-return-await (fixes #​13656) (#​13657) (Milos Djermanovic)
  • 9171f0a Chore: fix typo (#​13660) (Nitin Kumar)
  • 6d9f8fb Sponsors: Sync README with website (ESLint Jenkins)
  • 97b0dd9 Sponsors: Sync README with website (ESLint Jenkins)
  • deab125 Sponsors: Sync README with website (ESLint Jenkins)
  • bf2e367 Sponsors: Sync README with website (ESLint Jenkins)
  • 8929208 Sponsors: Sync README with website (ESLint Jenkins)

v7.8.1

Compare Source

v7.8.0

Compare Source

v7.7.0

Compare Source

  • b46f3ee Update: allowFunctionParams option in no-underscore-dangle (fixes 12579) (#​13545) (Sunghyun Cho)
  • 26aa245 Docs: clarify "case" specifier in padding-line-between-statements (#​13562) (Milos Djermanovic)
  • 082891c Docs: Update semantic versioning policy (#​13563) (Nicholas C. Zakas)
  • 4e0b672 Fix: revert "Update: disallow multiple options in comma-dangle schema" (#​13564) (Kai Cataldo)
  • 254990e Fix: indent for async arrow functions (fixes #​13497) (#​13544) (Anix)
  • 28ca339 Sponsors: Sync README with website (ESLint Jenkins)
  • 2e4158d Sponsors: Sync README with website (ESLint Jenkins)
  • 488d159 Sponsors: Sync README with website (ESLint Jenkins)
  • c44306e Sponsors: Sync README with website (ESLint Jenkins)
  • 6677180 Sponsors: Sync README with website (ESLint Jenkins)
  • 07db7b8 Sponsors: Sync README with website (ESLint Jenkins)
  • d4ce4d3 Sponsors: Sync README with website (ESLint Jenkins)
  • 284e954 Sponsors: Sync README with website (ESLint Jenkins)
  • ae9b54e Sponsors: Sync README with website (ESLint Jenkins)
  • 9124a15 Chore: remove leche (fixes #​13287) (#​13533) (Mark de Dios)
  • 5c4c7f5 Sponsors: Sync README with website (ESLint Jenkins)
  • 48d8ec8 Sponsors: Sync README with website (ESLint Jenkins)

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

@codecov
Copy link

codecov bot commented Aug 4, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #223   +/-   ##
=======================================
  Coverage   55.55%   55.55%           
=======================================
  Files           1        1           
  Lines          27       27           
  Branches        8        8           
=======================================
  Hits           15       15           
  Misses          9        9           
  Partials        3        3           

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 7d0445e...0f52712. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 01af2d8 to 7ff4cbb Compare August 4, 2020 22:15
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^2.14.1 chore(deps): update all non-major dependencies Aug 4, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0beb0fb to 119af2b Compare August 10, 2020 11:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 60e9f8a to 4b764f3 Compare August 19, 2020 06:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from dafa13c to 3230e6b Compare August 25, 2020 16:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5812645 to b610256 Compare August 27, 2020 10:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from dbf8851 to 37b70e7 Compare September 3, 2020 06:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f6a3745 to 3fed3be Compare September 10, 2020 12:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a25c1b6 to 9f38eb0 Compare September 13, 2020 20:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9f38eb0 to 0f52712 Compare September 13, 2020 20:54
@rchl rchl changed the title chore(deps): update all non-major dependencies fix(deps): update Sentry dependency from 5.20.1 to 5.23.0 Sep 13, 2020
@rchl rchl merged commit 9894b02 into master Sep 13, 2020
@rchl rchl deleted the renovate/all-minor-patch branch September 13, 2020 20:56
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