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

Bump the minor-frontend group in /frontend with 9 updates #3506

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps the minor-frontend group in /frontend with 9 updates:

Package From To
@mui/icons-material 5.16.4 5.16.5
@mui/material 5.16.4 5.16.5
jotai 2.9.0 2.9.1
vite 5.3.4 5.3.5
@playwright/test 1.45.2 1.45.3
cspell 8.11.0 8.12.1
postcss 8.4.39 8.4.40
tailwindcss 3.4.6 3.4.7
typescript 5.5.3 5.5.4

Updates @mui/icons-material from 5.16.4 to 5.16.5

Release notes

Sourced from @​mui/icons-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: mui/material-ui@v5.16.4...v5.16.5

Changelog

Sourced from @​mui/icons-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

Commits

Updates @mui/material from 5.16.4 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: mui/material-ui@v5.16.4...v5.16.5

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

Commits

Updates jotai from 2.9.0 to 2.9.1

Release notes

Sourced from jotai's releases.

v2.9.1

This patch version includes various fixes. Huge thanks to contributors!

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.9.0...v2.9.1

Commits
  • aeeb479 2.9.1
  • 61af13a chore(deps): update dev dependencies (#2670)
  • 2fbcc4d fix: add undefined initial value to primitive Atom definition (#2668)
  • 98e23c9 fix(core): Unmount an atom that is no longer dependent within a derived atom ...
  • 27117bf atom toString includes debugLabel in dev mode (#2659)
  • 628aa3e chore: enable verbatimModuleSyntax in tsconfig (#2664)
  • debff8b refactor(core): store with Object.assign (#2663)
  • ba9e8fe refactor(core): follow naming convention (#2662)
  • See full diff in compare view

Updates vite from 5.3.4 to 5.3.5

Changelog

Sourced from vite's changelog.

5.3.5 (2024-07-25)

Commits

Updates @playwright/test from 1.45.2 to 1.45.3

Release notes

Sourced from @​playwright/test's releases.

v1.45.3

Highlights

microsoft/playwright#31764 - [Bug]: some actions do not appear in the trace file microsoft/playwright-java#1617 - [Bug]: Traceviewer not reporting all actions

Browser Versions

  • Chromium 127.0.6533.5
  • Mozilla Firefox 127.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 126
  • Microsoft Edge 126
Commits

Updates cspell from 8.11.0 to 8.12.1

Release notes

Sourced from cspell's releases.

v8.12.1

Features

feat: Support custom issue template (#5949)

Related to #5758

Make it possible to use custom issue templates from the command line:

cspell . --issue-template='{green $filename}:{yellow $row:$col} $message ({red $text}) $quickFix'

Template

option: --issue-template to set the template to use when reporting issues.

The template is a string that can contain the following placeholders:

  • $filename - the file name
  • $col - the column number
  • $row - the row number
  • $text - the word that is misspelled
  • $message - the issues message: "unknown word", "word is misspelled", etc.
  • $messageColored - the issues message with color based upon the message type.
  • $uri - the URI of the file
  • $suggestions - suggestions for the misspelled word (if requested)
  • $quickFix - possible quick fixes for the misspelled word.
  • $contextFull - the full context of the misspelled word.
  • $contextLeft - the context to the left of the misspelled word.
  • $contextRight - the context to the right of the misspelled word.

Color is supported using the following template pattern:

  • {<style[.style]> <text>} - where <style> is a style name and <text> is the text to style. Styles
  • bold, italic, underline, strikethrough, dim, inverse
  • black, red, green, yellow, blue, magenta, cyan, white

Example:

{green $filename}:{yellow $row}:{yellow $col} $message {red $text} $quickFix {dim $suggestions}


... (truncated)

Changelog

Sourced from cspell's changelog.

8.12.1 (2024-07-22)

  • fix: make sure the version is up to date (f6ab018)

8.12.0 (2024-07-22)

Commits

Updates postcss from 8.4.39 to 8.4.40

Release notes

Sourced from postcss's releases.

8.4.40

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).
Changelog

Sourced from postcss's changelog.

8.4.40

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).
Commits

Updates tailwindcss from 3.4.6 to 3.4.7

Release notes

Sourced from tailwindcss's releases.

v3.4.7

Fixed

  • Fix class detection in Slim templates with attached attributes and ID (#14019)
  • Ensure attribute values in data-* and aria-* modifiers are always quoted in the generated CSS (#14037)
Changelog

Sourced from tailwindcss's changelog.

[3.4.7] - 2024-07-25

Fixed

  • Fix class detection in Slim templates with attached attributes and ID (#14019)
  • Ensure attribute values in data-* and aria-* modifiers are always quoted in the generated CSS (#14037)
Commits
  • 9824cb6 Update version in package.json
  • aa6c10f Add missing heading to changelog
  • 245058c Update changelog for v3.4.7
  • 605d8cd Update CHANGELOG.md
  • 680c55c Normalize attribute selector for data-* and aria-* modifiers (#14037)
  • 866860e Print eventual lightning CSS parsing errors when the CSS matcher fail (#14034)
  • bdc87ae Fix class detection in Slim templates with attached attributes and IDs (#14019)
  • See full diff in compare view

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

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 29, 2024
Copy link

netlify bot commented Jul 29, 2024

Deploy Preview for health-equity-tracker ready!

Name Link
🔨 Latest commit 5f1cefe
🔍 Latest deploy log https://app.netlify.com/sites/health-equity-tracker/deploys/66a7dd82aa44520008a4fcd0
😎 Deploy Preview https://deploy-preview-3506--health-equity-tracker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Bumps the minor-frontend group in /frontend with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `5.16.4` | `5.16.5` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.16.4` | `5.16.5` |
| [jotai](https://github.com/pmndrs/jotai) | `2.9.0` | `2.9.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.4` | `5.3.5` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.45.2` | `1.45.3` |
| [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `8.11.0` | `8.12.1` |
| [postcss](https://github.com/postcss/postcss) | `8.4.39` | `8.4.40` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.6` | `3.4.7` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` |


Updates `@mui/icons-material` from 5.16.4 to 5.16.5
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/v5.16.5/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.16.5/packages/mui-icons-material)

Updates `@mui/material` from 5.16.4 to 5.16.5
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/v5.16.5/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.16.5/packages/mui-material)

Updates `jotai` from 2.9.0 to 2.9.1
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](pmndrs/jotai@v2.9.0...v2.9.1)

Updates `vite` from 5.3.4 to 5.3.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.3.5/packages/vite)

Updates `@playwright/test` from 1.45.2 to 1.45.3
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.45.2...v1.45.3)

Updates `cspell` from 8.11.0 to 8.12.1
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.12.1/packages/cspell)

Updates `postcss` from 8.4.39 to 8.4.40
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.39...8.4.40)

Updates `tailwindcss` from 3.4.6 to 3.4.7
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.7/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.6...v3.4.7)

Updates `typescript` from 5.5.3 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.3...v5.5.4)

---
updated-dependencies:
- dependency-name: "@mui/icons-material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-frontend
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-frontend
- dependency-name: jotai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-frontend
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-frontend
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-frontend
- dependency-name: cspell
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-frontend
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-frontend
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-frontend
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-frontend
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/minor-frontend-6d46f75a93 branch from 2c37a5c to 5f1cefe Compare July 29, 2024 18:20
@benhammondmusic benhammondmusic merged commit b815d5a into main Jul 29, 2024
11 checks passed
@benhammondmusic benhammondmusic deleted the dependabot/npm_and_yarn/frontend/minor-frontend-6d46f75a93 branch July 29, 2024 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant