PolicyEngine / policyengine-app

PolicyEngine's free web app for computing the impact of public policy.
GNU Affero General Public License v3.0
32 stars 86 forks source link

Bump the sub-major group with 25 updates #1675

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the sub-major group with 25 updates:

Package From To
@uiw/codemirror-extensions-langs 4.21.25 4.22.0
@uiw/codemirror-theme-github 4.21.25 4.22.0
@uiw/react-codemirror 4.21.25 4.22.0
markdown-to-jsx 7.4.5 7.4.7
openai 4.31.0 4.40.0
plotly.js 2.30.1 2.32.0
react 18.2.0 18.3.1
react-dom 18.2.0 18.3.1
react-router-dom 6.22.3 6.23.0
styled-components 6.1.8 6.1.9
workbox-background-sync 7.0.0 7.1.0
workbox-broadcast-update 7.0.0 7.1.0
workbox-cacheable-response 7.0.0 7.1.0
workbox-core 7.0.0 7.1.0
workbox-expiration 7.0.0 7.1.0
workbox-google-analytics 7.0.0 7.1.0
workbox-navigation-preload 7.0.0 7.1.0
workbox-precaching 7.0.0 7.1.0
workbox-range-requests 7.0.0 7.1.0
workbox-routing 7.0.0 7.1.0
workbox-strategies 7.0.0 7.1.0
workbox-streams 7.0.0 7.1.0
@babel/preset-env 7.24.3 7.24.5
eslint-plugin-react-hooks 4.6.0 4.6.2
typescript 5.4.3 5.4.5

Updates @uiw/codemirror-extensions-langs from 4.21.25 to 4.22.0

Release notes

Sourced from @​uiw/codemirror-extensions-langs's releases.

v4.22.0

Buy me a coffee

Documentation v4.22.0: https://raw.githack.com/uiwjs/react-codemirror/4954630/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.21.25...v4.22.0

npm i @uiw/react-codemirror@4.22.0
Commits


Updates @uiw/codemirror-theme-github from 4.21.25 to 4.22.0

Release notes

Sourced from @​uiw/codemirror-theme-github's releases.

v4.22.0

Buy me a coffee

Documentation v4.22.0: https://raw.githack.com/uiwjs/react-codemirror/4954630/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.21.25...v4.22.0

npm i @uiw/react-codemirror@4.22.0
Commits


Updates @uiw/react-codemirror from 4.21.25 to 4.22.0

Release notes

Sourced from @​uiw/react-codemirror's releases.

v4.22.0

Buy me a coffee

Documentation v4.22.0: https://raw.githack.com/uiwjs/react-codemirror/4954630/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.21.25...v4.22.0

npm i @uiw/react-codemirror@4.22.0
Commits


Updates markdown-to-jsx from 7.4.5 to 7.4.7

Release notes

Sourced from markdown-to-jsx's releases.

v7.4.7

Patch Changes

  • 7603248: Fix parsing isolation of individual table cells.
  • f9328cc: Improved block html detection regex to handle certain edge cases that cause extreme slowness. Thank you @​devbrains-com for the basis for this fix 🤝

v7.4.6

Patch Changes

  • a9e5276: Browsers assign element with id to the global scope using the value as the variable name. E.g.: <h1 id="analytics"> can be referenced via window.analytics. This can be a problem when a name conflict happens. For instance, pages that expect analytics.push() to be a function will stop working if the an element with an id of analytics exists in the page.

    In this change, we export the slugify function so that users can easily augment it. This can be used to avoid variable name conflicts by giving the element a different id.

    import { slugify } from 'markdown-to-jsx';
    

    options={{ slugify: str => { let result = slugify(str)

    return result ? '-' + str : result;
    

    } }}

Changelog

Sourced from markdown-to-jsx's changelog.

7.4.7

Patch Changes

  • 7603248: Fix parsing isolation of individual table cells.
  • f9328cc: Improved block html detection regex to handle certain edge cases that cause extreme slowness. Thank you @​devbrains-com for the basis for this fix 🤝

7.4.6

Patch Changes

  • a9e5276: Browsers assign element with id to the global scope using the value as the variable name. E.g.: <h1 id="analytics"> can be referenced via window.analytics. This can be a problem when a name conflict happens. For instance, pages that expect analytics.push() to be a function will stop working if the an element with an id of analytics exists in the page.

    In this change, we export the slugify function so that users can easily augment it. This can be used to avoid variable name conflicts by giving the element a different id.

    import { slugify } from 'markdown-to-jsx';
    

    options={{ slugify: str => { let result = slugify(str)

    return result ? '-' + str : result;
    

    } }}

