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 #121

Merged
merged 2 commits into from
Nov 19, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@stencil/core (source) 2.1.0 -> 2.3.0 age adoption passing confidence
@stencila/dev-config 1.4.95 -> 1.4.98 age adoption passing confidence
@stencila/schema (source) 0.46.5 -> 0.47.2 age adoption passing confidence
@storybook/addon-a11y 6.0.26 -> 6.1.1 age adoption passing confidence
@storybook/addon-backgrounds 6.0.26 -> 6.1.1 age adoption passing confidence
@storybook/addon-controls 6.0.26 -> 6.1.1 age adoption passing confidence
@storybook/addon-cssresources (source) 6.0.26 -> 6.1.1 age adoption passing confidence
@storybook/addon-docs 6.0.26 -> 6.1.1 age adoption passing confidence
@storybook/addon-knobs 6.0.26 -> 6.1.1 age adoption passing confidence
@storybook/addon-storysource 6.0.26 -> 6.1.1 age adoption passing confidence
@storybook/addon-viewport 6.0.26 -> 6.1.1 age adoption passing confidence
@storybook/web-components 6.0.26 -> 6.1.1 age adoption passing confidence
@types/puppeteer 3.0.2 -> 3.0.5 age adoption passing confidence
babel-loader 8.1.0 -> 8.2.1 age adoption passing confidence
chromatic (source) 5.2.0 -> 5.4.0 age adoption passing confidence
core-js 3.6.5 -> 3.7.0 age adoption passing confidence
eslint (source) 7.12.1 -> 7.13.0 age adoption passing confidence
fp-ts 2.8.4 -> 2.8.6 age adoption passing confidence
jest (source) 26.6.0 -> 26.6.3 age adoption passing confidence
jest-cli (source) 26.6.0 -> 26.6.3 age adoption passing confidence
puppeteer 5.3.1 -> 5.5.0 age adoption passing confidence
tailwindcss (source) 1.9.5 -> 1.9.6 age adoption passing confidence

Release Notes

ionic-team/stencil

v2.3.0

Compare Source

Features
Bug Fixes

v2.2.0

Compare Source

Bug Fixes
  • prerender: cache writing hashed assets (96c44f8)
  • prerender: fix component graph tmp file (bb9b6a8)
Features
  • jest: update to jest 26.6.1 (aafb1a3)
  • prerender: do not inline external styles by default (044aa96)
  • puppeteer: update to puppeteer 5.4.1 (cf8847b)
  • rollup: update to rollup 2.32.1 (83236f9)
  • terser: update to terser 5.3.8 (46a0207)
  • typescript: update to typescript 4.0.5 (0ca07a1)

🍗 2.1.2 (2020-10-26)

Bug Fixes
  • devserver: fix dev server static data with trailing slash (d70423d)
  • hydrate: do not add html comments inside inline scripts (3c16737)

🎂 2.1.1 (2020-10-23)

