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 shell-quote from 1.8.1 to 1.8.2 in /dev-client #2652

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2024

Bumps shell-quote from 1.8.1 to 1.8.2.

Changelog

Sourced from shell-quote's changelog.

v1.8.2 - 2024-11-27

Fixed

Commits

  • [meta] fix changelog tags 0fb9fd8
  • [actions] split out node 10-20, and 20+ 819bd84
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, npmignore, tape fc56408
  • [actions] update npm for windows tests fdeb0fd
  • [Dev Deps] update @ljharb/eslint-config, aud, tape b8a4a3b
  • [actions] prevent node 14 on ARM mac from failing 9eecafc
  • [meta] exclude more files from the package 4044e7f
  • [Tests] replace aud with npm audit 8cfdbd8
  • [meta] add missing engines.node 843820e
  • [Dev Deps] add missing peer dep 4c3b88d
  • [Dev Deps] pin jackspeak since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 80322ed
Commits
  • b19fc77 v1.8.2
  • 59d29ea [Fix] quote: preserve empty strings
  • 819bd84 [actions] split out node 10-20, and 20+
  • 4c3b88d [Dev Deps] add missing peer dep
  • fc56408 [Dev Deps] update @ljharb/eslint-config, auto-changelog, npmignore, tape
  • 8cfdbd8 [Tests] replace aud with npm audit
  • 9eecafc [actions] prevent node 14 on ARM mac from failing
  • 843820e [meta] add missing engines.node
  • 4044e7f [meta] exclude more files from the package
  • fdeb0fd [actions] update npm for windows tests
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.1 to 1.8.2.
- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md)
- [Commits](ljharb/shell-quote@v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 15, 2024
@paulschreiber paulschreiber added this pull request to the merge queue Dec 15, 2024
Merged via the queue into dependencies with commit 6dac1a3 Dec 15, 2024
7 checks passed
@paulschreiber paulschreiber deleted the dependabot/npm_and_yarn/dev-client/dependencies/shell-quote-1.8.2 branch December 15, 2024 20:26
paulschreiber added a commit that referenced this pull request Dec 16, 2024
* chore(deps): bump resolve.exports from 2.0.2 to 2.0.3 in /dev-client (#2656)

Bumps [resolve.exports](https://github.com/lukeed/resolve.exports) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/lukeed/resolve.exports/releases)
- [Commits](lukeed/resolve.exports@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: resolve.exports
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/node in /dev-client in the types group (#2639)

Bumps the types group in /dev-client with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 16.18.121 to 16.18.122
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: types
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump is-date-object from 1.0.5 to 1.1.0 in /dev-client (#2654)

Bumps [is-date-object](https://github.com/inspect-js/is-date-object) from 1.0.5 to 1.1.0.
- [Changelog](https://github.com/inspect-js/is-date-object/blob/main/CHANGELOG.md)
- [Commits](inspect-js/is-date-object@v1.0.5...v1.1.0)

---
updated-dependencies:
- dependency-name: is-date-object
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump get-intrinsic from 1.2.4 to 1.2.6 in /dev-client (#2653)

Bumps [get-intrinsic](https://github.com/ljharb/get-intrinsic) from 1.2.4 to 1.2.6.
- [Changelog](https://github.com/ljharb/get-intrinsic/blob/main/CHANGELOG.md)
- [Commits](ljharb/get-intrinsic@v1.2.4...v1.2.6)

---
updated-dependencies:
- dependency-name: get-intrinsic
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump shell-quote from 1.8.1 to 1.8.2 in /dev-client (#2652)

Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.1 to 1.8.2.
- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md)
- [Commits](ljharb/shell-quote@v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump iterator.prototype in /dev-client (#2651)

Bumps [iterator.prototype](https://github.com/ljharb/Iterator.prototype) from 1.1.3 to 1.1.4.
- [Changelog](https://github.com/es-shims/Iterator.prototype/blob/main/CHANGELOG.md)
- [Commits](es-shims/Iterator.prototype@v1.1.3...v1.1.4)

---
updated-dependencies:
- dependency-name: iterator.prototype
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump node-releases from 2.0.18 to 2.0.19 in /dev-client (#2650)

Bumps [node-releases](https://github.com/chicoxyzzy/node-releases) from 2.0.18 to 2.0.19.
- [Commits](chicoxyzzy/node-releases@v2.0.18...v2.0.19)

---
updated-dependencies:
- dependency-name: node-releases
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump is-weakref from 1.0.2 to 1.1.0 in /dev-client (#2649)

Bumps [is-weakref](https://github.com/inspect-js/is-weakref) from 1.0.2 to 1.1.0.
- [Changelog](https://github.com/inspect-js/is-weakref/blob/main/CHANGELOG.md)
- [Commits](inspect-js/is-weakref@v1.0.2...v1.1.0)

---
updated-dependencies:
- dependency-name: is-weakref
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump string.prototype.trimend in /dev-client (#2648)

Bumps [string.prototype.trimend](https://github.com/es-shims/String.prototype.trimEnd) from 1.0.8 to 1.0.9.
- [Changelog](https://github.com/es-shims/String.prototype.trimEnd/blob/main/CHANGELOG.md)
- [Commits](es-shims/String.prototype.trimEnd@v1.0.8...v1.0.9)

---
updated-dependencies:
- dependency-name: string.prototype.trimend
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump react-i18next from 15.1.3 to 15.2.0 in /dev-client (#2647)

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.1.3 to 15.2.0.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.1.3...v15.2.0)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump i18next-conv from 15.0.0 to 15.1.0 in /dev-client (#2646)

Bumps [i18next-conv](https://github.com/i18next/i18next-gettext-converter) from 15.0.0 to 15.1.0.
- [Release notes](https://github.com/i18next/i18next-gettext-converter/releases)
- [Changelog](https://github.com/i18next/i18next-gettext-converter/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-gettext-converter@v15.0.0...v15.1.0)

---
updated-dependencies:
- dependency-name: i18next-conv
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump use-sync-external-store in /dev-client (#2645)

Bumps [use-sync-external-store](https://github.com/facebook/react/tree/HEAD/packages/use-sync-external-store) from 1.2.2 to 1.4.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/use-sync-external-store)

---
updated-dependencies:
- dependency-name: use-sync-external-store
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump is-boolean-object from 1.2.0 to 1.2.1 in /dev-client (#2644)

Bumps [is-boolean-object](https://github.com/inspect-js/is-boolean-object) from 1.2.0 to 1.2.1.
- [Changelog](https://github.com/inspect-js/is-boolean-object/blob/main/CHANGELOG.md)
- [Commits](inspect-js/is-boolean-object@v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: is-boolean-object
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump intl-messageformat in /dev-client (#2655)

Bumps [intl-messageformat](https://github.com/formatjs/formatjs) from 10.7.8 to 10.7.10.
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/[email protected]@10.7.10)

---
updated-dependencies:
- dependency-name: intl-messageformat
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump the react group in /dev-client with 10 updates (#2642)

* chore(deps): bump the react group in /dev-client with 10 updates

Bumps the react group in /dev-client with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/bottom-tabs) | `7.1.3` | `7.2.0` |
| [@react-navigation/material-top-tabs](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/material-top-tabs) | `7.0.18` | `7.1.0` |
| [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) | `7.0.13` | `7.0.14` |
| [@react-navigation/native-stack](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native-stack) | `7.1.14` | `7.2.0` |
| [@react-native-community/cli-doctor](https://github.com/react-native-community/cli/tree/HEAD/packages/cli-doctor) | `16.0.0` | `16.0.2` |
| [@react-native-community/cli-config-android](https://github.com/react-native-community/cli/tree/HEAD/packages/cli-config-android) | `16.0.0` | `16.0.2` |
| [@react-native-community/cli-config-apple](https://github.com/react-native-community/cli/tree/HEAD/packages/cli-config-apple) | `16.0.0` | `16.0.2` |
| [@react-navigation/core](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/core) | `7.3.0` | `7.3.1` |
| [@react-navigation/elements](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/elements) | `2.2.4` | `2.2.5` |
| [@react-navigation/routers](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/routers) | `7.1.1` | `7.1.2` |


Updates `@react-navigation/bottom-tabs` from 7.1.3 to 7.2.0
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/main/packages/bottom-tabs/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/[email protected]/packages/bottom-tabs)

Updates `@react-navigation/material-top-tabs` from 7.0.18 to 7.1.0
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/main/packages/material-top-tabs/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/[email protected]/packages/material-top-tabs)

Updates `@react-navigation/native` from 7.0.13 to 7.0.14
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/main/packages/native/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/[email protected]/packages/native)

Updates `@react-navigation/native-stack` from 7.1.14 to 7.2.0
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/main/packages/native-stack/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/[email protected]/packages/native-stack)

Updates `@react-native-community/cli-doctor` from 16.0.0 to 16.0.2
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli-doctor/CHANGELOG.md)
- [Commits](https://github.com/react-native-community/cli/commits/v16.0.2/packages/cli-doctor)

Updates `@react-native-community/cli-config-android` from 16.0.0 to 16.0.2
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Changelog](https://github.com/react-native-community/cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react-native-community/cli/commits/v16.0.2/packages/cli-config-android)

Updates `@react-native-community/cli-config-apple` from 16.0.0 to 16.0.2
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Changelog](https://github.com/react-native-community/cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react-native-community/cli/commits/v16.0.2/packages/cli-config-apple)

Updates `@react-navigation/core` from 7.3.0 to 7.3.1
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/[email protected]/packages/core)

Updates `@react-navigation/elements` from 2.2.4 to 2.2.5
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/main/packages/elements/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/[email protected]/packages/elements)

Updates `@react-navigation/routers` from 7.1.1 to 7.1.2
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/main/packages/routers/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/[email protected]/packages/routers)

---
updated-dependencies:
- dependency-name: "@react-navigation/bottom-tabs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react
- dependency-name: "@react-navigation/material-top-tabs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react
- dependency-name: "@react-navigation/native"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: "@react-navigation/native-stack"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react
- dependency-name: "@react-native-community/cli-doctor"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: "@react-native-community/cli-config-android"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: "@react-native-community/cli-config-apple"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: "@react-navigation/core"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: "@react-navigation/elements"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: "@react-navigation/routers"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: react
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: update snapshots

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paul Schreiber <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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