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 update-patch-minor group with 9 updates #539

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps the update-patch-minor group with 9 updates:

Package From To
react-color-palette 7.2.0 7.2.2
@cloudflare/workers-types 4.20240620.0 4.20240729.0
eslint-plugin-react 7.34.3 7.35.0
knip 5.25.1 5.27.0
prettier 3.3.2 3.3.3
sass 1.77.6 1.77.8
typescript 5.5.3 5.5.4
vite 5.3.3 5.3.5
vite-node 2.0.1 2.0.5

Updates react-color-palette from 7.2.0 to 7.2.2

Release notes

Sourced from react-color-palette's releases.

v7.2.2

7.2.2 (2024-07-30)

Bug Fixes

  • Replace pointer event with mouse event and touch event for better support across different environments (671a74e)

v7.2.1

7.2.1 (2024-07-12)

Bug Fixes

  • useBoundingClientRect wrong dimensions in modal (#75) (770820b)
Changelog

Sourced from react-color-palette's changelog.

7.2.2 (2024-07-30)

Bug Fixes

  • Replace pointer event with mouse event and touch event for better support across different environments (671a74e)

7.2.1 (2024-07-12)

Bug Fixes

  • useBoundingClientRect wrong dimensions in modal (#75) (770820b)
Commits
  • 7339c87 chore: Release 7.2.2 (#79)
  • 671a74e fix: Replace pointer event with mouse event and touch event for better ...
  • 2d03b93 chore: Update .vscode/settings.json
  • 1e4b237 chore: Replace yarn with pnpm
  • 3a7eeb3 chore: Release 7.2.1 (#77)
  • 770820b fix: useBoundingClientRect wrong dimensions in modal (#75)
  • See full diff in compare view

Updates @cloudflare/workers-types from 4.20240620.0 to 4.20240729.0

Commits

Updates eslint-plugin-react from 7.34.3 to 7.35.0

Release notes

Sourced from eslint-plugin-react's releases.

v7.35.0

Added

Fixed

  • [no-invalid-html-attribute]: substitute placeholders in suggestion messages (#3759[] @​mdjermanovic)
  • [sort-prop-types]: single line type ending without semicolon (#3784[] @​akulsr0)
  • [require-default-props]: report when required props have default value (#3785[] @​akulsr0)

Changed

#3759: jsx-eslint/eslint-plugin-react#3759 #3694: jsx-eslint/eslint-plugin-react#3694 #3771: jsx-eslint/eslint-plugin-react#3771

#1000: jsx-eslint/eslint-plugin-react#1000 #1002: jsx-eslint/eslint-plugin-react#1002 #1005: jsx-eslint/eslint-plugin-react#1005 #100: jsx-eslint/eslint-plugin-react#100 #1010: jsx-eslint/eslint-plugin-react#1010 #1013: jsx-eslint/eslint-plugin-react#1013 #1022: jsx-eslint/eslint-plugin-react#1022 #1029: jsx-eslint/eslint-plugin-react#1029 #102: jsx-eslint/eslint-plugin-react#102 #1034: jsx-eslint/eslint-plugin-react#1034 #1038: jsx-eslint/eslint-plugin-react#1038 #1041: jsx-eslint/eslint-plugin-react#1041 #1043: jsx-eslint/eslint-plugin-react#1043 #1046: jsx-eslint/eslint-plugin-react#1046 #1047: jsx-eslint/eslint-plugin-react#1047 #1050: jsx-eslint/eslint-plugin-react#1050 #1053: jsx-eslint/eslint-plugin-react#1053 #1057: jsx-eslint/eslint-plugin-react#1057 #105: jsx-eslint/eslint-plugin-react#105 #1061: jsx-eslint/eslint-plugin-react#1061 #1062: jsx-eslint/eslint-plugin-react#1062 #1070: jsx-eslint/eslint-plugin-react#1070 #1071: jsx-eslint/eslint-plugin-react#1071 #1073: jsx-eslint/eslint-plugin-react#1073 #1076: jsx-eslint/eslint-plugin-react#1076 #1079: jsx-eslint/eslint-plugin-react#1079 #1088: jsx-eslint/eslint-plugin-react#1088

... (truncated)

Changelog

Sourced from eslint-plugin-react's changelog.

7.35.0 - 2024.07.19

Added

Fixed

  • [no-invalid-html-attribute]: substitute placeholders in suggestion messages (#3759[] @​mdjermanovic)
  • [sort-prop-types]: single line type ending without semicolon (#3784[] @​akulsr0)
  • [require-default-props]: report when required props have default value (#3785[] @​akulsr0)

Changed

#3785: jsx-eslint/eslint-plugin-react#3785 #3784: jsx-eslint/eslint-plugin-react#3784 #3782: jsx-eslint/eslint-plugin-react#3782 #3777: jsx-eslint/eslint-plugin-react#3777 #3774: jsx-eslint/eslint-plugin-react#3774 #3772: jsx-eslint/eslint-plugin-react#3772 #3771: jsx-eslint/eslint-plugin-react#3771 #3759: jsx-eslint/eslint-plugin-react#3759 #3748: jsx-eslint/eslint-plugin-react#3748 #3724: jsx-eslint/eslint-plugin-react#3724 #3694: jsx-eslint/eslint-plugin-react#3694

7.34.4 - 2024.07.13

Fixed

  • [prop-types]: fix className missing in prop validation false negative (#3749[] @​akulsr0)
  • [sort-prop-types]: Check for undefined before accessing node.typeAnnotation.typeAnnotation (#3779[] @​tylerlaprade)

#3779: jsx-eslint/eslint-plugin-react#3779 #3749: jsx-eslint/eslint-plugin-react#3749

Commits
  • c6fdccd Update CHANGELOG and bump version
  • a4b0bbc [Fix] require-default-props: report when required props have default value
  • a08cb93 [Fix] sort-prop-types: single line type ending without semicolon
  • 4b3209b [meta] no point in supporting eslint 9.0 - 9.6 initially
  • ca8b11e [Dev Deps] update @babel/core, @babel/eslint-parser
  • 597553d [New] no-danger: add customComponentNames option
  • c58f04b [New] jsx-closing-tag-location: add line-aligned option
  • 00b89fe [New] version settings: Allow react defaultVersion to be configurable
  • 4d2fd86 [Refactor] variableUtil: Avoid creating a single flat variable scope for ea...
  • 6a83d67 [New] jsx-handler-names: support ignoring component names
  • Additional commits viewable in compare view

Updates knip from 5.25.1 to 5.27.0

Release notes

Sourced from knip's releases.

Release 5.27.0

  • CRLF will be replaced by LF the next time Git touches it (bea004fe)
  • Remove OS eol diffs in tests (799cc422)
  • git config eol=lf (5d239323)
  • Re-enable windows test for bun (bc66b4fa)
  • Add test case (fixed by ae5c3417) (5e742dc3)
  • Move more cli args into single location, refactor some namings (9f5eb01a)
  • Update contrib dev docs (108eff17)
  • Add ladle plugin (#728) (ebd79d4b)
  • Circumvent case where element == undefined (#725) (ae5c3417)
  • Adjust tests after f5680fb2 (b4dc6921)
  • Edit docs (916b633a)
  • Print relative .gitignore paths in debug output (fef3dba5)
  • Don't add ignored files as entry paths (resolves #734) (f5680fb2)
  • Use single or double star to ignore workspaces, remove single star for ignore glob pattern (f6b00582)
  • Restore support for legacy husky w/ lint-staged (bd16c985)
  • Support override configs in babel plugin (953d4fbd)
  • Add react-cosmos plugin (2de39245)
  • Add rsbuild plugin (placeholder) (efd7d2ad)
  • Add rspack plugin (3cbfd0a8)
  • Add src/vite-env.d.ts to entry paths in vite(st) plugin (closes #732) (8cf6a0ac)
  • feat(cypress): add support for cypress-multi-reporter (#726) (cdea5b19)
  • Add Forge 42 (@​forge42dev) as a sponsor (d0166be6)
  • Update Astro dependencies (d887b1d8)
  • Use bun 1.1.19 (also see oven-sh/bun#4899) (03cba1d4)
  • Move watch logic into separate module (3ea24cfd)
  • Move dep graph utils from main sequence to helper module (85fc933a)
  • Rename createPkgGraph → createWorkspaceGraph, etc. (9deb9c5a)
  • Group handlers in main sequence (7274e8d9)
  • More consistent file names (0dc5eba5)
  • Move toSourcePath to ProjectPrincipal constructor (ef1ab492)

Release 5.26.0

  • Regenerate lockfile (3a7fcc9a)
  • (plugin/GraphQL Codegen): Support full name for plugin and preset (#730) (1562b3d4)
  • Support subpath import with arbitrary extensions (#723) (c35bad7a)
  • Update issue templates + issue reproduction doc (d4121d98)

Release 5.25.2

  • Include additional workspaces when loading manifests (resolves #722) (ca03fd83)
  • Move & refactor setRefs → findInternalReferences (deeb2acc)
  • Minor refactors (09fc5363)
  • Always pre-set moduleResolution: bundler if tsconfig.json (3c131184)
  • No need to publish twice here (34be850f)
  • Minor refactors (c1db1ec2)
  • Update docs re. shared/isolated workspaces (699fd28b)
  • Set moduleResolution: bundler if not set and don't share it (resolves #719) (2c246784)
  • fix: Use parseFragment instead of text node which breaks formatting (#720) (3201c076)
Commits
  • 29ab49d Release 5.27.0
  • 799cc42 Remove OS eol diffs in tests
  • 5e742dc Add test case (fixed by ae5c3417)
  • 9f5eb01 Move more cli args into single location, refactor some namings
  • ebd79d4 Add ladle plugin (#728)
  • ae5c341 Circumvent case where element == undefined (#725)
  • b4dc692 Adjust tests after f5680fb2
  • fef3dba Print relative .gitignore paths in debug output
  • f5680fb Don't add ignored files as entry paths (resolves #734)
  • f6b0058 Use single or double star to ignore workspaces, remove single star for ignore...
  • Additional commits viewable in compare view

Updates prettier from 3.3.2 to 3.3.3

Release notes

Sourced from prettier's releases.

3.3.3

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.3.3

diff

Add parentheses for nullish coalescing in ternary (#16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;
// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;
// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);

Add parentheses for decorator expressions (#16458 by @​y-schneider)

Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.

// Input
@(foo`tagged template`)
class X {}
// Prettier 3.3.2
@​footagged template
class X {}
// Prettier 3.3.3
@(footagged template)
class X {}

Support @let declaration syntax (#16474 by @​sosukesuzuki)

Adds support for Angular v18 @let declaration syntax.

Please see the following code example. The @let declaration allows you to define local variables within the template:

... (truncated)

Commits

Updates sass from 1.77.6 to 1.77.8

Release notes

Sourced from sass's releases.

Dart Sass 1.77.8

To install Sass 1.77.8, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.77.8

  • No user-visible changes.

1.77.7

  • Declarations that appear after nested rules are deprecated, because the semantics Sass has historically used are different from the semantics specified by CSS. In the future, Sass will adopt the standard CSS semantics.

    See the Sass website for details.

  • Potentially breaking bug fix: // in certain places such as unknown at-rule values was being preserved in the CSS output, leading to potentially invalid CSS. It's now properly parsed as a silent comment and omitted from the CSS output.

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.3 to 5.3.5

Changelog

Sourced from vite's changelog.

5.3.5 (2024-07-25)

5.3.4 (2024-07-16)

Commits

Updates vite-node from 2.0.1 to 2.0.5

Release notes

Sourced from vite-node's releases.

v2.0.5

   🚀 Features

  • Introduce experimental reported tasks  -  by @​sheremet-va in vitest-dev/vitest#6149 (13d85)
    • This is part of the experimental API and doesn't follow semver. We are hoping to stabilize it for 2.1. If you are working with custom reporters, give this a go!

   🐞 Bug Fixes

    View changes on GitHub

v2.0.4

   🐞 Bug Fixes

    View changes on GitHub

v2.0.3

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • 99452a7 chore: release v2.0.5
  • 400481f chore: release v2.0.4
  • f55dc00 chore(deps): update all non-major dependencies (#6046)
  • 81b8d67 chore: release v2.0.3
  • 93ebdef fix(vite-node): remove suffix slash on file protocol for window (#6109)
  • 99a12ae chore: release v2.0.2
  • 80a43d5 fix(browser): inline pretty-format and replace picocolors with tinyrainbow (#...
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
sass [>= 1.77.7.a, < 1.77.8]

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
  • `@d...

Description has been truncated

Bumps the update-patch-minor group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [react-color-palette](https://github.com/Wondermarin/react-color-palette) | `7.2.0` | `7.2.2` |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20240620.0` | `4.20240729.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.3` | `7.35.0` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.25.1` | `5.27.0` |
| [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` |
| [sass](https://github.com/sass/dart-sass) | `1.77.6` | `1.77.8` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.3` | `5.3.5` |
| [vite-node](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vite-node) | `2.0.1` | `2.0.5` |


Updates `react-color-palette` from 7.2.0 to 7.2.2
- [Release notes](https://github.com/Wondermarin/react-color-palette/releases)
- [Changelog](https://github.com/Wondermarin/react-color-palette/blob/main/CHANGELOG.md)
- [Commits](Wondermarin/react-color-palette@v7.2.0...v7.2.2)

Updates `@cloudflare/workers-types` from 4.20240620.0 to 4.20240729.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](https://github.com/cloudflare/workerd/commits)

Updates `eslint-plugin-react` from 7.34.3 to 7.35.0
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.34.3...v7.35.0)

Updates `knip` from 5.25.1 to 5.27.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.27.0/packages/knip)

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

Updates `sass` from 1.77.6 to 1.77.8
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.77.6...1.77.8)

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)

Updates `vite` from 5.3.3 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 `vite-node` from 2.0.1 to 2.0.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.5/packages/vite-node)

---
updated-dependencies:
- dependency-name: react-color-palette
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-patch-minor
- dependency-name: "@cloudflare/workers-types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: update-patch-minor
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: update-patch-minor
- dependency-name: knip
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: update-patch-minor
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: update-patch-minor
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: update-patch-minor
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: update-patch-minor
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: update-patch-minor
- dependency-name: vite-node
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: update-patch-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2024
@apepper
Copy link
Contributor

apepper commented Aug 2, 2024

Bootstrap is not still ready for sass 1.77.7 and 1.77.8: See twbs/bootstrap#40621.

@dependabot ignore sass patch version

@apepper
Copy link
Contributor

apepper commented Aug 2, 2024

https://github.com/dependabot ignore sass patch version

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2024

OK, I won't notify you about version 1.77.8 of sass again, unless you unignore it.

@apepper apepper self-assigned this Aug 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 2, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/update-patch-minor-dde234a733 branch August 2, 2024 06:51
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant