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(dependencies): update dev dependencies #134

Merged
merged 1 commit into from
Dec 9, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.12.3 -> 7.12.9 age adoption passing confidence
@stencila/dev-config 1.4.98 -> 1.4.113 age adoption passing confidence
@storybook/addon-a11y 6.1.1 -> 6.1.10 age adoption passing confidence
@storybook/addon-backgrounds 6.1.1 -> 6.1.10 age adoption passing confidence
@storybook/addon-controls 6.1.1 -> 6.1.10 age adoption passing confidence
@storybook/addon-cssresources (source) 6.1.1 -> 6.1.10 age adoption passing confidence
@storybook/addon-docs 6.1.1 -> 6.1.10 age adoption passing confidence
@storybook/addon-storysource 6.1.1 -> 6.1.10 age adoption passing confidence
@storybook/addon-viewport 6.1.1 -> 6.1.10 age adoption passing confidence
@storybook/web-components 6.1.1 -> 6.1.10 age adoption passing confidence
@types/jest 26.0.15 -> 26.0.18 age adoption passing confidence
@types/plotly.js 1.54.2 -> 1.54.4 age adoption passing confidence
babel-loader 8.2.1 -> 8.2.2 age adoption passing confidence
core-js 3.7.0 -> 3.8.1 age adoption passing confidence
eslint (source) 7.13.0 -> 7.15.0 age adoption passing confidence
eslint-plugin-prettier 3.1.4 -> 3.2.0 age adoption passing confidence
fp-ts 2.8.6 -> 2.9.1 age adoption passing confidence
typescript (source) 4.0.5 -> 4.1.2 age adoption passing confidence

Release Notes

babel/babel

v7.12.9

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-typescript, babel-traverse

v7.12.8

Compare Source

🐛 Bug Fix
🏠 Internal

v7.12.7

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-parser
  • babel-helper-optimise-call-expression, babel-plugin-proposal-class-properties
  • babel-compat-data, babel-preset-env
  • babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-preset-env, babel-traverse
  • babel-plugin-proposal-numeric-separator
💅 Polish
  • babel-preset-react, babel-preset-typescript
  • babel-types
🏠 Internal
🏃‍♀️ Performance
🔬 Output optimization
  • babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-optional-chaining
stencila/dev-config

v1.4.113

Compare Source

v1.4.112

Compare Source

v1.4.111

Compare Source

v1.4.110

Compare Source

v1.4.109

Compare Source

v1.4.108

Compare Source

v1.4.107

Compare Source

v1.4.106

Compare Source

v1.4.105

Compare Source

v1.4.104

Compare Source

v1.4.103

Compare Source

v1.4.102

Compare Source

v1.4.101

Compare Source

v1.4.100

Compare Source

v1.4.99

Compare Source

storybookjs/storybook

v6.1.10

Compare Source

