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

chore(deps): bump the deps group across 1 directory with 6 updates #6330

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2024

Bumps the deps group with 5 updates in the / directory:

Package From To
@react-aria/overlays 3.23.2 3.23.3
@react-aria/tooltip 3.7.7 3.7.8
lost-pixel 3.19.0 3.20.0
remark-lint-no-dead-urls 1.1.0 2.0.1
sass 1.79.3 1.79.5

Updates @react-aria/overlays from 3.23.2 to 3.23.3

Commits

Updates @react-aria/tooltip from 3.7.7 to 3.7.8

Commits

Updates @react-aria/utils from 3.25.2 to 3.25.3

Commits

Updates lost-pixel from 3.19.0 to 3.20.0

Release notes

Sourced from lost-pixel's releases.

v3.20.0

  • Merge pull request #417 from lost-pixel/feat/upgrade-node a0973e0
  • remove eslint in favor of xo f9c5c59
  • fix linter issues 0c401cd
  • update linter rules d9c0442
  • update deps f268a51
  • update node to 22 e75ba7c
  • update nvm de3c93e
  • update husky 8c88ef6
  • update husky 62a58d1
  • Merge pull request #415 from lost-pixel/fix/env-docker-mode e59ff94
  • upgrade actions 8e7dcd2
  • inject env to docker mode 39c2d8d
  • Merge pull request #413 from lost-pixel/update-deps 263cd1e
  • update deps 15de6fa
  • replace uuid babb369
  • Merge pull request #412 from lost-pixel/fix/baseline-147 7e581d3
  • update baseline f8d0f9c
  • update baseline 1aca868
  • remove debug 0d47b4f
  • update actions 6be421a
  • debug c633105
  • debug 91b836e
  • debug 9757c24
  • Merge remote-tracking branch 'origin/main' 170cc81
  • upgrade playwright 6a9e97b
  • Merge pull request #386 from lost-pixel/renovate/jest-monorepo 1ebb280
  • chore(deps): update dependency @​types/jest to v29.5.13 2250d26
  • Merge pull request #390 from lost-pixel/renovate/uuid-9.x 98dff5e
  • chore(deps): update dependency @​types/uuid to v9.0.8 5d969d8

lost-pixel/lost-pixel@v3.19.0...v3.20.0-0

v3.20.0-0

  • Merge pull request #417 from lost-pixel/feat/upgrade-node a0973e0
  • remove eslint in favor of xo f9c5c59
  • fix linter issues 0c401cd
  • update linter rules d9c0442
  • update deps f268a51
  • update node to 22 e75ba7c
  • update nvm de3c93e
  • update husky 8c88ef6
  • update husky 62a58d1
  • Merge pull request #415 from lost-pixel/fix/env-docker-mode e59ff94
  • upgrade actions 8e7dcd2
  • inject env to docker mode 39c2d8d
  • Merge pull request #413 from lost-pixel/update-deps 263cd1e
  • update deps 15de6fa
  • replace uuid babb369
  • Merge pull request #412 from lost-pixel/fix/baseline-147 7e581d3

... (truncated)

Commits

Updates remark-lint-no-dead-urls from 1.1.0 to 2.0.1

Release notes

Sourced from remark-lint-no-dead-urls's releases.

2.0.1

Fix

  • 044382d Fix to ignore non-permanent redirects
  • 8655bbc Fix sending out too many requests

Full Changelog: remarkjs/remark-lint-no-dead-urls@2.0.0...2.0.1

2.0.0

Change

  • fcd9e43 Change to require Node.js 18 migrate: update Node
  • 8d91f5f Change to use exports migrate: don’t use private APIs
  • e6489d4 Change to use ESM, TypeScript migrate: use import by @​ChristianMurphy in remarkjs/remark-lint-no-dead-urls#44
  • 56b572a fb8292c Replace check-links w/ dead-or-alive migrate: replace gotOptions -> deadOrAliveOptions; notably change options.gotOptions.prefixUrl to options.from
  • 51ecab8 Change to improve messages

Fix

  • 68d24e1 Fix handling of skipLocalhost option

Miscellaneous

  • 388e7f7 Add declaration maps
  • 20691f8 Refactor to move main types to index.d.ts
  • 426f596 1c8905d Refactor code-style
  • b819084 a9ced5d Refactor docs

Full Changelog: remarkjs/remark-lint-no-dead-urls@v1.1.0...2.0.0

Commits
Maintainer changes

This version was pushed to npm by wooorm, a new releaser for remark-lint-no-dead-urls since your current version.


Updates sass from 1.79.3 to 1.79.5

Release notes

Sourced from sass's releases.

Dart Sass 1.79.4

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

Changes

JS API

  • Fix a bug where passing green or blue to color.change() for legacy colors would fail.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.79.5

  • Changes to how selector.unify() and @extend combine selectors:

    • The relative order of pseudo-classes (like :hover) and pseudo-elements (like ::before) within each original selector is now preserved when they're combined.

    • Pseudo selectors are now consistently placed at the end of the combined selector, regardless of which selector they came from. Previously, this reordering only applied to pseudo-selectors in the second selector.

  • Tweak the color transformation matrices for OKLab and OKLCH to match the newer, more accurate values in the CSS spec.

  • Fix a slight inaccuracy case when converting to srgb-linear and display-p3.

  • Potentially breaking bug fix: math.unit() now wraps multiple denominator units in parentheses. For example, px/(em*em) instead of px/em*em.

Command-Line Interface

  • Use @parcel/watcher to watch the filesystem when running from JavaScript and not using --poll. This should mitigate more frequent failures users have been seeing since version 4.0.0 of Chokidar, our previous watching tool, was released.

JS API

  • Fix SassColor.interpolate() to allow an undefined options parameter, as the types indicate.

Embedded Sass

  • Properly pass missing color channel values to and from custom functions.

1.79.4

JS API

  • Fix a bug where passing green or blue to color.change() for legacy colors would fail.
Commits
  • 7290399 Partially replace chokidar with @​parcel/watcher (#2379)
  • 85b467b Update LMS matrices (#2374)
  • 2c5f1e9 Use correct notation for multiple denominator units (#2375)
  • d58e219 Add sass-parser support for for the @supports rule (#2378)
  • 5535d1f Fix srgb to linear (#2372)
  • 5acae8a Fix JS API color.interpolate(color2) without options (#2369)
  • 4890989 Add support for missing color channels to the protofier (#2366)
  • 67fecff unifyComound() and unifyComplex() no longer move pseudo-classes across pseudo...
  • f84e867 Fix JS API legacy SassColor.change (#2368)
  • 72612c4 Bump bufbuild/buf-setup-action in /.github/util/initialize (#2363)
  • See full diff 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

Copy link

cloudflare-workers-and-pages bot commented Oct 11, 2024

Deploying docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4729d92
Status: ✅  Deploy successful!
Preview URL: https://dfa43012.docs-51g.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-deps-4tuj.docs-51g.pages.dev

View logs

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

github-actions bot commented Oct 11, 2024

Dangerous URL check

No absolute URLs to prisma.io/docs found.
No local URLs found.

Copy link
Contributor

Redirect check

This PR probably requires the following redirects to be added to static/_redirects:

  • This PR does not change any pages in a way that would require a redirect.

Bumps the deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@react-aria/overlays](https://github.com/adobe/react-spectrum) | `3.23.2` | `3.23.3` |
| [@react-aria/tooltip](https://github.com/adobe/react-spectrum) | `3.7.7` | `3.7.8` |
| [lost-pixel](https://github.com/lost-pixel/lost-pixel) | `3.19.0` | `3.20.0` |
| [remark-lint-no-dead-urls](https://github.com/remarkjs/remark-lint-no-dead-urls) | `1.1.0` | `2.0.1` |
| [sass](https://github.com/sass/dart-sass) | `1.79.3` | `1.79.5` |



Updates `@react-aria/overlays` from 3.23.2 to 3.23.3
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/[email protected]...@react-aria/[email protected])

Updates `@react-aria/tooltip` from 3.7.7 to 3.7.8
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/[email protected]...@react-aria/[email protected])

Updates `@react-aria/utils` from 3.25.2 to 3.25.3
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/[email protected]...@react-aria/[email protected])

Updates `lost-pixel` from 3.19.0 to 3.20.0
- [Release notes](https://github.com/lost-pixel/lost-pixel/releases)
- [Commits](lost-pixel/lost-pixel@v3.19.0...v3.20.0)

Updates `remark-lint-no-dead-urls` from 1.1.0 to 2.0.1
- [Release notes](https://github.com/remarkjs/remark-lint-no-dead-urls/releases)
- [Commits](remarkjs/remark-lint-no-dead-urls@v1.1.0...2.0.1)

Updates `sass` from 1.79.3 to 1.79.5
- [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.79.3...1.79.5)

---
updated-dependencies:
- dependency-name: "@react-aria/overlays"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@react-aria/tooltip"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@react-aria/utils"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: lost-pixel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: remark-lint-no-dead-urls
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/deps-5733156a55 branch from 4aea586 to 4729d92 Compare October 14, 2024 07:38
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 15, 2024

Superseded by #6340.

@dependabot dependabot bot closed this Oct 15, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/deps-5733156a55 branch October 15, 2024 07:46
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.

0 participants