crazyscot / brot3

Yet Another Fractal Plotter
Other
0 stars 0 forks source link

chore(deps): bump the npm group in /ui with 11 updates #137

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the npm group in /ui with 11 updates:

Package From To
@emotion/react 11.11.4 11.13.0
@emotion/styled 11.11.5 11.13.0
@fontsource/inter 5.0.18 5.0.19
@mui/material 5.15.21 5.16.5
@tauri-apps/api 1.5.6 1.6.0
react-tooltip 5.27.0 5.27.1
@tauri-apps/cli 1.5.14 1.6.0
@types/node 20.14.9 20.14.12
typescript 5.5.3 5.5.4
vite 5.3.2 5.3.5
vite-plugin-static-copy 1.0.5 1.0.6

Updates @emotion/react from 11.11.4 to 11.13.0

Release notes

Sourced from @​emotion/react's releases.

@​emotion/react@​11.13.0

Minor Changes

  • #3198 d8ff8a5 Thanks @​Andarist! - Migrated away from relying on process.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

  • #3215 a9f6912 Thanks @​Andarist! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

  • Updated dependencies [d8ff8a5, a9f6912]:
    • @​emotion/cache@​11.13.0
    • @​emotion/serialize@​1.3.0
    • @​emotion/use-insertion-effect-with-fallbacks@​1.1.0
    • @​emotion/utils@​1.4.0

@​emotion/react@​11.12.0

Minor Changes

  • #2815 65a1eea Thanks @​srmagura! - Automatic labeling at runtime is now an opt-in feature. Define globalThis.EMOTION_RUNTIME_AUTO_LABEL = true before Emotion gets initialized to enable it.

Patch Changes

Commits


Updates @emotion/styled from 11.11.5 to 11.13.0

Release notes

Sourced from @​emotion/styled's releases.

@​emotion/styled@​11.13.0

Minor Changes

  • #3198 d8ff8a5 Thanks @​Andarist! - Migrated away from relying on process.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

  • #3215 a9f6912 Thanks @​Andarist! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

  • Updated dependencies [d8ff8a5, a9f6912]:
    • @​emotion/serialize@​1.3.0
    • @​emotion/use-insertion-effect-with-fallbacks@​1.1.0
    • @​emotion/utils@​1.4.0

@​emotion/styled@​11.12.0

Patch Changes

Commits


Updates @fontsource/inter from 5.0.18 to 5.0.19

Commits


Updates @mui/material from 5.15.21 to 5.16.5

Release notes

Sourced from @​mui/material's releases.

v5.16.5

Jul 25, 2024

A big thanks to the 4 contributors who made this release possible.

@mui/utils@5.16.5

Docs

All contributors of this release in alphabetical order: @​ManthanGajjar, @​mnajdova, @​navedqb, @​oliviertassinari

Full Changelog: https://github.com/mui/material-ui/compare/v5.16.4...v5.16.5

v5.16.4

Jul 16, 2024

A big thanks to the one contributor who made this release possible.

@mui/material@5.16.4

All contributors of this release in alphabetical order: @​mnajdova

v5.16.3

Jul 16, 2024

A big thanks to the 3 contributors who made this release possible.

@mui/material@5.16.3

Docs

All contributors of this release in alphabetical order: @​HoFa1997, @​mnajdova, @​oliviertassinari

v5.16.2

Jul 16, 2024

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

5.16.5

Jul 25, 2024

A big thanks to the 4 contributors who made this release possible.

@mui/utils@5.16.5

Docs

All contributors of this release in alphabetical order: @​ManthanGajjar, @​mnajdova, @​navedqb, @​oliviertassinari

5.16.4

Jul 16, 2024

A big thanks to the 1 contributor who made this release possible.

@mui/material@5.16.4

All contributors of this release in alphabetical order: @​mnajdova

5.16.3

Jul 16, 2024

A big thanks to the 3 contributors who made this release possible.

@mui/material@5.16.3

Docs

... (truncated)

Commits


Updates @tauri-apps/api from 1.5.6 to 1.6.0

Release notes

Sourced from @​tauri-apps/api's releases.

@​tauri-apps/api v1.6.0

yarn audit v1.22.22
info No lockfile found.
0 vulnerabilities found - Packages audited: 146
Done in 2.09s.

