Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

fix(deps): update all non-major dependencies (minor)#334

Merged
gary-van-woerkens merged 1 commit intomasterfrom
renovate/all-minor-patch
Feb 23, 2021
Merged

fix(deps): update all non-major dependencies (minor)#334
gary-van-woerkens merged 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 31, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/browser ^5.28.0 -> ^5.30.0 age adoption passing confidence
@sentry/integrations ^5.28.0 -> ^5.30.0 age adoption passing confidence
@sentry/node ^5.28.0 -> ^5.30.0 age adoption passing confidence
@socialgouv/eslint-config-react ^1.46.0 -> ^1.52.0 age adoption passing confidence
@​socialgouv/sre-secrets ^1.3.0 -> ^1.4.0 age adoption passing confidence
@testing-library/dom ^7.28.1 -> ^7.29.6 age adoption passing confidence
eslint (source) ^7.14.0 -> ^7.20.0 age adoption passing confidence
eslint-plugin-react ^7.21.5 -> ^7.22.0 age adoption passing confidence
graphql ^15.4.0 -> ^15.5.0 age adoption passing confidence
graphql-request ^3.3.0 -> ^3.4.0 age adoption passing confidence
sass ^1.29.0 -> ^1.32.8 age adoption passing confidence

Release Notes

getsentry/sentry-javascript

v5.30.0