Bug Fixes
  • prerender: fix slot relocation and inline styles (2af380f)
  • worker: capture worker errors (#​2709) (dcd49c0)

v2.1.2

Compare Source

Bug Fixes
  • devserver: fix dev server static data with trailing slash (d70423d)
  • hydrate: do not add html comments inside inline scripts (3c16737)

v2.1.1

Compare Source

Bug Fixes
  • prerender: fix slot relocation and inline styles (2af380f)
  • worker: capture worker errors (#​2709) (dcd49c0)
stencila/dev-config

v1.4.98

Compare Source

v1.4.97

Compare Source

v1.4.96

Compare Source

stencila/schema

v0.47.2

Compare Source

Bug Fixes
  • Language bindings: Update type bindings (955fd3b)

v0.47.1

Compare Source

Bug Fixes
  • CI: Fix config for docs and trigger release (d52239b)

v0.47.0

Compare Source

Bug Fixes
  • Review, Comment: Move comments to CreativeWork (b9bad70)
Features

0.46.5 (2020-10-04)

Bug Fixes
  • CreativeWork: Move maintainer property from SoftwareSourceCode to CreativeWork. (0b10689)

0.46.4 (2020-10-01)

Bug Fixes
  • R: Marks property values as scalars where possible (7b1221e)

0.46.3 (2020-09-29)

Bug Fixes
  • R typing: Allow integer values for numeric properties (d525b06)

0.46.2 (2020-09-25)

Bug Fixes
  • Build: Re-run CI to fix missing v0.46.1 NPM release (4c847f0), closes #​220

0.46.1 (2020-09-25)

Bug Fixes
storybookjs/storybook

v6.1.1

Compare Source

Bug Fixes
  • Addon-backgrounds: Fix grid disable (#​13175)

v6.1.0

Compare Source

6.1 is the first in a series of performance-oriented Storybook releases. It includes:

v6.0.28

Compare Source

Bug Fixes
  • CLI: Disable DLL by default in template (#​12954)

v6.0.27

Compare Source

Bug Fixes
  • CLI: Fix intro MDX for React17 (#​12878)
  • Core: Disable Docs DLL by default (#​12874)
  • Essentials: Fix absolute config dir (#​12873)
  • Addon-controls: Fix "docs before controls" check (#​12738)
  • Addon-knobs: Fix uncontrolled to controlled warning for booleans (#​12719)
Dependency Upgrades
  • Upgrade babel-plugin-react-docgen (#​12748)
babel/babel-loader

v8.2.1

Compare Source

v8.2.0

Compare Source

chromaui/chromatic-cli

v5.4.0

Compare Source

  • Throw error when running from shallow clone.
  • Improve error messages for when build-storybook fails.
  • Add support for pull_request_target and pull_request_review events to GitHub Action.

v5.3.0

Compare Source

  • Retrieve branch name using more modern git commands, if available.
  • Auto-detect buildScriptName from available scripts.
  • Improve various log messages.
zloirock/core-js

v3.7.0

Compare Source

  • String#replaceAll moved to the stable ES, per June TC39 meeting
  • Promise.any and AggregateError moved to the stable ES, per July TC39 meeting
  • Added Reflect[@​@​toStringTag], per July TC39 meeting
  • Forced replacement of Array#{ reduce, reduceRight } in Chrome 80-82 because of a bug, #​766
  • Following the changes in the upsert proposal, { Map, WeakMap }#emplace replace { Map, WeakMap }#upsert, these obsolete methods will be removed in the next major release
  • By the current spec, AggregateError#errors is own data property
  • Added correct iteration closing in the iteration helpers according to the current version of the proposal
  • process.nextTick have a less priority when Promise in the microtask implementation, #​855
  • Fixed microtask implementation in engines with MutationObserver, but without document, #​865, #​866
  • Fixed core-js-builder with an empty (after the targets engines or another filtration) modules list, #​822
  • Fixed possible twice call of window.onunhandledrejection, #​760
  • Fixed some possible problems related multiple global copies of core-js, #​880
  • Added a workaround for 3rd party Reflect.set polyfill bug, #​847
  • Updated compat data:
    • Chrome up to 86
    • FF up to 82
    • Safari up to 14
  • Updated compat data mapping:
    • iOS up to 14
    • NodeJS up to 15.0
    • Electron up to 11.0
    • Samsung Internet up to 13.0
    • Opera Android up to 60
    • The rest automatically
  • Updated all required dependencies
eslint/eslint

v7.13.0

Compare Source

  • 254e00f New: Configurable List Size For Per-Rule Performance Metrics (#​13812) (Bryan Mishkin)
  • 6c3c710 Docs: fix broken url in docs (#​13815) (SaintMalik)
  • 4a09149 Sponsors: Sync README with website (ESLint Jenkins)
  • fb6fcbf Docs: Fix reference to Code of Conduct (#​13797) (Tobias Nießen)
  • 1b89ebe Sponsors: Sync README with website (ESLint Jenkins)
gcanti/fp-ts

v2.8.6

Compare Source

v2.8.5

Compare Source

  • Polish
    • IOEither
    • ReaderEither
facebook/jest

v26.6.3

Compare Source

Fixes
  • [jest-resolve-dependencies] Continue dependency resolution if mock dependency can't be found (#​10779)

v26.6.2

Compare Source

Features
  • [jest-core] Add findRelatedTests and nonFlagArgs in allowed config options for updateConfigAndRun in watch plugins (#​10659)
Fixes
  • [babel-plugin-jest-hoist] Preserve order of hoisted mock nodes within containing block (#​10536)
  • [babel-plugin-jest-hoist] Hoist pure constants to support experimental JSX transform in hoisted mocks (#​10723)
  • [babel-preset-jest] Update babel-preset-current-node-syntax to support top level await (#​10747)
  • [expect] Revert "Fix objectContaining to work recursively into sub-objects (#​10508)" (#​10766)
  • [jest-circus, jest-jasmine2] fix: don't assume stack is always a string (#​10697)
  • [jest-config] Fix bug introduced in watch mode by PR #​10678 (#​10692)
  • [jest-config] Throw correct error for missing preset modules (#​10737)
  • [jest-resolve-dependencies] Resolve mocks as dependencies (#​10713)
  • [jest-runtime] Handle file URLs in dynamic imports (#​10744)
  • [jest-runtime, babel-jest] Pass more ESM options to @jest/transform (#​10752)
  • [jest-runtime] Properly inject extraGlobals into the runtime (#​10758)
  • [jest-transform] Link to ESM docs on syntax errors (#​10748)
Chore & Maintenance
  • [docs] Add docs for using mocks in TypeScript (#​10415)
  • [eslint-config-fb-strict] Move package from this repo to fbjs repo (#​10739)
  • [examples] Update TypeScript example to show use of newer Jest types (#​10399)
  • [jest-cli] chore: standardize files and folder names (#​10698)

v26.6.1

Compare Source

Features
  • [jest-runtime] Support named exports from CommonJS as named ES Module imports (#​10673)
  • [jest-validate] Add support for recursiveDenylist option as an alternative to recursiveBlacklist (#​10236)
Fixes
  • [expect] Fix objectContaining to work recursively into sub-objects (#​10508)
  • [jest-cli, jest-core, jest-config, jest-types] Fix --onlyFailures flag to work in non-watch mode (#​10678)
  • [jest-config] Fix for the jest.config.ts compiler to not interfere with tsconfig.json files (#​10675)
  • [jest-message-util] Update to work properly with Node 15 (#​10660)
  • [jest-mock] Allow to mock methods in getters (TypeScript 3.9 export) (#​10156)
puppeteer/puppeteer

v5.5.0

Compare Source

Features
Bug Fixes

v5.4.1

Compare Source

Bug fixes

  • Fixed an issue in 5.4.0 on Node.js v10.17.0 and below where trying to access fs.promises would throw an error. See #​6548 for the bug report and #​6550 for the fix. We now run a CI build on Node 10.15 to ensure we don't cause similar regressions in the future.

Raw notes

520cd90 - chore: mark version 5.4.1
8f4a79e - docs(troubleshooting): update Alpine Chromium version (#​6529)
e45acce - chore: run unit tests on node 10.15 + fix fs.promises access (#​6550)
a2175c6 - docs(queryhandler): fix link (#​6543)
d787865 - chore: bump version to v5.4.0-post (#​6544)

v5.4.0

Compare Source

Feature changes

Custom query handler API

The custom query handler support is no longer marked as experimental. The API has been updated to:

puppeteer.registerCustomQueryHandler(name: string, queryHandler: CustomQueryHandler): void;
puppeteer.unregisterCustomQueryHandler(name: string): void;
puppeteer.customQueryHandlerNames(): string[];
puppeteer.clearCustomQueryHandlers(): void;

New built-in query handlers

Puppeteer now ships with two built-in handlers: aria and pierce:

  • The aria handler (#​6307) allows querying elements based on the accessibility tree.
  • The pierce handler (#​6509) pierces shadow roots while querying for a CSS selector.

Roll Chromium 87.0.4272.0 (r809590)

Behind the scenes

  • We now enforce Conventional Commits through commitlint (#​6483)
  • We've started work towards automating the release process. This work can be tracked in #​6482.

Raw notes

5e5fed1 - fix: ignore spurious bindingCalled events (#​6538)
e6b8c77 - chore: fix travis config (#​6537)
c756fb4 - fix(utils): typo fix (#​6522)
f63a123 - chore(agnostification): agnostify web socket connections (#​6520)
c2c2bb7 - chore(agnostification): common/helper.ts (#​6515)
637a1f7 - chore: gitignore new-docs (#​6511)
e655bb6 - chore(agnostification): split up root Puppeteer class (#​6504)
f3086d7 - fix(launcher): support relative userDataDir on headless Windows (#​6506)
8fabe32 - feat(queryhandler): add built-in pierce handler (#​6509)
f04bec5 - chore: update eslint & eslint plugins (#​6487)
4846b87 - chore(agnostification): split up launcher class (#​6484)
1ed38af - chore(node): move install.ts into node/ (#​6490)
e94a1e8 - chore: bump misc dependencies (#​6488)
936ccdc - chore: enforce Conventional Commits through commitlint (#​6483)
502ed8c - chore(agnostify): Create Node and Web initializer. (#​6477)
3afe193 - feat(a11y-query): extend aria handler with waitFor (#​6472)
cc7f1fd - docs(queryhandler): add custom query handler docs (#​6476)
70ed875 - fix(queryhandler) only expose custom handlers (#​6475)
950ae33 - feat(a11y-query): aria query handler sans waitfor (#​6459)
41ef3ee - fix: update preferences in default Firefox profile (#​6465)
9275653 - docs(examples): update selector for search example (#​6471)
49f25e2 - feat(chromium) roll Chromium to r809590 (#​6458)
4cdbebe - chore: disable firefox windows launcher test until Nov (#​6451)
75e3fb0 - docs(api): fix some outdated links (#​6450)
caa9a1c - chore(agnostic): Remove use of util.promisify (#​6446)
96f3d43 - feat(console): expose stack trace for console messages (#​6445)
322cc96 - chore: remove npm run test-types call (#​6447)
72fe86f - feat(a11y-query): introduce internal handlers (#​6437)
1396c9d - chore: bump version to v5.3.1-post (#​6440)
11ab402 - fix: add mime dependency back to fix build (#​6441)

tailwindlabs/tailwindcss

v1.9.6

Compare Source

Changed
  • The presets feature had unexpected behavior where a preset config without its own presets key would not extend the default config. (#​2662)

    If you were depending on this unexpected behavior, just add presets: [] to your own preset to exclude the default configuration.


Renovate configuration

📅 Schedule: "before 12pm on Wednesday" in timezone UTC.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 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
Copy link
Contributor Author

renovate bot commented Nov 4, 2020

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: packages/components/package-lock.json
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.
npm WARN @octokit/[email protected] requires a peer of @octokit/core@>=3 but none is installed. You must install peer dependencies yourself.

npm WARN deprecated [email protected]: cross-spawn no longer requires a build toolchain, use it instead
npm WARN deprecated @types/[email protected]: This is a stub types definition. aggregate-error provides its own type definitions, so you do not need this installed.
npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^2.1.2 (node_modules/jest-haste-map/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN @stencil/[email protected] requires a peer of @typescript-eslint/parser@^2.23.0 but none is installed. You must install peer dependencies yourself.
npm WARN @stencil/[email protected] requires a peer of @typescript-eslint/eslint-plugin@^2.23.0 but none is installed. You must install peer dependencies yourself.
npm WARN @stencil/[email protected] requires a peer of eslint@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @stencil/[email protected] requires a peer of typescript@^3.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of [email protected] - 6.x but none is installed. You must install peer dependencies yourself.

lerna notice cli v3.22.1
lerna info versioning independent
lerna info Bootstrapping 4 packages
lerna info Installing external dependencies
lerna ERR! npm install --ignore-scripts --ignore-scripts --no-audit --package-lock-only exited 1 in '@stencila/components'
lerna ERR! npm install --ignore-scripts --ignore-scripts --no-audit --package-lock-only stderr:
npm WARN old lockfile 
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile 
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! Found: @stencil/[email protected]
npm ERR! node_modules/@stencil/core
npm ERR!   dev @stencil/core@"2.3.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @stencil/core@"^1.0.2" from @stencil/[email protected]
npm ERR! node_modules/@stencil/postcss
npm ERR!   dev @stencil/postcss@"1.0.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2020-11-19T17_39_41_309Z-debug.log

lerna ERR! npm install --ignore-scripts --ignore-scripts --no-audit --package-lock-only exited 1 in '@stencila/components'

@renovate renovate bot force-pushed the renovate/dev branch 7 times, most recently from c8fe0c2 to a74e362 Compare November 9, 2020 21:52
@renovate renovate bot force-pushed the renovate/dev branch 10 times, most recently from d106f56 to ffe4c1f Compare November 16, 2020 22:48
@renovate renovate bot force-pushed the renovate/dev branch 4 times, most recently from 05b4363 to c25ec21 Compare November 19, 2020 17:28
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