Commits


Updates openai from 4.31.0 to 4.40.0

Release notes

Sourced from openai's releases.

v4.40.0

4.40.0 (2024-05-01)

Full Changelog: v4.39.1...v4.40.0

Features

v4.39.1

4.39.1 (2024-04-30)

Full Changelog: v4.39.0...v4.39.1

Chores

v4.39.0

4.39.0 (2024-04-29)

Full Changelog: v4.38.5...v4.39.0

Features

Chores

  • internal: add scripts/test and scripts/mock (#801) (6656105)

v4.38.5

4.38.5 (2024-04-24)

Full Changelog: v4.38.4...v4.38.5

Chores

  • internal: use actions/checkout@v4 for codeflow (#799) (5ab7780)

v4.38.4

4.38.4 (2024-04-24)

Full Changelog: v4.38.3...v4.38.4

Bug Fixes

... (truncated)

Changelog

Sourced from openai's changelog.

4.40.0 (2024-05-01)

Full Changelog: v4.39.1...v4.40.0

Features

4.39.1 (2024-04-30)

Full Changelog: v4.39.0...v4.39.1

Chores

4.39.0 (2024-04-29)

Full Changelog: v4.38.5...v4.39.0

Features

Chores

  • internal: add scripts/test and scripts/mock (#801) (6656105)

4.38.5 (2024-04-24)

Full Changelog: v4.38.4...v4.38.5

Chores

  • internal: use actions/checkout@v4 for codeflow (#799) (5ab7780)

4.38.4 (2024-04-24)

Full Changelog: v4.38.3...v4.38.4

Bug Fixes

4.38.3 (2024-04-22)

... (truncated)

Commits


Updates plotly.js from 2.30.1 to 2.32.0

Release notes

Sourced from plotly.js's releases.

v2.32.0

Added

  • Add "bold" weight, "italic" style and "small-caps" variant options to fonts [#6956]

Fixed

  • Fix applying autotickangles on axes with showdividers as well as cases where tickson is set to "boundaries" [#6967], with thanks to @​my-tien for the contribution!
  • Fix positioning of multi-line axis titles with standoff [#6970], with thanks to @​my-tien for the contribution!

v2.31.1

Fixed

  • Maintain original drawing order of traces when traces with similar type are sent to back [#6962]
  • Ensure winning points of hover are listed first when hoversubplots is set to "axis" and sorting by distance [#6963]
  • Fix duplicated points in splom hover when hoversubplots is set to "axis" [#6965]

v2.31.0

Added

  • Add zorder attribute to various cartesian traces for controlling stacking order of SVG traces drawn into a subplot [#6918, #6953]. This feature was anonymously sponsored: thank you to our sponsor!
  • Add "between" option to shape layer for placing them above grid lines and below traces [#6927], with thanks to @​my-tien for the contribution!
  • Add "raw" sizemode to cone trace [#6938]
  • Add layout.hoversubplots to enable (x|y) and unified hover effects across multiple cartesian suplots sharing one axis [#6947, #6950]

Changed

  • Regenerate stackgl_modules/index.js using updated dependencies [#6937]

Fixed

  • Fix hover count in parcats trace [#6944], with thanks to @​weiweikee for the contribution!
Changelog

Sourced from plotly.js's changelog.

[2.32.0] -- 2024-04-23

Added

  • Add "bold" weight, "italic" style and "small-caps" variant options to fonts [#6956]

Fixed

  • Fix applying autotickangles on axes with showdividers as well as cases where tickson is set to "boundaries" [#6967], with thanks to @​my-tien for the contribution!
  • Fix positioning of multi-line axis titles with standoff [#6970], with thanks to @​my-tien for the contribution!

[2.31.1] -- 2024-04-15

Fixed

  • Maintain original drawing order of traces when traces with similar type are sent to back [#6962]
  • Ensure winning points of hover are listed first when hoversubplots is set to "axis" and sorting by distance [#6963]
  • Fix duplicated points in splom hover when hoversubplots is set to "axis" [#6965]

[2.31.0] -- 2024-04-10

Added

  • Add zorder attribute to various cartesian traces for controlling stacking order of SVG traces drawn into a subplot [#6918, #6953], This feature was anonymously sponsored: thank you to our sponsor!
  • Add "between" option to shape layer for placing them above grid lines and below traces [#6927], with thanks to @​my-tien for the contribution!
  • Add "raw" sizemode to cone trace [#6938]
  • Add layout.hoversubplots to enable hover effects across multiple cartesian suplots sharing one axis [#6947, #6950]

Changed

  • Regenerate stackgl_modules/index.js using updated dependencies [#6937]

Fixed

  • Fix hover count in parcats trace [#6944], with thanks to @​weiweikee for the contribution!
Commits


Updates react from 18.2.0 to 18.3.1

Release notes

Sourced from react's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
Maintainer changes

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


Updates react-dom from 18.2.0 to 18.3.1

Release notes

Sourced from react-dom's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react-dom's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
  • d6c42f7 Bump to 18.3.1
  • 8a015b6 Add deprecation warning for unmountComponentAtNode
  • c3b2839 Add deprecation warning for findDOMNode
  • d4ea75d ReactDOMTestUtils deprecation warnings
  • 7548c01 Deprecate renderToStaticNodeStream (#28872) (#28874)
  • 5894232 Enable warning for defaultProps on function components for everyone (#25699)
  • c2a246e Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)
  • 2cfb474 Bump version from 18.2 to 18.3
  • See full diff in compare view
Maintainer changes

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


Updates react-router-dom from 6.22.3 to 6.23.0

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9

react-router-dom-v5-compat@6.4.0-pre.8

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.8
    • react-router-dom@6.4.0-pre.8

react-router-dom-v5-compat@6.4.0-pre.7

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.7
    • react-router-dom@6.4.0-pre.7

react-router-dom-v5-compat@6.4.0-pre.6

Patch Changes

  • 44bce3c6: Fix react-router-dom peer dependency version
    • react-router@6.4.0-pre.6
    • react-router-dom@6.4.0-pre.6

react-router-dom-v5-compat@6.4.0-pre.5

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

6.23.0

Minor Changes

  • Add a new unstable_dataStrategy configuration option (#11098)
    • This option allows Data Router applications to take control over the approach for executing route loaders and actions
    • The default implementation is today's behavior, to fetch all loaders in parallel, but this option allows users to implement more advanced data flows including Remix single-fetch, middleware/context APIs, automatic loader caching, and more

Patch Changes

  • Updated dependencies:
    • @remix-run/router@1.16.0
    • react-router@6.23.0
Commits


Updates styled-components from 6.1.8 to 6.1.9

Release notes

Sourced from styled-components's releases.

v6.1.9

What's Changed

New Contributors

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.8...v6.1.9

Commits
  • 871c7ee chore: bump version
  • 13cdf72 upgrading babel dependencies to latest to fix CVE-2023-45133 (#4214)
  • 8010643 fix(types): allow using a styled component as a key inside object styles in t...
  • 906838e fix: upgrade @​emotion/unitless to ensure aspectRatio is handled properly
  • 028628b fix: improve types for .attrs() (#4288)
  • c842c4c chore: add v6 benchmark
  • See full diff in compare view


Updates workbox-background-sync from 7.0.0 to 7.1.0

Release notes

Sourced from workbox-background-sync's releases.

v7.1.0

What's Changed ✏️

  • Updating dependencies with critical vulnerabilities, plus some other dependencies maintenance

Thanks 🙏

Full Changelog: https://github.com/GoogleChrome/workbox/compare/v7.0.0...v7.1.0

Commits


Updates workbox-broadcast-update from 7.0.0 to 7.1.0

Release notes

Sourced from workbox-broadcast-update's releases.

v7.1.0

What's Changed ✏️

  • Updating dependencies with critical vulnerabilities, plus some other dependencies maintenance

Thanks 🙏

Full Changelog: https://github.com/GoogleChrome/workbox/compare/v7.0.0...v7.1.0

Commits


Updates workbox-cacheable-response from 7.0.0 to 7.1.0

Release notes

Sourced from workbox-cacheable-response's releases.

v7.1.0

What's Changed ✏️

  • Updating dependencies with critical vulnerabilities, plus some other dependencies maintenance

Thanks 🙏

Full Changelog: https://github.com/GoogleChrome/workbox/compare/v7.0.0...v7.1.0

Commits


Updates workbox-core from 7.0.0 to 7.1.0

Release notes

Sourced from workbox-core's releases.

v7.1.0

What's Changed ✏️

  • Updating dependencies with critical vulnerabilities, plus some other dependencies maintenance

Thanks 🙏

Full Changelog: https://github.com/GoogleChrome/workbox/compare/v7.0.0...v7.1.0

Commits