Shopify / polaris-viz

A collection of React and React native components that compose Shopify's data visualization system
https://polaris-viz.shopify.com
Other
322 stars 23 forks source link

Bump the npm_and_yarn group across 1 directory with 26 updates #1705

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the npm_and_yarn group with 16 updates in the / directory:

Package From To
@size-limit/preset-big-lib 5.0.5 11.1.4
@storybook/react 6.5.16 8.2.6
lerna 4.0.0 8.1.7
postcss 7.0.39 8.4.31
react-native 0.64.3 0.74.3
react-native-reanimated 2.14.4 3.14.0
@babel/traverse 7.18.9 7.24.8
@sideway/formula 3.0.0 3.0.1
@xmldom/xmldom 0.7.5 0.7.13
apollo-language-server 1.26.7 1.26.9
browserify-sign 4.2.1 4.2.3
express 4.18.1 4.19.2
find-babel-config 1.2.0 1.2.2
ua-parser-js 0.7.34 0.7.38
webpack 4.46.0 4.47.0
word-wrap 1.2.3 1.2.5

Updates @size-limit/preset-big-lib from 5.0.5 to 11.1.4

Release notes

Sourced from @​size-limit/preset-big-lib's releases.

11.1.4

11.1.3

  • Updated esbuild.
  • Updated CSS loaders for webpack.

11.1.2

11.1.1

11.1.0

11.0.3

Changelog

Sourced from @​size-limit/preset-big-lib's changelog.

11.1.4

11.1.3

  • Updated esbuild.
  • Updated CSS loaders for webpack.

11.1.2

11.1.1

11.1.0

11.0.3

  • Fixed .mjs config support (by Arya Emami).
  • Updated esbuild.

11.0.2

  • Fixed require is not defined regression.
  • Updated esbuild-visualizer.

11.0.1

  • Updated estimo.
  • Updated lilconfig.

11.0

  • Moved to Brotli as default compression. Use gzip: true for old behavior.

10.0.3

10.0.2

  • Fixed require is not defined in webpack-css (by Andrey Medvedev).
  • Fixed webpack config defined as function support (by @​lev875).

10.0.1

  • Fixed imports and exports between packages.

10.0

  • Removed @size-limit/dual-publish plugin.
  • Moved projects to ESM (by @​lev875). Size Limit still can be used as CLI in CJS projects.
  • Updated globby dependency.

9.0

... (truncated)

Commits


Updates @storybook/react from 6.5.16 to 8.2.6

Release notes

Sourced from @​storybook/react's releases.

v8.2.6

8.2.6

v8.2.5

8.2.5

v8.2.4

8.2.4

v8.2.3

8.2.3

v8.2.2

8.2.2

v8.2.1

8.2.1

v8.2.0

8.2.0

... (truncated)

Changelog

Sourced from @​storybook/react's changelog.

8.2.6

8.2.5

8.2.4

8.2.3

8.2.2

8.2.1

8.2.0

Hold onto your hats! Storybook 8.2 has dropped, packed with a treasure trove of new features and bug fixes:

  • 🪝 New test hook beforeAll
  • 🕹️ Enhanced play function
  • 📦 Portable stories that let you use your stories in other testing tools
  • 🎁 Consolidated dependency to bring you better performance in a smaller package

... (truncated)

Commits
  • ea266a0 Bump version from "8.2.5" to "8.2.6" [skip ci]
  • e3c5995 Bump version from "8.2.4" to "8.2.5" [skip ci]
  • beb96d5 git cherry-pick -m1 -x 4db60d6d8cefabb235c9245375c1699c5b0fcd5e
  • 7b84561 Bump version from "8.2.3" to "8.2.4" [skip ci]
  • de22531 Merge pull request #28599 from storybookjs/norbert/cpc-add-shim-dependencies-...
  • 7067b33 Bump version from "8.2.2" to "8.2.3" [skip ci]
  • 480359d Bump version from "8.2.1" to "8.2.2" [skip ci]
  • 9c3d891 Bump version from "8.2.0" to "8.2.1" [skip ci]
  • ffe743f Merge pull request #28503 from storybookjs/valentin/fix-core-dist-type-creation
  • 8b2f2db Bump version from "8.2.0-beta.3" to "8.2.0" [skip ci]
  • Additional commits viewable in compare view


Updates lerna from 4.0.0 to 8.1.7

Release notes

Sourced from lerna's releases.

v8.1.7

8.1.7 (2024-07-21)

Bug Fixes

v8.1.6

8.1.6 (2024-07-05)

Bug Fixes

v8.1.5

8.1.5 (2024-06-24)