[1.6.0]

Enhancements

  • 44e3335da (#9796) Enhance the speed of The JS Command.execute API from shell module.

Bug Fixes

  • 44e3335da (#9796) Fix The JS Command.execute API from shell module including extra new lines.
yarn run v1.22.22
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly
$ rollup -c --configPlugin typescript

./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts → ./dist, ./dist...
created ./dist, ./dist in 1.4s

src/index.ts → ../../core/tauri/scripts/bundle.global.js...
created ../../core/tauri/scripts/bundle.global.js in 1.6s
[1/4] Bumping version...
info Current version: 1.6.0
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 7.85s.
Commits


Updates react-tooltip from 5.27.0 to 5.27.1

Release notes

Sourced from react-tooltip's releases.

v5.27.1

If you like ReactTooltip, please give the project a star on GitHub 🌟

What's Changed

Full Changelog: https://github.com/ReactTooltip/react-tooltip/compare/v5.27.0...v5.27.1

Commits
  • 143221a chore(version): v5.27.1
  • 3e34982 fix: correctly clear timeout refs
  • 329f432 fix: remove warning about styles already being injected
  • See full diff in compare view


Updates @tauri-apps/cli from 1.5.14 to 1.6.0

Release notes

Sourced from @​tauri-apps/cli's releases.

@​tauri-apps/cli v1.6.0

[1.6.0]

New Features

  • 253595a22 (#9809) Add RPM packaging
  • a301be52d (#9914) Use cargo's target directory to store and cache bundling tools when bundle > useLocalToolsDir option is active.

Bug Fixes

  • 08f57efef (#10136) Fix parsing of cargo profile when using --profile=<profile> syntax.
  • 674accad7 (#10015) Add missing dependency libayatana-appindicator3.so.1 for rpm package.

Dependencies

  • Upgraded to tauri-cli@1.6.0
Commits


Updates @types/node from 20.14.9 to 20.14.12

Commits


Updates typescript from 5.5.3 to 5.5.4

Release notes

Sourced from typescript's releases.

TypeScript 5.5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • c8a7d58 Bump version to 5.5.4 and LKG
  • c0ded04 🤖 Pick PR #58771 (Allow references to the global Symb...) into release-5.5 (#...
  • 5ba41e2 🤖 Pick PR #59208 (Write non-missing undefined on mapp...) into release-5.5 (#...
  • b075332 🤖 Pick PR #59337 (Allow declarationMap to be emitted ...) into release-5.5 (#...
  • 9dd6f91 Cherry-pick "Stop using latest Node in CI" to release-5.5 (#59348)
  • bf0ddaf 🤖 Pick PR #59070 (Delay the calculation of common sou...) into release-5.5 (#...
  • a44e2d9 🤖 Pick PR #59160 (Fixed crash on authored import type...) into release-5.5 (#...
  • f35206d 🤖 Pick PR #59325 (Don't skip markLinkedReferences on ...) into release-5.5 (#...
  • 1109550 Fix baselines on release-5.5 (#59330)
  • 8794318 🤖 Pick PR #59215 (Fix codefix crash on circular alias...) into release-5.5 (#...
  • Additional commits viewable in compare view


Updates vite from 5.3.2 to 5.3.5

Changelog

Sourced from vite's changelog.

5.3.5 (2024-07-25)

5.3.4 (2024-07-16)

5.3.3 (2024-07-03)

Commits


Updates vite-plugin-static-copy from 1.0.5 to 1.0.6

Release notes

Sourced from vite-plugin-static-copy's releases.

vite-plugin-static-copy@1.0.6

Patch Changes

  • #121 d68aec9 Thanks @​tobz1000! - The value of Content-Type header was inferred and set from the src file extension. It is now infered from the dest file extension.
Changelog

Sourced from vite-plugin-static-copy's changelog.

1.0.6

Patch Changes

  • #121 d68aec9 Thanks @​tobz1000! - The value of Content-Type header was inferred and set from the src file extension. It is now infered from the dest file extension.
Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 4 months ago

Dependabot couldn't find a package.json. Because of this, Dependabot cannot update this pull request.

crazyscot commented 4 months ago

This PR is obsolete as npm has been dropped from the v2 UI overhaul.

dependabot[bot] commented 4 months ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml