-
Notifications
You must be signed in to change notification settings - Fork 73
chore: bump the npm-low-risk group across 1 directory with 25 updates #1148
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
base: develop
Are you sure you want to change the base?
chore: bump the npm-low-risk group across 1 directory with 25 updates #1148
Conversation
Bumps the npm-low-risk group with 24 updates in the / directory: | Package | From | To | | --- | --- | --- | | [browser-driver-manager](https://github.com/straker/browser-driver-manager) | `2.0.0` | `2.0.1` | | [eslint](https://github.com/eslint/eslint) | `9.6.0` | `9.17.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` | | [globals](https://github.com/sindresorhus/globals) | `15.7.0` | `15.14.0` | | [husky](https://github.com/typicode/husky) | `9.0.11` | `9.1.7` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.7` | `15.3.0` | | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.4.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.2` | `5.7.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.0.0-alpha.26` | `8.19.0` | | [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `16.4.7` | | [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.22.0` | `4.27.0` | | [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver) | `4.1.24` | `4.1.27` | | [chai](https://github.com/chaijs/chai) | `4.4.1` | `4.5.0` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.45.0` | `1.49.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.0.2` | `22.10.3` | | [express](https://github.com/expressjs/express) | `4.20.0` | `4.21.2` | | [tsup](https://github.com/egoist/tsup) | `8.1.0` | `8.3.5` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.7` | `7.26.0` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.7` | `7.26.0` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.7` | `7.26.3` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.7` | `7.26.0` | | [jsonld](https://github.com/digitalbazaar/jsonld.js) | `8.3.2` | `8.3.3` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.5` | `29.2.5` | | [devtools](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/devtools) | `8.39.0` | `8.40.2` | Updates `browser-driver-manager` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/straker/browser-driver-manager/releases) - [Commits](straker/browser-driver-manager@v2.0.0...v2.0.1) Updates `eslint` from 9.6.0 to 9.17.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.6.0...v9.17.0) Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.1) Updates `globals` from 15.7.0 to 15.14.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.7.0...v15.14.0) Updates `husky` from 9.0.11 to 9.1.7 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v9.0.11...v9.1.7) Updates `lint-staged` from 15.2.7 to 15.3.0 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.2.7...v15.3.0) Updates `prettier` from 3.3.2 to 3.4.2 - [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.4.2) Updates `typescript` from 5.5.2 to 5.7.2 - [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.2...v5.7.2) Updates `typescript-eslint` from 8.0.0-alpha.26 to 8.19.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/typescript-eslint) Updates `dotenv` from 16.4.5 to 16.4.7 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.5...v16.4.7) Updates `selenium-webdriver` from 4.22.0 to 4.27.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.22.0...selenium-4.27.0) Updates `@types/selenium-webdriver` from 4.1.24 to 4.1.27 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/selenium-webdriver) Updates `@types/selenium-webdriver` from 4.1.24 to 4.1.27 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/selenium-webdriver) Updates `chai` from 4.4.1 to 4.5.0 - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v4.4.1...v4.5.0) Updates `@playwright/test` from 1.45.0 to 1.49.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.45.0...v1.49.1) Updates `@types/node` from 22.0.2 to 22.10.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `express` from 4.20.0 to 4.21.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md) - [Commits](expressjs/express@4.20.0...4.21.2) Updates `tsup` from 8.1.0 to 8.3.5 - [Release notes](https://github.com/egoist/tsup/releases) - [Commits](egoist/tsup@v8.1.0...v8.3.5) Updates `@babel/core` from 7.24.7 to 7.26.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-core) Updates `@babel/preset-env` from 7.24.7 to 7.26.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-preset-env) Updates `@babel/preset-react` from 7.24.7 to 7.26.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.3/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.24.7 to 7.26.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-preset-typescript) Updates `jsonld` from 8.3.2 to 8.3.3 - [Changelog](https://github.com/digitalbazaar/jsonld.js/blob/main/CHANGELOG.md) - [Commits](digitalbazaar/jsonld.js@v8.3.2...v8.3.3) Updates `ts-jest` from 29.1.5 to 29.2.5 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.1.5...v29.2.5) Updates `devtools` from 8.39.0 to 8.40.2 - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/v8.40.2/CHANGELOG.md) - [Commits](https://github.com/webdriverio/webdriverio/commits/v8.40.2/packages/devtools) Updates `semver` from 7.6.2 to 7.6.3 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v7.6.2...v7.6.3) --- updated-dependencies: - dependency-name: browser-driver-manager dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-low-risk - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-low-risk - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-low-risk - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-low-risk - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-low-risk - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-low-risk - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-low-risk - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-low-risk - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-low-risk - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-low-risk - dependency-name: selenium-webdriver dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-low-risk - dependency-name: "@types/selenium-webdriver" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-low-risk - dependency-name: "@types/selenium-webdriver" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-low-risk - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-low-risk - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-low-risk - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-low-risk - dependency-name: express dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-low-risk - dependency-name: tsup dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-low-risk - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-low-risk - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-low-risk - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-low-risk - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-low-risk - dependency-name: jsonld dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-low-risk - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-low-risk - dependency-name: devtools dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-low-risk - dependency-name: semver dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-low-risk ... Signed-off-by: dependabot[bot] <[email protected]>
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bumps the npm-low-risk group with 24 updates in the / directory:
2.0.0
2.0.1
9.6.0
9.17.0
5.1.3
5.2.1
15.7.0
15.14.0
9.0.11
9.1.7
15.2.7
15.3.0
3.3.2
3.4.2
5.5.2
5.7.2
8.0.0-alpha.26
8.19.0
16.4.5
16.4.7
4.22.0
4.27.0
4.1.24
4.1.27
4.4.1
4.5.0
1.45.0
1.49.1
22.0.2
22.10.3
4.20.0
4.21.2
8.1.0
8.3.5
7.24.7
7.26.0
7.24.7
7.26.0
7.24.7
7.26.3
7.24.7
7.26.0
8.3.2
8.3.3
29.1.5
29.2.5
8.39.0
8.40.2
Updates
browser-driver-manager
from 2.0.0 to 2.0.1Release notes
Sourced from browser-driver-manager's releases.
Commits
53ebb4f
2.0.1bc65dd2
fix: sync package.json dependencies to match actual dependencies (#15)f5c172b
Update README.md70d77ba
docs: fix typo again03ad4da
docs: fix typoUpdates
eslint
from 9.6.0 to 9.17.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
90c1db9
9.17.0755512d
Build: changelog update for 9.17.0cc243c9
chore: upgrade to@eslint/[email protected]
(#19242)84c5787
chore: package.json update for@eslint/js
releaseeed91d1
feat: add suggestions tono-unused-vars
(#18352)4c4f53b
chore: add missing backticks toflags.js
(#19226)3c22d2a
docs: updateyoda
toYoda
inyoda.md
for consistency (#19230)e0a2203
docs: add missing backticks tono-sequences
(#19233)4cc4881
docs: Update README3db6fdf
docs: [no-await-in-loop] expand on benefits and inapplicability (#19211)Updates
eslint-plugin-prettier
from 5.1.3 to 5.2.1Release notes
Sourced from eslint-plugin-prettier's releases.
Changelog
Sourced from eslint-plugin-prettier's changelog.
Commits
51324d9
chore: fix CHANGELOG.md formatting issue24288c7
chore: release eslint-plugin-prettier (#669)ac036cc
build(deps): Bump synckit from 0.8.6 to 0.9.1 (#668)a1e6f4a
build(deps): Bump braces from 3.0.2 to 3.0.3 (#665)de9751c
build(deps): Bump pnpm/action-setup from 2 to 4 in the actions group (#661)02c21a5
chore: release eslint-plugin-prettier (#653)f170011
feat: support parsinghtml
via@html-eslint/parser
natively (#652)Updates
globals
from 15.7.0 to 15.14.0Release notes
Sourced from globals's releases.
Commits
48c7b51
15.14.006a5723
Addvitest
globals (#274)ad28ede
15.13.0dc7a9a1
Update globals (#273)ff4844d
15.12.0439b398
AddIterator
to ES2025 (#272)dd0a502
Update globals (#271)0d906b8
15.11.06784dc1
Addes3
globals (#267)7560717
15.10.0Updates
husky
from 9.0.11 to 9.1.7Release notes
Sourced from husky's releases.
... (truncated)
Commits
799e84b
9.1.730f2049
fix: add husky label to deprecated warning (#1538)a2d942a
9.1.6b4465ed
fix: add parens around the null coalescing operator to fix issues when npm_co...3b3e7f1
docs(spanish): improve spanish translation (#1504)dcf3aed
dosc: repair support Spanish sponsors links (#1500)c3afd5f
docs: support Spanish documentation (#1499)c5f4f48
docs: support Russian documentation (#1495)2fee8d2
9.1.5397e7f0
fixes #1494 support pre-merge-commit hookUpdates
lint-staged
from 15.2.7 to 15.3.0Release notes
Sourced from lint-staged's releases.
Changelog
Sourced from lint-staged's changelog.
... (truncated)
Commits
703002a
chore(changeset): release4cee7d8
build(dependencies): update dependenciesef9b02d
Merge pull request #1495 from lint-staged/debug-infoe69da9e
feat: add more info to debug logs, remove "environment" requirement from issu...1b36f55
docs: combine changesets6c9ab40
Merge pull request #1493 from lint-staged/help-messages22fe89d
feat: add unique hash to backup stash messagec52cc92
docs: add a caution message about git stashfa0fe98
feat: update first task message based on backup status7bd0447
feat: display "git stash list" message when restoring original state is skippedUpdates
prettier
from 3.3.2 to 3.4.2Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
cca9461
Release 3.4.2572bebe
Fix comments on class methods with decorators (#16891)359c4f0
chore(deps): update dependency@angular/compiler
to v19.0.1 (#16903)6470996
chore(deps): update dependency@glimmer/syntax
to v0.93.1 (#16904)e13614f
Correct fit() for fill() (#16899)10db357
Remove check onTSImportType.isTypeOf
(#16892)ac46a4f
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796)d52e905
Add test for #16207 (#16890)a1e354d
Clean changelog_unreleased99875da
Bump Prettier dependency to 3.4.1Updates
typescript
from 5.5.2 to 5.7.2Release notes
Sourced from typescript's releases.
... (truncated)
Commits
d701d90
Bump version to 5.7.2 and LKG0503a63
🤖 Pick PR #60450 (Move to file: fix detection of refe...) into release-5.7 (#...3140dbb
🤖 Pick PR #60488 (Stub out copilotRelated command) into release-5.7 (#60495)c1216de
Update LKG3ee2b95
🤖 Pick PR #60415 (Fix false positive rewriteRelativeI...) into release-5.7 (#...44bd3f2
Bump version to 5.7.1-rc and LKG5925c81
Update LKG84d58cf
Merge remote-tracking branch 'origin/main' into release-5.70ec4d30
Fixing exception on unsaved file (#60362)11b2930
Add compatible overloads that accept ArrayBuffer to BigInt64Array/BigUint64Ar...Updates
typescript-eslint
from 8.0.0-alpha.26 to 8.19.0Release notes
Sourced from typescript-eslint's releases<...
Description has been truncated
No QA required