Bug Fixes

  • update npm utility dependencies and related packages (#4033) (bd1c2d8)

v8.1.4

8.1.4 (2024-06-09)

Bug Fixes

  • specify 'dependencies: true' when prepping task runner options (#4017) (244462d)

v8.1.3

8.1.3 (2024-05-13)

Bug Fixes

v8.1.2

8.1.2 (2024-02-05)

Bug Fixes

... (truncated)

Changelog

Sourced from lerna's changelog.

8.1.7 (2024-07-21)

Bug Fixes

8.1.6 (2024-07-05)

Bug Fixes

8.1.5 (2024-06-24)

Bug Fixes

  • update npm utility dependencies and related packages (#4033) (bd1c2d8)

8.1.4 (2024-06-09)

Note: Version bump only for package lerna

8.1.3 (2024-05-13)

Bug Fixes

8.1.2 (2024-02-05)

Note: Version bump only for package lerna

8.1.1 (2024-02-05)

Note: Version bump only for package lerna

8.1.0 (2024-02-05)

Features

8.0.2 (2024-01-05)

Bug Fixes

  • add-caching: explicitly set targetDefaults for all scripts (#3929) (dae18c9)

8.0.1 (2023-12-15)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by jameshenry, a new releaser for lerna since your current version.


Updates postcss from 7.0.39 to 8.4.31

Release notes

Sourced from postcss's releases.

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

8.4.21

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by @​romainmenke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by @​KingSora).

8.4.17

8.4.16

... (truncated)

Changelog

Sourced from postcss's changelog.

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

  • Fixed TypeScript support with node16 (by Remco Haszing).

8.4.21

  • Fixed Input#error types (by Aleks Hudochenkov).

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by Romain Menke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by Rene Haas).

8.4.17

  • Fixed Node.before() unexpected behavior (by Romain Menke).
  • Added TOC to docs (by Mikhail Dedov).

8.4.16

... (truncated)

Commits


Updates react-native from 0.64.3 to 0.74.3

Release notes

Sourced from react-native's releases.

0.74.3

Added

  • Add the ReactMarkerConstants.CONTENT_APPEARED support on Android in bridgeless mode. (3c4d7618f0 by @​Kudo)

Changed

iOS specific

Fixed

  • Codegen computes output path relative to project root instead of current working directory. (d3e0430dea by @​dmytrorykun)

Android specific

iOS specific


Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

0.74.2

... (truncated)

Changelog

Sourced from react-native's changelog.

Changelog (pre 0.70)

This file contains all changelogs for releases in the 0.60-0.69 range. Please check out the other CHANGELOG-*.md files for newer and older versions.

v0.69.12

Changed

iOS specific

Fixed

Android specific

v0.69.11

Fixed

iOS specific

v0.69.10

Fixed

Android specific

v0.69.9

Changed

iOS specific

Fixed

... (truncated)

Commits
  • 8e5a936 Release 0.74.3
  • 3d53992 fix: typo when cherry picking from kotlin to java
  • 3c4d761 Back out "Revert D58459930: [react-native][PR] Add ReactMarkerConstants.CONTE...
  • bdf6583 Fix output path for generated artifacts (#45165)
  • 3a1ff94 [Hermes] Bump Hermes (#45220)
  • d1e2a35 feat: update CLI to 13.6.9 (#44793)
  • 7dd6549 Continue running microtasks when parent task throws
  • 487c848 Refactor: RuntimeScheduler: Delete ErrorUtils.h (#43953)
  • 37b33c3 Small refactor in RuntimeScheduler_Modern to favor references over shared_ptr...
  • 988bf16 Tentative fix for NPE JavaTimerManager$IdleCallbackRunnable.cancel (#44852)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by react-native-bot, a new releaser for react-native since your current version.


Updates semver from 6.3.0 to 6.3.1

Release notes

Sourced from semver's releases.

v6.3.1

6.3.1 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

6.3.1 (2023-07-10)

Bug Fixes

6.2.0

  • Coerce numbers to strings when passed to semver.coerce()
  • Add rtl option to coerce from right to left

6.1.3

  • Handle X-ranges properly in includePrerelease mode

6.1.2

  • Do not throw when testing invalid version strings

6.1.1

  • Add options support for semver.coerce()
  • Handle undefined version passed to Range.test

6.1.0

  • Add semver.compareBuild function
  • Support * in semver.intersects

6.0

  • Fix intersects logic.

    This is technically a bug fix, but since it is also a change to behavior that may require users updating their code, it is marked as a major version increment.

5.7

  • Add minVersion method

5.6

  • Move boolean loose param to an options object, with backwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling with the includePrerelease option flag.

5.5

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by lukekarrys, a new releaser for semver since your current version.


Updates react-native-reanimated from 2.14.4 to 3.14.0

Release notes

Sourced from react-native-reanimated's releases.

3.14.0

What's Changed

This release contains mainly community-requested bugfixes.

and more

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-reanimated/compare/3.13.0...3.14.0

3.13.0

What's Changed

Features

Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by szydlovsky, a new releaser for react-native-reanimated since your current version.


Updates @babel/traverse from 7.18.9 to 7.24.8

Release notes

Sourced from @​babel/traverse's releases.

v7.24.8 (2024-07-11)

Thanks @​H0onnn, @​jkup and @​SreeXD for your first pull requests!

:eyeglasses: Spec Compliance

:bug: Bug Fix

dependabot[bot] commented 1 month ago

Superseded by #1711.