stencila / designa

📐 Stencila's design system
https://stencila.github.io/designa
Apache License 2.0
11 stars 1 forks source link

chore(dependencies): update dev dependencies #290

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.16.12 -> 7.17.5 age adoption passing confidence
@stencil/core (source) 2.13.0 -> 2.14.0 age adoption passing confidence
@stencila/schema 1.16.1 -> 1.17.0 age adoption passing confidence
@storybook/addon-a11y 6.4.14 -> 6.4.19 age adoption passing confidence
@storybook/addon-backgrounds 6.4.14 -> 6.4.19 age adoption passing confidence
@storybook/addon-controls 6.4.14 -> 6.4.19 age adoption passing confidence
@storybook/addon-docs 6.4.14 -> 6.4.19 age adoption passing confidence
@storybook/addon-measure 6.4.14 -> 6.4.19 age adoption passing confidence
@storybook/addon-outline 6.4.14 -> 6.4.19 age adoption passing confidence
@storybook/addon-storysource 6.4.14 -> 6.4.19 age adoption passing confidence
@storybook/addon-viewport 6.4.14 -> 6.4.19 age adoption passing confidence
@storybook/builder-webpack5 6.4.14 -> 6.4.19 age adoption passing confidence
@storybook/manager-webpack5 6.4.14 -> 6.4.19 age adoption passing confidence
@storybook/web-components 6.4.14 -> 6.4.19 age adoption passing confidence
chromatic (source) 6.4.1 -> 6.5.1 age adoption passing confidence
core-js 3.20.3 -> 3.21.1 age adoption passing confidence
cssnano 5.0.16 -> 5.0.17 age adoption passing confidence
cssnano-preset-advanced 5.1.11 -> 5.1.12 age adoption passing confidence
jest (source) 27.4.7 -> 27.5.1 age adoption passing confidence
jest-cli (source) 27.4.7 -> 27.5.1 age adoption passing confidence
lit-html (source) 2.1.2 -> 2.2.0 age adoption passing confidence
parcel 2.2.1 -> 2.3.2 age adoption passing confidence
postcss (source) 8.4.5 -> 8.4.6 age adoption passing confidence
postcss-custom-properties 12.1.3 -> 12.1.4 age adoption passing confidence
puppeteer 13.1.2 -> 13.3.2 age adoption passing confidence
tailwindcss (source) 3.0.16 -> 3.0.23 age adoption passing confidence

Release Notes

babel/babel ### [`v7.17.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7175-2022-02-17) [Compare Source](https://togithub.com/babel/babel/compare/v7.17.4...v7.17.5) ##### :bug: Bug Fix - `babel-core` - [#​14283](https://togithub.com/babel/babel/pull/14283) Make source maps plain objects for use with `t.valueToNode` ([@​thebanjomatic](https://togithub.com/thebanjomatic)) - [#​14282](https://togithub.com/babel/babel/pull/14282) Fix merging sourcemaps on Windows ([@​jridgewell](https://togithub.com/jridgewell)) ### [`v7.17.4`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7174-2022-02-15) [Compare Source](https://togithub.com/babel/babel/compare/v7.17.3...v7.17.4) ##### :bug: Bug Fix - `babel-core` - [#​14274](https://togithub.com/babel/babel/pull/14274) Fix infinite recursion when merge sourcemaps ([@​jridgewell](https://togithub.com/jridgewell)) ### [`v7.17.3`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7173-2022-02-15) [Compare Source](https://togithub.com/babel/babel/compare/v7.17.2...v7.17.3) ##### :bug: Bug Fix - `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#​14271](https://togithub.com/babel/babel/pull/14271) jsx-development: do not emit `this` within ts module block ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-destructuring` - [#​14240](https://togithub.com/babel/babel/pull/14240) Fix destructuring with holes in assign pattern ([@​magic-akari](https://togithub.com/magic-akari)) ##### :house: Internal - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-transform-fixture-test-runner` - [#​14253](https://togithub.com/babel/babel/pull/14253) Convert all SourceMapConsumers to TraceMaps ([@​jridgewell](https://togithub.com/jridgewell)) ##### :microscope: Output optimization - `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-transform-new-target`, `babel-plugin-transform-parameters`, `babel-traverse` - [#​14268](https://togithub.com/babel/babel/pull/14268) Skip unnecessary temp vars in `path.insertAfter` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.17.2`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7172-2022-02-08) [Compare Source](https://togithub.com/babel/babel/compare/v7.17.0...v7.17.2) ##### :bug: Bug Fix - `babel-helpers`, `babel-plugin-proposal-decorators` - [#​14244](https://togithub.com/babel/babel/pull/14244) Fix 2021-12 decorators application order ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​14241](https://togithub.com/babel/babel/pull/14241) Fix reinstantiation of inherited plugins ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​14246](https://togithub.com/babel/babel/pull/14246) Merge multi-source output sourcemaps ([@​jridgewell](https://togithub.com/jridgewell)) ### [`v7.17.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7170-2022-02-02) [Compare Source](https://togithub.com/babel/babel/compare/v7.16.12...v7.17.0) ##### :rocket: New Feature - `babel-cli`, `babel-core` - [#​14065](https://togithub.com/babel/babel/pull/14065) Allow plugins/presets to indicate external dependencies ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-parser`, `babel-traverse` - [#​14174](https://togithub.com/babel/babel/pull/14174) Expose `.index` on Position to internally track nodes location ([@​tolmasky](https://togithub.com/tolmasky)) - `babel-generator`, `babel-parser`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator` - [#​13973](https://togithub.com/babel/babel/pull/13973) proposal-pipe: Add support for `^^` and `@@​` topics ([@​js-choi](https://togithub.com/js-choi)) - `babel-traverse` - [#​13940](https://togithub.com/babel/babel/pull/13940) Add new method to check if node is null or not ([@​danez](https://togithub.com/danez)) - `babel-generator`, `babel-parser`, `babel-plugin-syntax-destructuring-private`, `babel-standalone` - [#​13931](https://togithub.com/babel/babel/pull/13931) Parse destructuring private fields ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone`, `babel-types` - [#​14004](https://togithub.com/babel/babel/pull/14004) Add new decorators transform ([@​pzuraq](https://togithub.com/pzuraq)) - `babel-generator`, `babel-parser`, `babel-traverse`, `babel-types` - [#​13681](https://togithub.com/babel/babel/pull/13681) Add the `decoratorsAutoAccessors` parser plugin ([@​pzuraq](https://togithub.com/pzuraq)) - `babel-core`, `babel-helper-create-regexp-features-plugin`, `babel-plugin-proposal-unicode-sets-regex`, `babel-plugin-syntax-unicode-sets-regex`, `babel-plugin-transform-dotall-regex` - [#​14125](https://togithub.com/babel/babel/pull/14125) Add transform support for the "regexp unicode sets" proposal ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​14086](https://togithub.com/babel/babel/pull/14086) Add parser support for the "regexp unicode sets" proposal ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-register` - [#​14087](https://togithub.com/babel/babel/pull/14087) Expose `@babel/register/experimental-worker` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-parser` - [#​14145](https://togithub.com/babel/babel/pull/14145) Reinterpret << when parsing TS type arguments ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-runtime` - [#​14187](https://togithub.com/babel/babel/pull/14187) Normalize absolute paths on Windows ([@​atti187](https://togithub.com/atti187)) ##### :memo: Documentation - [#​14223](https://togithub.com/babel/babel/pull/14223) Remove Babel 6 from SECURITY.md ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-fixtures`, `babel-parser` - [#​14201](https://togithub.com/babel/babel/pull/14201) Fuzz test location-related parser options ([@​tolmasky](https://togithub.com/tolmasky)) - `babel-compat-data` - [#​14208](https://togithub.com/babel/babel/pull/14208) Update compat data (specifically for rhino 1.7.14) ([@​phulin](https://togithub.com/phulin)) - Other - [#​14190](https://togithub.com/babel/babel/pull/14190) chore: run tscheck on babel 8 breaking test ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-cli`, `babel-core` - [#​14209](https://togithub.com/babel/babel/pull/14209) Switch to `@ampproject/remapping` to merge source maps ([@​jridgewell](https://togithub.com/jridgewell))
ionic-team/stencil ### [`v2.14.0`](https://togithub.com/ionic-team/stencil/blob/HEAD/CHANGELOG.md#-2140-httpsgithubcomionic-teamstencilcomparev2130v2140-2022-02-14) [Compare Source](https://togithub.com/ionic-team/stencil/compare/v2.13.0...v2.14.0) ##### Features - **typescript:** typescript 4.5 support ([#​3205](https://togithub.com/ionic-team/stencil/issues/3205)) ([806012e](https://togithub.com/ionic-team/stencil/commit/806012ebc38f611ccb7a687938af839577c85ea8))
stencila/stencila ### [`v1.17.0`](https://togithub.com/stencila/stencila/compare/v1.16.1...21978ac023c78fa7c087a967e584221407b19023) [Compare Source](https://togithub.com/stencila/stencila/compare/v1.16.1...21978ac023c78fa7c087a967e584221407b19023)
storybookjs/storybook ### [`v6.4.19`](https://togithub.com/storybookjs/storybook/releases/v6.4.19) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v6.4.18...v6.4.19) ##### Features - CLI/React: Add interactions to cli template ([#​17345](https://togithub.com/storybookjs/storybook/pull/17345)) - CLI/Angular: Add interactions to cli template ([#​17437](https://togithub.com/storybookjs/storybook/pull/17437)) ##### Bug Fixes - Core/CLI: Add `extract` function to `PreviewWeb` and use it in `sb extract` if available ([#​17447](https://togithub.com/storybookjs/storybook/pull/17447)) - Core: Ensure we show an error when `configure()` throws ([#​17435](https://togithub.com/storybookjs/storybook/pull/17435)) - Core: Fix `useParameter` with nullish coalescing ([#​17327](https://togithub.com/storybookjs/storybook/pull/17327)) - Addon-links: Fix export statement in react.d.ts ([#​17434](https://togithub.com/storybookjs/storybook/pull/17434)) - Addon-docs: Fix typo in ArgsTable tooltip ([#​17404](https://togithub.com/storybookjs/storybook/pull/17404)) ### [`v6.4.18`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#​6418-February-2-2022) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v6.4.17...v6.4.18) ##### Bug Fixes - CLI: Pin version of `@mdx-js/react` to 1.x.x until we are compatible ([#​17395](https://togithub.com/storybookjs/storybook/pull/17395)) ### [`v6.4.17`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#​6417-January-31-2022) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v6.4.16...v6.4.17) ##### Bug Fixes - Revert "Angular: Retrieve version from core package" ([#​17372](https://togithub.com/storybookjs/storybook/pull/17372)) ### [`v6.4.16`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#​6416-January-29-2022) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v6.4.15...v6.4.16) ##### Bug Fixes - Angular: Workaround for compodoc on windows machines ([#​17334](https://togithub.com/storybookjs/storybook/pull/17334)) - Angular: Use ɵReflectionCapabilities to find component & module metadata ([#​17156](https://togithub.com/storybookjs/storybook/pull/17156)) - Angular: Retrieve version from core package ([#​17363](https://togithub.com/storybookjs/storybook/pull/17363)) ### [`v6.4.15`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#​6415-January-28-2022) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v6.4.14...v6.4.15) ##### Bug Fixes - Angular: Fix runCompodoc for Windows, local Compodoc, and user specified tsconfig ([#​16728](https://togithub.com/storybookjs/storybook/pull/16728)) - Core: Fix negated glob support ([#​17328](https://togithub.com/storybookjs/storybook/pull/17328)) ##### Maintenance - Build: Upgrade main yarn ([#​17323](https://togithub.com/storybookjs/storybook/pull/17323)) - CLI: Add version update argument to generate-sb-packages-versions utility ([#​17356](https://togithub.com/storybookjs/storybook/pull/17356))
chromaui/chromatic-cli ### [`v6.5.1`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#​651---2022-02-21) [Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v6.5.0...v6.5.1) - Fix: Cannot read property 'startsWith' of null ### [`v6.5.0`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#​650---2022-02-21) [Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v6.4.3...v6.5.0) - [513](https://togithub.com/chromaui/chromatic-cli/pull/513) Add support for custom npm registry url - [521](https://togithub.com/chromaui/chromatic-cli/pull/521) Add TurboSnap support for Vite - [523](https://togithub.com/chromaui/chromatic-cli/pull/523) Fix TurboSnap support for Storybook 6.5 with `.cjs` extension - [518](https://togithub.com/chromaui/chromatic-cli/pull/518) Fix `storybookUrl` output by removing `iframe.html` suffix ### [`v6.4.3`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#​643---2022-01-31) [Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v6.4.2...v6.4.3) - [505](https://togithub.com/chromaui/chromatic-cli/pull/505) Migrate to TypeScript ### [`v6.4.2`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#​642---2022-01-28) [Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v6.4.1...v6.4.2) - [510](https://togithub.com/chromaui/chromatic-cli/pull/510) Fix `pathname` support in proxy URL - [0734f3a](https://togithub.com/chromaui/chromatic-cli/commit/e770baf117ff8fe5cb8ca0dc198302b890734f3a) Fix how paths are normalized for TurboSnap
zloirock/core-js ### [`v3.21.1`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#​3211---20220217) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.21.0...v3.21.1) - Added a [bug](https://bugs.webkit.org/show_bug.cgi?id=236541)fix for the WebKit `Array.prototype.{ groupBy, groupByToMap }` implementation - `core-js-compat` targets parser transforms engine names to lower case - `atob` / `btoa` marked as [fixed](https://togithub.com/nodejs/node/pull/41478) in NodeJS 17.5 - Added Electron 18.0 compat data mapping - Added Deno 1.20 compat data mapping ### [`v3.21.0`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#​3210---20220202) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.20.3...v3.21.0) - Added [Base64 utility methods](https://developer.mozilla.org/en-US/docs/Glossary/Base64): - `atob` - `btoa` - Added the proper validation of arguments to some methods from web standards - Forced replacement of all features from early-stage proposals for avoiding possible web compatibility issues in the future - Added Rhino 1.7.14 compat data - Added Deno 1.19 compat data mapping - Added Opera Android 66 and 67 compat data mapping - Added iOS Safari 15.3 and 15.4 compat data mapping
facebook/jest ### [`v27.5.1`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2751) [Compare Source](https://togithub.com/facebook/jest/compare/v27.5.0...v27.5.1) ##### Features - `[jest-config]` Support comments in JSON config file ([#​12316](https://togithub.com/facebook/jest/pull/12316)) - `[pretty-format]` Expose `ConvertAnsi` plugin ([#​12308](https://togithub.com/facebook/jest/pull/12308)) ##### Fixes - `[expect]` Add type definitions for asymmetric `closeTo` matcher ([#​12304](https://togithub.com/facebook/jest/pull/12304)) - `[jest-cli]` Load binary via exported API ([#​12315](https://togithub.com/facebook/jest/pull/12315)) - `[jest-config]` Replace `jsonlint` with `parse-json` ([#​12316](https://togithub.com/facebook/jest/pull/12316)) - `[jest-repl]` Make module importable ([#​12311](https://togithub.com/facebook/jest/pull/12311) & [#​12315](https://togithub.com/facebook/jest/pull/12315)) ##### Chore & Maintenance - `[*]` Avoid anonymous default exports ([#​12313](https://togithub.com/facebook/jest/pull/12313)) ### [`v27.5.0`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2750) [Compare Source](https://togithub.com/facebook/jest/compare/v27.4.7...v27.5.0) ##### Features - `[expect]` Add asymmetric matcher `expect.closeTo` ([#​12243](https://togithub.com/facebook/jest/pull/12243)) - `[jest-mock]` Added `mockFn.mock.lastCall` to retrieve last argument ([#​12285](https://togithub.com/facebook/jest/pull/12285)) ##### Fixes - `[expect]` Add a fix for `.toHaveProperty('')` ([#​12251](https://togithub.com/facebook/jest/pull/12251)) - `[jest-each, @​jest/globals]` Allow passing `ReadonlyArray` type of a table to `describe.each` and `test.each` ([#​12297](https://togithub.com/facebook/jest/pull/12297)) - `[@jest/globals]` Add missing `options` argument to `jest.doMock` typing ([#​12292](https://togithub.com/facebook/jest/pull/12292)) - `[jest-environment-node]` Add `atob` and `btoa` ([#​12269](https://togithub.com/facebook/jest/pull/12269)) - `[jest-matcher-utils]` Correct diff for expected asymmetric matchers ([#​12264](https://togithub.com/facebook/jest/pull/12264)) - `[jest-message-util]` Fix `.getTopFrame()` (and `toMatchInlineSnapshot()`) with `mjs` files ([#​12277](https://togithub.com/facebook/jest/pull/12277)) ##### Chore & Maintenance - `[*]` Update `graceful-fs` to `^4.2.9` ([#​11749](https://togithub.com/facebook/jest/pull/11749)) ##### Performance - `[jest-resolve]` perf: skip error creation on not found `stat` calls ([#​11749](https://togithub.com/facebook/jest/pull/11749))
lit/lit ### [`v2.2.0`](https://togithub.com/lit/lit/blob/HEAD/packages/lit-html/CHANGELOG.md#​220) [Compare Source](https://togithub.com/lit/lit/compare/lit-html@2.1.3...lit-html@2.2.0) ##### Minor Changes - [#​2401](https://togithub.com/lit/lit/pull/2401) [`2c9d0008`](https://togithub.com/lit/lit/commit/2c9d00082a416457ee02107013dd4925bf589628) - Added a devlog events system that may be used for debugging and visualizing Lit's internals. ### [`v2.1.3`](https://togithub.com/lit/lit/blob/HEAD/packages/lit-html/CHANGELOG.md#​213) [Compare Source](https://togithub.com/lit/lit/compare/lit-html@2.1.2...lit-html@2.1.3) ##### Patch Changes - [#​2498](https://togithub.com/lit/lit/pull/2498) [`2a1dc7a1`](https://togithub.com/lit/lit/commit/2a1dc7a1fd8faf501af3c4c401d822de3fbf2f9e) - Replace 'rare' with 'invalid' in svg tag function JSDocs. - [#​2459](https://togithub.com/lit/lit/pull/2459) [`23df9d45`](https://togithub.com/lit/lit/commit/23df9d4557d8c70820d76aec5c0fd3bce9106e3f) - Fix bindings inside of elements - [#​2479](https://togithub.com/lit/lit/pull/2479) [`89560520`](https://togithub.com/lit/lit/commit/89560520f08079dc1b0e91f1096934d9ccabed59) - Expand JSDocs for the `svg` tagged template literal (TTL). The new documentation makes it more clear that the `svg` tag function should only be used for SVG fragments, and not for the `<svg>` HTML element. </details> <details> <summary>parcel-bundler/parcel</summary> ### [`v2.3.2`](https://togithub.com/parcel-bundler/parcel/releases/v2.3.2) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v2.3.1...v2.3.2) This fixes an issue with auto installing node builtins where the npm package has the same name as the node builtin itself. See [#​7697](https://togithub.com/parcel-bundler/parcel/issues/7697). ### [`v2.3.1`](https://togithub.com/parcel-bundler/parcel/blob/HEAD/CHANGELOG.md#​231---2022-02-09) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v2.3.0...v2.3.1) ### [`v2.3.0`](https://togithub.com/parcel-bundler/parcel/blob/HEAD/CHANGELOG.md#​230---2022-02-09) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v2.2.1...v2.3.0) </details> <details> <summary>postcss/postcss</summary> ### [`v8.4.6`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#​846) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.5...8.4.6) - Prevented comment removing when it change meaning of CSS. - Fixed parsing space in last semicolon-less CSS Custom Properties. - Fixed comment cleaning in CSS Custom Properties with space. - Fixed throwing an error on `.root` access for plugin-less case. </details> <details> <summary>csstools/postcss-plugins</summary> ### [`v12.1.4`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/plugins/postcss-custom-properties/CHANGELOG.md#​1214-January-31-2022) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/9f2a799e7054deb20b273445d1d2b439777f947c...89dfd22618a39b752f334de29ac578a01e74ceb0) - Fix `.mjs` in `importFrom` when using `export default` - Fix `.mjs` in `importFrom` on Windows </details> <details> <summary>puppeteer/puppeteer</summary> ### [`v13.3.2`](https://togithub.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#​1332-httpsgithubcompuppeteerpuppeteercomparev1331v1332-2022-02-14) [Compare Source](https://togithub.com/puppeteer/puppeteer/compare/v13.3.1...v13.3.2) ### [`v13.3.1`](https://togithub.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#​1331-httpsgithubcompuppeteerpuppeteercomparev1330v1331-2022-02-10) [Compare Source](https://togithub.com/puppeteer/puppeteer/compare/v13.3.0...v13.3.1) ### [`v13.3.0`](https://togithub.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#​1330-httpsgithubcompuppeteerpuppeteercomparev1320v1330-2022-02-09) [Compare Source](https://togithub.com/puppeteer/puppeteer/compare/v13.2.0...v13.3.0) ##### Features - **puppeteer:** export esm modules in package.json ([#​7964](https://togithub.com/puppeteer/puppeteer/issues/7964)) ([523b487](https://togithub.com/puppeteer/puppeteer/commit/523b487e8802824cecff86d256b4f7dbc4c47c8a)) ### [`v13.2.0`](https://togithub.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#​1320-httpsgithubcompuppeteerpuppeteercomparev1313v1320-2022-02-07) [Compare Source](https://togithub.com/puppeteer/puppeteer/compare/v13.1.3...v13.2.0) ##### Features - add more models to DeviceDescriptors ([#​7904](https://togithub.com/puppeteer/puppeteer/issues/7904)) ([6a655cb](https://togithub.com/puppeteer/puppeteer/commit/6a655cb647e12eaf1055be0b298908d83bebac25)) - **chromium:** roll to Chromium 99.0.4844.16 (r961656) ([#​7960](https://togithub.com/puppeteer/puppeteer/issues/7960)) ([96c3f94](https://togithub.com/puppeteer/puppeteer/commit/96c3f943b2f6e26bd871ecfcce71b6a33e214ebf)) ##### Bug Fixes - make projectRoot optional in Puppeteer and launchers ([#​7967](https://togithub.com/puppeteer/puppeteer/issues/7967)) ([9afdc63](https://togithub.com/puppeteer/puppeteer/commit/9afdc6300b80f01091dc4cb42d4ebe952c7d60f0)) - migrate more files to strict-mode TypeScript ([#​7950](https://togithub.com/puppeteer/puppeteer/issues/7950)) ([aaac8d9](https://togithub.com/puppeteer/puppeteer/commit/aaac8d9c44327a2c503ffd6c97b7f21e8010c3e4)) - typos in documentation ([#​7968](https://togithub.com/puppeteer/puppeteer/issues/7968)) ([41ab4e9](https://togithub.com/puppeteer/puppeteer/commit/41ab4e9127df64baa6c43ecde2f7ddd702ba7b0c)) ##### [13.1.3](https://togithub.com/puppeteer/puppeteer/compare/v13.1.2...v13.1.3) (2022-01-31) ##### Bug Fixes - issue with reading versions.js in doclint ([#​7940](https://togithub.com/puppeteer/puppeteer/issues/7940)) ([06ba963](https://togithub.com/puppeteer/puppeteer/commit/06ba9632a4c63859244068d32c312817d90daf63)) - make more files work in strict-mode TypeScript ([#​7936](https://togithub.com/puppeteer/puppeteer/issues/7936)) ([0636513](https://togithub.com/puppeteer/puppeteer/commit/0636513e34046f4d40b5e88beb2b18b16dab80aa)) - page.pdf producing an invalid pdf ([#​7868](https://togithub.com/puppeteer/puppeteer/issues/7868)) ([afea509](https://togithub.com/puppeteer/puppeteer/commit/afea509544fb99bfffe5b0bebe6f3575c53802f0)), closes [#​7757](https://togithub.com/puppeteer/puppeteer/issues/7757) ##### [13.1.2](https://togithub.com/puppeteer/puppeteer/compare/v13.1.1...v13.1.2) (2022-01-25) ##### Bug Fixes - **package.json:** update node-fetch package ([#​7924](https://togithub.com/puppeteer/puppeteer/issues/7924)) ([e4c48d3](https://togithub.com/puppeteer/puppeteer/commit/e4c48d3b8c2a812752094ed8163e4f2f32c4b6cb)) - types in Browser.ts to be compatible with strict mode Typescript ([#​7918](https://togithub.com/puppeteer/puppeteer/issues/7918)) ([a8ec0aa](https://togithub.com/puppeteer/puppeteer/commit/a8ec0aadc9c90d224d568d9e418d14261e6e85b1)), closes [#​6769](https://togithub.com/puppeteer/puppeteer/issues/6769) - types in Connection.ts to be compatible with strict mode Typescript ([#​7919](https://togithub.com/puppeteer/puppeteer/issues/7919)) ([d80d602](https://togithub.com/puppeteer/puppeteer/commit/d80d6027ea8e1b7fcdaf045398629cf8e6512658)), closes [#​6769](https://togithub.com/puppeteer/puppeteer/issues/6769) ##### [13.1.1](https://togithub.com/puppeteer/puppeteer/compare/v13.1.0...v13.1.1) (2022-01-18) ##### Bug Fixes - use content box for OOPIF offset calculations ([#​7911](https://togithub.com/puppeteer/puppeteer/issues/7911)) ([344feb5](https://togithub.com/puppeteer/puppeteer/commit/344feb53c28ce018a4c600d408468f6d9d741eee)) ### [`v13.1.3`](https://togithub.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#​1313-httpsgithubcompuppeteerpuppeteercomparev1312v1313-2022-01-31) [Compare Source](https://togithub.com/puppeteer/puppeteer/compare/v13.1.2...v13.1.3) </details> <details> <summary>tailwindlabs/tailwindcss</summary> ### [`v3.0.23`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​3023---2022-02-16) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.0.22...v3.0.23) ##### Fixed - Remove opacity variables from `:visited` pseudo class ([#​7458](https://togithub.com/tailwindlabs/tailwindcss/pull/7458)) - Support arbitrary values + calc + theme with quotes ([#​7462](https://togithub.com/tailwindlabs/tailwindcss/pull/7462)) - Don't duplicate layer output when scanning content with variants + wildcards ([#​7478](https://togithub.com/tailwindlabs/tailwindcss/pull/7478)) - Implement `getClassOrder` instead of `sortClassList` ([#​7459](https://togithub.com/tailwindlabs/tailwindcss/pull/7459)) ### [`v3.0.22`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​3022---2022-02-11) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.0.21...v3.0.22) ##### Fixed - Temporarily move postcss to dependencies ([#​7424](https://togithub.com/tailwindlabs/tailwindcss/pull/7424)) ### [`v3.0.21`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​3021---2022-02-10) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.0.20...v3.0.21) ##### Fixed - Move prettier plugin to dev dependencies ([#​7418](https://togithub.com/tailwindlabs/tailwindcss/pull/7418)) ### [`v3.0.20`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​3020---2022-02-10) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.0.19...v3.0.20) ##### Added - Expose `context.sortClassList(classes)` ([#​7412](https://togithub.com/tailwindlabs/tailwindcss/pull/7412)) ### [`v3.0.19`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​3019---2022-02-07) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.0.18...v3.0.19) ##### Fixed - Fix preflight border color fallback ([#​7288](https://togithub.com/tailwindlabs/tailwindcss/pull/7288)) - Correctly parse shadow lengths without a leading zero ([#​7289](https://togithub.com/tailwindlabs/tailwindcss/pull/7289)) - Don't crash when scanning extremely long class candidates ([#​7331](https://togithub.com/tailwindlabs/tailwindcss/pull/7331)) - Use less hacky fix for URLs detected as custom properties ([#​7275](https://togithub.com/tailwindlabs/tailwindcss/pull/7275)) - Correctly generate negative utilities when dash is before the prefix ([#​7295](https://togithub.com/tailwindlabs/tailwindcss/pull/7295)) - Detect prefixed negative utilities in the safelist ([#​7295](https://togithub.com/tailwindlabs/tailwindcss/pull/7295)) ### [`v3.0.18`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​3018---2022-01-28) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.0.17...v3.0.18) ##### Fixed - Fix `@apply` order regression (in `addComponents`, `addUtilities`, ...) ([#​7232](https://togithub.com/tailwindlabs/tailwindcss/pull/7232)) - Quick fix for incorrect arbitrary properties when using URLs ([#​7252](https://togithub.com/tailwindlabs/tailwindcss/pull/7252)) ### [`v3.0.17`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​3017---2022-01-26) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.0.16...v3.0.17) ##### Fixed - Remove false positive warning in CLI when using the `--content` option ([#​7220](https://togithub.com/tailwindlabs/tailwindcss/pull/7220)) </details> <hr /> <h3>Configuration</h3> <p>📅 <strong>Schedule</strong>: "before 12pm on Wednesday" in timezone UTC.</p> <p>🚦 <strong>Automerge</strong>: Enabled.</p> <p>♻ <strong>Rebasing</strong>: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.</p> <p>👻 <strong>Immortal</strong>: This PR will be recreated if closed unmerged. Get <a rel="noreferrer nofollow" target="_blank" href="https://togithub.com/renovatebot/renovate/discussions">config help</a> if that's undesired.</p> <hr /> <ul> <li>[ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.</li> </ul> <hr /> <p>This PR has been generated by <a rel="noreferrer nofollow" target="_blank" href="https://renovate.whitesourcesoftware.com">WhiteSource Renovate</a>. View repository job log <a rel="noreferrer nofollow" target="_blank" href="https://app.renovatebot.com/dashboard#github/stencila/designa">here</a>.</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>