Bug Fixes
  • CLI: Fix stories path in Introduction.stories.mdx (#​13368)
  • UI: Fix display of custom brand image (#​13355)
  • Storyshots: Fix missing done attribute on type definition (#​13341)
  • Addon-docs: ArgTypes optional on Meta (#​13352)
Dependency Upgrades
  • Addon-storyshots: Add React as peer dependency (#​13343)

v6.1.9

Compare Source

Bug Fixes
  • Addon-backgrounds: Fix grid offset always using default value (#​13260)
  • UI: Fix keybindings on non-US keyboard layouts (#​13319)
  • Addon-Docs: Handle class attributes in Dynamic Source Rendering for Vue.js (#​13327)

v6.1.8

Compare Source

Bug Fixes
  • Core: Fix preview URL dropped hashes (#​13308)
  • Core: Fix template script tag support (#​13271)
  • Addon-docs: Fix Vue source snippets for function attributes (#​13288)
  • Components: Fix Zoom for IE11 (#​13302)
  • React: Don't add FastRefresh if already enabled (#​13303)
  • CLI: Fix storybook-deployer upgrade warning (#​13306)
Maintenance
  • React: Expose StorybookConfig types (#​13309)
  • React: Fix unit tests for react preset (#​13315)

v6.1.7

Compare Source

Bug Fixes
  • CLI: Fix not printing managerTotalTime when using cached manager (#​13294)
  • Core: Only apply express.json() middleware to /runtime-error route (#​13295)
  • Core: Don't use prebuilt or cached manager when running smoke test (#​13266)
  • Core: Detect arg inference for cyclic args and warn (#​13263)
Dependency Upgrades

v6.1.6

Compare Source

Bug Fixes
  • Addon-controls: Fix ensureDocsBeforeControls support for paths (#​13204)
  • CLI: Add core-js to Preact generator (#​13138)
  • Core: Improve handling of --static-dir option (#​13245)
  • Core: Fix webpack5 compatibility check for ProgressPlugin (#​13239)

v6.1.5

Compare Source

Bug Fixes
  • Core: Resolve react and react-dom from core (#​13195)

v6.1.4

Compare Source

Bug Fixes
  • Core: Clear manager cache on runtime error (#​13230)

v6.1.3

Compare Source

Bug Fixes
  • Core: Replace 'trash' with 'fs.remove' (#​13211)
  • UI: Fix overflow scrolling on layout:centered (#​13217)
  • CLI: Don't install babel-loader for CRA (#​13220)
  • Addon-docs: Fix lineheight in typeset component (#​13205)

v6.1.2

Compare Source

Bug Fixes
  • Storyshots: Fix beforeScreenshot and afterScreenshot return types (#​13198)
  • UI: Target only IE10/IE11 for our CSS vertical centering hack (#​13192)
babel/babel-loader

v8.2.2

Compare Source

zloirock/core-js

v3.8.1

Compare Source

  • Fixed work of new %TypedArray% methods on BigInt arrays
  • Added ESNext methods to ES3 workaround for Number constructor wrapper

v3.8.0

Compare Source

  • Added relative indexing method stage 3 proposal
    • Array#at
    • %TypedArray%#at
  • Added Number.range stage 1 proposal
    • Number.range
    • BigInt.range
  • Added array filtering stage 1 proposal
    • Array#filterOut
    • %TypedArray%#filterOut
  • Added array deduplication stage 1 proposal
    • Array#uniqueBy
  • Added code points / code units explicit feature detection in String#at for preventing breakage code which use obsolete String#at proposal polyfill
  • Added the missed (es|stable)/instance/replace-all entries
  • Updated compat data mapping for Opera - from Opera 69, the difference with Chrome versions increased to 14
  • Compat data mapping for modern Android WebView to Chrome moved from targets parser directly to compat data
  • Depracate core-js-builder blacklist option in favor of exclude
eslint/eslint

v7.15.0

Compare Source

v7.14.0

Compare Source

prettier/eslint-plugin-prettier

v3.2.0

Compare Source

  • Skip CI for eslint 6 + node 8 (#​364) (f8f08e4)
  • Turn off problematic rules in recommended config (prepare for next eslint-config-prettier version) (#​360) (a1e5591)
  • Create dependabot.yml (f58b6c7)
  • docs(README): fix prettier getFileInfo link (#​335) (5a690f1)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.2 to 2.3.0 (8614c45)
  • build(deps-dev): bump eslint from 7.3.0 to 7.3.1 (12d9ed8)
  • build(deps-dev): bump eslint from 7.2.0 to 7.3.0 (5a6f42e)
  • chore: update CI badge in readme (5012b66)
  • Use Github Actions for CI (#​305) (41eb64f)
gcanti/fp-ts

v2.9.1

Compare Source

  • Polish
    • Array / ReadonlyArray

v2.9.0

Compare Source

Microsoft/TypeScript

v4.1.2

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 12pm on Wednesday" in timezone 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/dev branch 20 times, most recently from aaf8fc0 to 383f1d9 Compare December 1, 2020 19:50
@renovate renovate bot force-pushed the renovate/dev branch 10 times, most recently from 18a19ce to ba6b407 Compare December 7, 2020 02:25
@renovate renovate bot force-pushed the renovate/dev branch 6 times, most recently from 95c25cb to 680891d Compare December 9, 2020 02: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.

2 participants