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 npm group across 1 directory with 6 updates #1135

Merged
merged 1 commit into from
Jun 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 22, 2024

Bumps the npm group with 6 updates in the / directory:

Package From To
glob 10.4.1 10.4.2
tar 7.2.0 7.4.0
@stylistic/eslint-plugin-js 2.2.1 2.2.2
eslint-plugin-jsdoc 48.2.12 48.2.13
nw 0.88.0-3 0.88.0-5
selenium-webdriver 4.21.0 4.22.0

Updates glob from 10.4.1 to 10.4.2

Commits

Updates tar from 7.2.0 to 7.4.0

Changelog

Sourced from tar's changelog.

Changelog

7.4

  • Deprecate onentry in favor of onReadEntry for clarity.

7.3

  • Add onWriteEntry option

7.2

  • DRY the command definitions into a single makeCommand method, and update the type signatures to more appropriately infer the return type from the options and arguments provided.

7.1

  • Update minipass to v7.1.0
  • Update the type definitions of write() and end() methods on Unpack and Parser classes to be compatible with the NodeJS.WritableStream type in the latest versions of @types/node.

7.0

  • Rewrite in TypeScript, provide ESM and CommonJS hybrid interface
  • Add tree-shake friendly exports, like import('tar/create') and import('tar/read-entry') to get individual functions or classes.
  • Add chmod option that defaults to false, and deprecate noChmod. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.
  • Add processUmask option to avoid having to call process.umask() when chmod: true (or noChmod: false) is set.

6.2

  • Add support for brotli compression
  • Add maxDepth option to prevent extraction into excessively deep folders.

6.1

  • remove dead link to benchmarks (#313) (@​yetzt)
  • add examples/explanation of using tar.t (@​isaacs)
  • ensure close event is emited after stream has ended (@​webark)

... (truncated)

Commits

Updates @stylistic/eslint-plugin-js from 2.2.1 to 2.2.2

Release notes

Sourced from @​stylistic/eslint-plugin-js's releases.

v2.2.2

2.2.2 (2024-06-19)

Bug Fixes

  • indent: correct class property initialization (#431) (09ea5b0)
  • plus/indent-binary-ops: considring || and && (#430) (9627a10)

Documentation

Chores

Changelog

Sourced from @​stylistic/eslint-plugin-js's changelog.

2.2.2 (2024-06-19)

Bug Fixes

  • indent: correct class property initialization (#431) (09ea5b0)
  • plus/indent-binary-ops: considring || and && (#430) (9627a10)

Documentation

Chores

Commits

Updates eslint-plugin-jsdoc from 48.2.12 to 48.2.13

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v48.2.13

48.2.13 (2024-06-22)

Bug Fixes

Commits

Updates nw from 0.88.0-3 to 0.88.0-5

Changelog

Sourced from nw's changelog.

[0.88.0-5]

Changed

  • Coerce version prerelease type to string 992aa86

[0.88.0-4]

Changed

  • Detect build flavor during run mode. b4dbb64
Commits

Updates selenium-webdriver from 4.21.0 to 4.22.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.22.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript     |     IEDriver

What's Changed

New Contributors

... (truncated)

Commits
  • c5f3146 [build] Prepare for release of Selenium 4.22.0 (#14163)
  • 2a7ddf1 [java] use java.nio to check files #14088
  • 00c4f60 [build] create github workflow for updating documentation
  • 6704db0 [java] minor performance improvements and code cleanup (#14054)
  • aca918b EdgeOptions.useWebView to return "this" (#14157)
  • 0814580 [build] create a stage release workflow for after the pre-release PR (#14122)
  • 8b56711 [py] remove desired capabilities argument for Webkitgtk (#14128)
  • 078ff3b [js] Fix locate nodes BiDi test (#14140)
  • f8db820 [rb] remove guards from test for fixed edge bug
  • 8960ff0 [bidi][js] Add high-level logging API (#14135)
  • 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

Bumps the npm group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [glob](https://github.com/isaacs/node-glob) | `10.4.1` | `10.4.2` |
| [tar](https://github.com/isaacs/node-tar) | `7.2.0` | `7.4.0` |
| [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) | `2.2.1` | `2.2.2` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.2.12` | `48.2.13` |
| [nw](https://github.com/nwjs/npm-installer) | `0.88.0-3` | `0.88.0-5` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.21.0` | `4.22.0` |



Updates `glob` from 10.4.1 to 10.4.2
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.4.1...v10.4.2)

Updates `tar` from 7.2.0 to 7.4.0
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v7.2.0...v7.4.0)

Updates `@stylistic/eslint-plugin-js` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.2.2/packages/eslint-plugin-js)

Updates `eslint-plugin-jsdoc` from 48.2.12 to 48.2.13
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v48.2.12...v48.2.13)

Updates `nw` from 0.88.0-3 to 0.88.0-5
- [Changelog](https://github.com/nwjs/npm-installer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nwjs/npm-installer/commits)

Updates `selenium-webdriver` from 4.21.0 to 4.22.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.21.0...selenium-4.22.0)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: tar
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@stylistic/eslint-plugin-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: nw
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

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 labels Jun 22, 2024
@ayushmanchhabra
Copy link
Collaborator

@dependabot squash and merge

@dependabot dependabot bot merged commit 905478a into main Jun 22, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/npm-3243d3722e branch June 22, 2024 13:06
ayushmanchhabra pushed a commit that referenced this pull request Jun 22, 2024
🤖 I have created a release *beep* *boop*
---


##
[4.7.7](v4.7.6...v4.7.7)
(2024-06-22)


### Bug Fixes

* execute postinstall script iff in development mode
([#1132](#1132))
([3c68216](3c68216))


### Chores

* **deps:** bump the npm group across 1 directory with 6 updates
([#1135](#1135))
([905478a](905478a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[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