Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2020

This PR contains the following updates:

Package Type Update Change
@4c/cli devDependencies patch ^2.1.11 -> ^2.1.12
@4c/rollout devDependencies patch ^2.1.10 -> ^2.1.11
@emotion/core devDependencies minor ^10.0.35 -> ^10.1.1
@types/classnames devDependencies patch ^2.2.10 -> ^2.2.11
@types/react devDependencies patch ^16.9.53 -> ^16.9.55
@types/react-dom devDependencies patch ^16.9.8 -> ^16.9.9
@typescript-eslint/eslint-plugin devDependencies minor ^4.5.0 -> ^4.6.0
@typescript-eslint/parser devDependencies minor ^4.5.0 -> ^4.6.0
astroturf devDependencies patch ^0.10.4 -> ^0.10.5
eslint (source) devDependencies minor ^7.11.0 -> ^7.12.1
eslint-config-prettier devDependencies minor ^6.13.0 -> ^6.15.0
eslint-plugin-jsx-a11y devDependencies minor ^6.3.1 -> ^6.4.1
gatsby (changelog) devDependencies patch ^2.24.80 -> ^2.24.92
gatsby-plugin-sass devDependencies patch ^2.3.17 -> ^2.3.22
lint-staged devDependencies minor ^10.4.2 -> ^10.5.1
rollup (source) devDependencies minor ^2.32.1 -> ^2.33.1
sass devDependencies minor ^1.27.0 -> ^1.28.0
sinon (source) devDependencies patch ^9.2.0 -> ^9.2.1
typescript (source) devDependencies patch ^4.0.3 -> ^4.0.5

Release Notes

4Catalyzer/cli

v2.1.12

Compare Source

emotion-js/emotion

v10.1.1

Compare Source

Patch Changes
  • fe30cbd6 #​2066 Thanks @​Andarist! - Fixed an issue with React giving warning about static children not having unique keys when using the classic jsx factory. This example illustrates the situation in which this has been incorrectly happening:

    <div css={{ color: 'hotpink' }}>
      <div />
      <div />
    </div>

v10.1.0

Compare Source

Minor Changes
  • 71514b06 #​1970 Thanks @​FLGMwt! - Support for the new JSX runtimes has been added. They require compatible React versions and shouldn't be manually used.

    To use them you can use the new @jsxImportSource @&#8203;emotion/core pragma instead of the old @jsx jsx or you can use @emotion/babel-preset-css-prop with { runtime: 'automatic' } option to have it handled automatically for you for the whole project.

typescript-eslint/typescript-eslint

v4.6.0

Compare Source

Bug Fixes
  • eslint-plugin: [method-signature-style] correct fixer for overloads in an object literal type (#​2708) (0763913)
  • eslint-plugin: [method-signature-style] don't auto-fix interfaces within namespaces (#​2678) (e012049)
  • eslint-plugin: [prefer-string-starts-ends-with] Check negative indices in the second position for slice (#​2696) (66e9c6e)
Features
4Catalyzer/astroturf

v0.10.5

Compare Source

Bug Fixes
eslint/eslint

v7.12.1

Compare Source

v7.12.0

Compare Source

  • cbf3585 Update: skip keyword check for fns in space-before-blocks (fixes #​13553) (#​13712) (Milos Djermanovic)
  • 256f656 Fix: autofix shouldn't produce template literals with \8 or \9 (#​13737) (Milos Djermanovic)
  • b165aa5 Fix: yoda rule autofix produces syntax errors with adjacent tokens (#​13760) (Milos Djermanovic)
  • 3175316 Fix: prefer-destructuring invalid autofix with comma operator (#​13761) (Milos Djermanovic)
  • 1a9f171 Chore: Remove more ESLintRC-related files (refs #​13481) (#​13762) (Nicholas C. Zakas)
  • bfddced Update: remove suggestion if it didn't provide a fix (fixes #​13723) (#​13772) (Milos Djermanovic)
  • 5183b14 Update: check template literal in no-script-url (#​13775) (YeonJuan)
  • bfe97d2 Sponsors: Sync README with website (ESLint Jenkins)
  • 6c51ade Sponsors: Sync README with website (ESLint Jenkins)
  • 603de04 Update: treat all literals like boolean literal in no-constant-condition (#​13245) (Zen)
  • 289aa6f Sponsors: Sync README with website (ESLint Jenkins)
  • 9a1f669 Sponsors: Sync README with website (ESLint Jenkins)
  • 637f818 Docs: add more examples for no-func-assign (fixes #​13705) (#​13777) (Nitin Kumar)
  • 17cc0dd Chore: add test case for no-func-assign (refs #​13705) (#​13783) (Nitin Kumar)
  • dee0f77 Docs: add TOC to user-guide/configuring.md (#​13727) (metasean)
  • 0510621 Update: Fix && vs || short-circuiting false negatives (fixes #​13634) (#​13769) (Brandon Mills)
  • 8b6ed69 Sponsors: Sync README with website (ESLint Jenkins)
  • 1457509 Docs: fix broken links in Node.js API docs (#​13771) (Laura Barluzzi)
  • 7c813d4 Docs: Fix typo in v7 migration page (#​13778) (Yusuke Sasaki)
  • b025795 Docs: Fix the format option name in the document (#​13770) (Hideki Igarashi)
  • 84fd591 Chore: Increase Mocha timeout for copying fixtures (#​13768) (Brandon Mills)
  • 1faeb84 Docs: clarify that space-unary-ops doesn't apply when space is required (#​13767) (Taylor Morgan)
  • 67c0605 Update: check computed keys in no-prototype-builtins (fixes #​13088) (#​13755) (Milos Djermanovic)
  • b5e011c Sponsors: Sync README with website (ESLint Jenkins)
prettier/eslint-config-prettier

v6.15.0

Compare Source

  • Added: [@​typescript-eslint/space-infix-ops]. Thanks to Masafumi Koba (@​ybiquitous)!!

v6.14.0

Compare Source

  • Added: New [eslint-plugin-vue] rules: [vue/array-bracket-newline] and [vue/block-tag-newline]. Thanks to @​xcatliu!
evcohen/eslint-plugin-jsx-a11y

v6.4.1

Compare Source

==================

  • f8a4496 Upgrade jsx-ast-utils to v3.1.0

v6.4.0

Compare Source

==================

  • 83e4ff2 [Deps] update axe-core, jsx-ast-utils
  • eb92b07 [Dev Deps] update @babel/cli, @babel/core, @babel/plugin-transform-flow-strip-types, eslint-plugin-flowtype, eslint-plugin-import, estraverse, expect, object.assign
  • 3d98d7a [Deps] update @babel/runtime, axe-core
  • f702f62 [readme] add Spanish translation
  • c2ae092 [Docs] no-static-element-interactions: Fixed rule name in comments
  • b90e20d Fix screenreader -> screen reader
  • 645900a Fixed rule name in comments
  • 381b9d6 [fix:634] Ignore control elements that are hidden
  • 2c47f0a [Fix] autocomplete-valid: workaround for axe not being able to handle null
  • 00bd6d8 Add failing test for autocomplete with dynamic type
  • 3c49c9a Add WCAG guidelines to rule documentation
  • 4ecaf35 Add a testcase for tablist to interactive supports focus
  • dac6864 Deprecate the accessible-emoji rule
  • 5191053 Update to [email protected]
  • b315698 Allow negative tabindex in aria-activedescendant-has-tabindex
  • 8e6fcd0 docs: fix travis badge now points to correct location at travis-ci.com
  • 2234df7 Account for additional control elements in label-has-associated-control
  • 5cbb718 Adding test cases for label tests
  • 66c425c Additional test case for no-redundant-roles
gatsbyjs/gatsby

v2.24.92

Compare Source

v2.24.91

Compare Source

v2.24.90

Compare Source

v2.24.89

Compare Source

v2.24.88

Compare Source

v2.24.87

Compare Source

v2.24.86

Compare Source

v2.24.85

Compare Source

v2.24.84

Compare Source

v2.24.83

Compare Source

v2.24.82

Compare Source

v2.24.81

Compare Source

okonet/lint-staged

v10.5.1

Compare Source

Bug Fixes

v10.5.0

Compare Source

Features
rollup/rollup

v2.33.1

Compare Source

2020-11-02

Bug Fixes
  • Add syntheticNamedExports to this.getModuleInfo to align with documentation (#​3841)
Pull Requests

v2.33.0

Compare Source

2020-11-01

Features
  • Add parameter to "watchChange" hook to denote if a change was an addition, update or deletion (#​3841)
  • Add "closeWatcher" hook to allow plugins to clean up resources when the watcher is closed (#​3841)
  • Add "this.getWatchFiles" function to plugin context to get the current set of watched files (#​3841)
Pull Requests
sass/dart-sass

v1.28.0

Compare Source

  • Add a color.hwb() function to sass:color that can express colors in HWB format.
Dart API
  • Add HWB support to the SassColor class, including a SassColor.hwb()
    constructor, whiteness and blackness getters, and a changeHwb() method.

v1.27.2

Compare Source

  • No user-visible changes.

v1.27.1

Compare Source

  • Potentially breaking bug fix: meta.load-css() now correctly uses the
    name $url for its first argument, rather than $module.

  • Don't crash when using Infinity or NaN as a key in a map.

  • Emit a proper parse error for a = with no right-hand side in a function.

  • Avoid going exponential on certain recursive @extend edge cases.

sinonjs/sinon

v9.2.1

Compare Source

Microsoft/TypeScript

v4.0.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Renovate 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 24 times, most recently from 5c94338 to 4b11fa0 Compare November 1, 2020 09:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 88ac3be to 4da77c6 Compare November 2, 2020 08:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4da77c6 to 3a848c6 Compare November 2, 2020 09:59
@jquense jquense merged commit 0696e4f into master Nov 2, 2020
@jquense jquense deleted the renovate/all-minor-patch branch November 2, 2020 13:50
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.

3 participants