Compare Source

  • [node] fix: esbuild warning dynamic require (#​3164)
  • [tracing] ref: Expose required things for React Native auto tracing (#​3144)
  • [ember] fix: rootURL breaking route recognition (#​3166)
  • [serverless] feat: Zip serverless dependencies for AWS Lambda (#​3110)
  • [build] feat: Target to deploy on AWS Lambda (#​3165)
  • [build] ref: Remove TravisCI (#​3149)
  • [build] ref: Upgrade action-prepare-release to latest version

v5.29.2

Compare Source

  • Fix version

v5.29.1

Compare Source

  • [types] ref: Loosen tag types, create new Primitive type (#​3108)
  • [tracing] feat: Send sample rate and type in transaction item header in envelope (#​3068)
  • [tracing] fix(web-vitals): Fix TTFB capture in Safari (#​3106)

v5.29.0

Compare Source

  • [tracing] feat: MongoDB Tracing Support (#​3072)
  • [tracing] feat: MySQL Tracing Support (#​3088)
  • [tracing] feat: PostgreSQL Tracing Support (#​3064)
  • [tracing] fix: Add sentry-trace header to outgoing http(s) requests in node (#​3053)
  • [node] fix: Revert express tracing integration type to use any (#​3093)
SocialGouv/linters

v1.52.0

Compare Source

Features
  • deps: update dependency eslint-plugin-jest to ~24.1.5 (#​595) (506d305)

v1.51.0

Compare Source

Features
  • deps: update dependency eslint-import-resolver-typescript to ~2.4.0 (#​594) (c4720a5)
  • deps: update typescript-eslint monorepo to ~4.15.1 (#​593) (7b83bc2)

v1.50.0

Compare Source

Features
  • deps: update typescript-eslint monorepo to ~4.15.0 (#​587) (6487975)

v1.49.0

Compare Source

Features
  • deps: update typescript-eslint monorepo to ~4.14.1 (#​578) (d6a470a)

v1.48.0

Compare Source

Features
  • deps: update dependency eslint-plugin-jest to ~24.1.3 (#​575) (4abb0e0)
  • deps: update dependency eslint-plugin-jsx-a11y to ~6.4.1 (#​553) (eb541ab)
  • deps: update dependency eslint-plugin-simple-import-sort to v7 (#​580) (2fab7c0)

v1.47.0

Compare Source

Features
  • deps: update dependency eslint-config-prettier to v7 (#​579) (15daeed)
  • deps: update dependency eslint-plugin-prettier to ~3.3.1 (#​576) (02fc445)
  • deps: update dependency eslint-plugin-react to ~7.22.0 (#​577) (6857fdf)
testing-library/dom-testing-library

v7.29.6

Compare Source

Bug Fixes
  • Don't assume mocked timers imply jest fake timers (#​900) (f7b5c33)

v7.29.5

Compare Source

Bug Fixes

v7.29.4

Compare Source

Bug Fixes

v7.29.3

Compare Source

Bug Fixes
  • prevent crashing on elements without parentElement (#​871) (6d32457)

v7.29.2

Compare Source

Bug Fixes

v7.29.1

Compare Source

Bug Fixes

v7.29.0

Compare Source

Features
eslint/eslint

v7.20.0

Compare Source

v7.19.0

Compare Source

v7.18.0

Compare Source

  • e3264b2 Upgrade: @​eslint/eslintrc to improve error message for invalid extends (#​14009) (Milos Djermanovic)
  • f17c3c3 Update: check logical assignment operators in the complexity rule (#​13979) (Milos Djermanovic)
  • 672deb0 Docs: fix no-invalid-regexp docs regarding ecmaVersion (#​13991) (Milos Djermanovic)
  • 179a910 Fix: --init crash on question to upgrade/downgrade ESLint (fixes #​13978) (#​13995) (Milos Djermanovic)
  • 292b1c0 Fix: no-extra-parens false positive with let identifier in for-loop (#​13981) (Milos Djermanovic)
  • de61f94 Sponsors: Sync README with website (ESLint Jenkins)
  • 9250d16 Upgrade: Bump lodash to fix security issue (#​13993) (Frederik Prijck)
  • 75fea9b Sponsors: Sync README with website (ESLint Jenkins)
  • f2687e7 Docs: update space-in-parens related rules (#​13985) (Chris Brody)
  • 4a38bbe Docs: space-in-parens examples with no arguments etc. (#​13987) (Chris Brody)
  • 3e49169 Sponsors: Sync README with website (ESLint Jenkins)
  • c5bf1f2 Sponsors: Sync README with website (ESLint Jenkins)
  • 98a729c Sponsors: Sync README with website (ESLint Jenkins)
  • e83a696 Sponsors: Sync README with website (ESLint Jenkins)
  • 78cb483 Chore: test foo( ) with space-in-parens option "always" (#​13986) (Chris Brody)
  • f6948f6 Docs: Update semantic versioning policy (#​13970) (Nicholas C. Zakas)
  • 0688212 Sponsors: Sync README with website (ESLint Jenkins)
  • aeba5e5 Chore: fix typo (#​13975) (Nitin Kumar)
  • 4ee1134 Sponsors: Sync README with website (ESLint Jenkins)

v7.17.0

Compare Source

  • e128e77 Update: check logical assignment in no-constant-condition (#​13946) (Milos Djermanovic)
  • cc48713 Chore: refactor calculating range and loc in no-useless-escape (#​13964) (Milos Djermanovic)
  • 535fe47 Update: use regexpp's default ecmaVersion in no-control-regex (#​13969) (Milos Djermanovic)
  • 83e98cd Fix: use regexpp's default ecmaVersion in no-invalid-regexp (#​13968) (Milos Djermanovic)
  • 7297363 Docs: fix examples for no-multi-str (#​13966) (Milos Djermanovic)
  • 0649871 Update: add autofix to rule multiline-ternary (#​13958) (薛定谔的猫)
  • f6e7e32 Fix: no-useless-escape wrong loc and fix with CRLF in template elements (#​13953) (Milos Djermanovic)
  • 19c69c0 Fix: one-var shouldn't split declaration if it isn't in a statement list (#​13959) (Milos Djermanovic)
  • e451b96 Docs: update build tool for webpack (#​13962) (Sam Chen)
  • c3e9acc Chore: fix typos (#​13960) (YeonJuan)
  • 7289ecf Sponsors: Sync README with website (ESLint Jenkins)

v7.16.0

Compare Source

  • a62ad6f Update: fix false negative of no-extra-parens with NewExpression (#​13930) (Milos Djermanovic)
  • f85b4c7 Fix: require-atomic-updates false positive across await (fixes #​11954) (#​13915) (buhi)
  • 301d0c0 Fix: no-constant-condition false positives with unary expressions (#​13927) (Milos Djermanovic)
  • 555c128 Fix: false positive with await and ** in no-extra-parens (fixes #​12739) (#​13923) (Milos Djermanovic)
  • d93c935 Docs: update JSON Schema links (#​13936) (Milos Djermanovic)
  • 8d0c93a Upgrade: table@6.0.4 (#​13920) (Rouven Weßling)
  • 9247683 Docs: Remove for deleted npm run profile script (#​13931) (Brandon Mills)
  • ab240d4 Fix: prefer-exponentiation-operator invalid autofix with await (#​13924) (Milos Djermanovic)
  • dc76911 Chore: Add .pre-commit-hooks.yaml file (#​13628) (Álvaro Mondéjar)
  • 2124e1b Docs: Fix wrong rule name (#​13913) (noisyboy25)
  • 06b5809 Sponsors: Sync README with website (ESLint Jenkins)
  • 26fc12f Docs: Update README team and sponsors (ESLint Jenkins)

v7.15.0

Compare Source

yannickcr/eslint-plugin-react

v7.22.0

Compare Source

Added
Fixed
Docs
graphql/graphql-js

v15.5.0

Compare Source

v15.5.0 (2021-01-26)

Bug Fix 🐞
Docs 📝
Polish 💅
7 PRs were merged
Internal 🏠
7 PRs were merged
Dependency 📦
5 PRs were merged
Committers: 3
prisma/graphql-request

v3.4.0

Compare Source

Features
Chores
sass/dart-sass

v1.32.8

Compare Source

  • Update chokidar version for Node API tests.
JavaScript API
  • Allow a custom function to access the render() options object within its
    local context, as this.options.

v1.32.7

Compare Source

  • Allow the null safety release of stream_transform.

  • Allow @forward...with to take arguments that have a !default flag without
    a trailing comma.

  • Improve the performance of unitless and single-unit numbers.

v1.32.6

Compare Source

Node JS API
  • Fix Electron support when nodeIntegration is disabled.
Dart API
  • All range checks for SassColor constructors now throw RangeErrors with
    start and end set.

v1.32.5

Compare Source

  • Potentially breaking bug fix: When using @for with numbers that have
    units, the iteration variable now matches the unit of the initial number. This
    matches the behavior of Ruby Sass and LibSass.
Node JS API
  • Fix a few infrequent errors when calling render() with fiber multiple
    times simultaneously.

  • Avoid possible mangled error messages when custom functions or importers throw
    unexpected exceptions.

  • Fix Electron support when nodeIntegration is disabled.

v1.32.4

Compare Source

  • No user-visible changes.

v1.32.3

Compare Source

  • Optimize == for numbers that have different units.

v1.32.2

Compare Source

  • Print the actual number that was received in unit deprecation warnings for
    color functions.

v1.32.1

Compare Source

  • Don't emit permissions errors on Windows and OS X when trying to determine the
    real case of path names.

v1.32.0

Compare Source

  • Deprecate passing non-% numbers as lightness and saturation to hsl(),
    hsla(), color.adjust(), and color.change(). This matches the CSS
    specification, which also requires % for all lightness and saturation
    parameters. See [the Sass website][color-units] for more details.

  • Deprecate passing numbers with units other than deg as the hue to hsl(),
    hsla(), adjust-hue(), color.adjust(), and color.change(). Unitless
    numbers are still allowed here, since they're allowed by CSS. See [the Sass
    website][color-units] for more details.

  • Improve error messages about incompatible units.

  • Properly mark some warnings emitted by sass:color functions as deprecation
    warnings.

Dart API
  • Rename SassNumber.valueInUnits() to SassNumber.coerceValue(). The old name
    remains, but is now deprecated.

  • Rename SassNumber.coerceValueToUnit(), a shorthand for
    SassNumber.coerceValue() that takes a single numerator unit.

  • Add SassNumber.coerceToMatch() and SassNumber.coerceValueToMatch(), which
    work like SassNumber.coerce() and SassNumber.coerceValue() but take a
    SassNumber whose units should be matched rather than taking the units
    explicitly. These generate better error messages than SassNumber.coerce()
    and SassNumber.coerceValue().

  • Add SassNumber.convertToMatch() and SassNumber.convertValueToMatch(),
    which work like SassNumber.coerceToMatch() and
    SassNumber.coerceValueToMatch() except they throw exceptions when converting
    unitless values to or from units.

  • Add SassNumber.compatibleWithUnit(), which returns whether the number can be
    coerced to a single numerator unit.

v1.30.0

Compare Source

  • Fix a bug where @at-root (without: all) wouldn't properly remove a
    @keyframes context when parsing selectors.
Node JS API
  • The generated main() function in sass.js now returns a Promise that
    completes when the executable is finished running.
Dart API
  • Fix a bug that prevented importers from returning null when loading from a
    URL that they had already canonicalized.

Renovate configuration

📅 Schedule: "before 3am on the first day of the month" in timezone Europe/Paris.

🚦 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 added the dependencies Pull requests that update a dependency file label Dec 31, 2020
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from b8cbccd to 653f533 Compare January 2, 2021 03:22
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 653f533 to 3413ac0 Compare January 4, 2021 10:11
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 3413ac0 to dc5b6e6 Compare January 6, 2021 22:45
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from dc5b6e6 to 5e20560 Compare January 7, 2021 00:46
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 5e20560 to cf50387 Compare January 7, 2021 11:15
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from cf50387 to 884ecda Compare January 7, 2021 12:06
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 884ecda to 4123a0e Compare January 12, 2021 01:37
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 4123a0e to a5eb16a Compare January 12, 2021 02:49
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 583e169 to ba3fe6e Compare January 16, 2021 00:13
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ba3fe6e to 72199ba Compare January 20, 2021 05:00
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a08a019 to a5f5b14 Compare January 28, 2021 17:48
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a5f5b14 to 2ca2553 Compare January 28, 2021 18:23
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 2ca2553 to ea00774 Compare January 31, 2021 05:06
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ea00774 to c0c605b Compare February 1, 2021 20:09
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from c0c605b to cfe8b8e Compare February 1, 2021 23:32
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ebf7072 to 1bfb62b Compare February 11, 2021 22:08
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 1bfb62b to c704284 Compare February 13, 2021 00:34
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from c704284 to f2fd1e9 Compare February 18, 2021 10:21
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f2fd1e9 to dff68e9 Compare February 19, 2021 00:22
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from dff68e9 to 485478b Compare February 19, 2021 10:12
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 485478b to fd9b1f2 Compare February 19, 2021 17:21
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from fd9b1f2 to c6e8d09 Compare February 19, 2021 21:09
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from c6e8d09 to 9b1e008 Compare February 23, 2021 18:11
@gary-van-woerkens gary-van-woerkens merged commit 4712d39 into master Feb 23, 2021
@gary-van-woerkens gary-van-woerkens deleted the renovate/all-minor-patch branch February 23, 2021 18:24
SocialGroovyBot added a commit that referenced this pull request Feb 23, 2021
## [1.4.4](v1.4.3...v1.4.4) (2021-02-23)

### Bug Fixes

* **deps:** update all non-major dependencies (minor) ([#334](#334)) ([4712d39](4712d39))
@SocialGroovyBot
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.4.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants