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 npm_and_yarn group across 1 directory with 3 updates #140

Open
wants to merge 1 commit into
base: latest
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 21, 2024

Bumps the npm_and_yarn group with 3 updates in the / directory: cookie, homebridge-config-ui-x and cross-spawn.

Updates cookie from 0.4.2 to 0.7.2

Release notes

Sourced from cookie's releases.

v0.7.2

Fixed

  • Fix object assignment of hasOwnProperty (#177) bc38ffd

jshttp/cookie@v0.7.1...v0.7.2

0.7.1

Fixed

  • Allow leading dot for domain (#174)
    • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
  • Add fast path for serialize without options, use obj.hasOwnProperty when parsing (#172)

jshttp/cookie@v0.7.0...v0.7.1

0.7.0

jshttp/cookie@v0.6.0...v0.7.0

0.6.0

  • Add partitioned option

0.5.0

  • Add priority option
  • Fix expires option to reject invalid dates
  • pref: improve default decode speed
  • pref: remove slow string split in parse
Commits
Maintainer changes

This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.


Updates homebridge-config-ui-x from 4.62.0 to 4.63.0

Release notes

Sourced from homebridge-config-ui-x's releases.

v4.63.0

⚠️ Upcoming Deprecations:

  • The next major version v5 of the Homebridge UI will drop support for:
    • Node.js v16 and earlier, so please update to v18 or v20 or v22 - more info on updating
    • Raspberry Pi devices running on the armv6 architecture (like the Pi 1 and Pi Zero) - please update your hardware
    • Instances using pnpm as the package manager - consider updating your Homebridge instance to use npm instead - more info on updating
  • Note that these are not requirements for UI v4.63.0

UI Changes

  • updates to the th.json language file (#2211) (@​tomzt)
  • updates to the nl.json language file (#2213) (@​tooh)
  • updates to the es.json language file (#2235) (@​AxelDreemurr)
  • updates to the fi.json language file (#2218, #2229) (@​l1500s)
  • fix widget config saving on dashboard
  • use native language for validation messages where available
    • currently available for de en es fr it pt zh
  • switch from a top menu to a sidebar menu
  • show pairing status for bridges around the ui
  • consistent labels for sensor-type accessories
  • update default dashboard layout
  • remove pnpm warning modal
  • use smoke detector icon for carbon monoxide and dioxide sensors

Other Changes

  • migrate @zajsf/* to @ng-formworks/* for plugin schema forms
  • check for service mode when querying child bridge status
  • perform a full restart when updating homebridge

Homebridge Dependencies

  • @homebridge/hap-client @ v1.10.2
  • @homebridge/node-pty-prebuilt-multiarch @ v0.11.14
  • @homebridge/plugin-ui-utils @ v1.0.3
Changelog

Sourced from homebridge-config-ui-x's changelog.

v4.63.0 (2024-11-17)

⚠️ Upcoming Deprecations:

  • The next major version v5 of the Homebridge UI will drop support for:
    • Node.js v16 and earlier, so please update to v18 or v20 or v22 - more info on updating
    • Raspberry Pi devices running on the armv6 architecture (like the Pi 1 and Pi Zero) - please update your hardware
    • Instances using pnpm as the package manager - consider updating your Homebridge instance to use npm instead - more info on updating
  • Note that these are not requirements for UI v4.63.0

UI Changes

  • updates to the th.json language file (#2211) (@​tomzt)
  • updates to the nl.json language file (#2213) (@​tooh)
  • updates to the es.json language file (#2235) (@​AxelDreemurr)
  • updates to the fi.json language file (#2218, #2229) (@​l1500s)
  • fix widget config saving on dashboard
  • use native language for validation messages where available
    • currently available for de en es fr it pt zh
  • switch from a top menu to a sidebar menu
  • show pairing status for bridges around the ui
  • consistent labels for sensor-type accessories
  • update default dashboard layout
  • remove pnpm warning modal
  • use smoke detector icon for carbon monoxide and dioxide sensors

Other Changes

  • migrate @zajsf/* to @ng-formworks/* for plugin schema forms
  • check for service mode when querying child bridge status
  • perform a full restart when updating homebridge

Homebridge Dependencies

  • @homebridge/hap-client @ v1.10.2
  • @homebridge/node-pty-prebuilt-multiarch @ v0.11.14
  • @homebridge/plugin-ui-utils @ v1.0.3
Commits
  • f94d26e v4.63.0
  • a734f48 use smoke detector icon for carbon monoxide and dioxide sensors
  • 67b9559 remove pnpm warning modal
  • 7fe75a3 update default dashboard layout
  • c2c9c4f consistent labels for sensor-type accessories
  • a24d570 Update fi.json
  • 9d686d7 show pairing status for bridges around the ui
  • 0aa6843 perform a full restart when updating homebridge
  • 0f5993e check for service mode when querying child bridge status
  • 722915e switch from a top menu to a sidebar menu
  • Additional commits viewable in compare view

Updates cross-spawn from 7.0.3 to 7.0.6

Changelog

Sourced from cross-spawn's changelog.

7.0.6 (2024-11-18)

Bug Fixes

  • update cross-spawn version to 7.0.5 in package-lock.json (f700743)

7.0.5 (2024-11-07)

Bug Fixes

  • fix escaping bug introduced by backtracking (640d391)

7.0.4 (2024-11-07)

Bug Fixes

Commits
  • 77cd97f chore(release): 7.0.6
  • 6717de4 chore: upgrade standard-version
  • f700743 fix: update cross-spawn version to 7.0.5 in package-lock.json
  • 9a7e3b2 chore: fix build status badge
  • 0852683 chore(release): 7.0.5
  • 640d391 fix: fix escaping bug introduced by backtracking
  • bff0c87 chore: remove codecov
  • a7c6abc chore: replace travis with github workflows
  • 9b9246e chore(release): 7.0.4
  • 5ff3a07 fix: disable regexp backtracking (#160)
  • 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 3 updates in the / directory: [cookie](https://github.com/jshttp/cookie), [homebridge-config-ui-x](https://github.com/homebridge/homebridge-config-ui-x) and [cross-spawn](https://github.com/moxystudio/node-cross-spawn).


Updates `cookie` from 0.4.2 to 0.7.2
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.4.2...v0.7.2)

Updates `homebridge-config-ui-x` from 4.62.0 to 4.63.0
- [Release notes](https://github.com/homebridge/homebridge-config-ui-x/releases)
- [Changelog](https://github.com/homebridge/homebridge-config-ui-x/blob/latest/CHANGELOG.md)
- [Commits](homebridge/homebridge-config-ui-x@v4.62.0...v4.63.0)

Updates `cross-spawn` from 7.0.3 to 7.0.6
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: homebridge-config-ui-x
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code minor minor version change labels Nov 21, 2024
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 minor minor version change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants