-
Notifications
You must be signed in to change notification settings - Fork 64
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-dev): bump the dev-deps group with 23 updates #717
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the dev-deps group with 23 updates: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.23.2` | `7.23.3` | | [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) | `7.23.2` | `7.23.3` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.23.2` | `7.23.3` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.22.15` | `7.23.3` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.0.0` | `14.1.0` | | [@types/d3](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3) | `7.4.2` | `7.4.3` | | [@types/google-protobuf](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google-protobuf) | `3.15.9` | `3.15.10` | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.7` | `29.5.8` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.14.200` | `4.14.201` | | [@types/object-hash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/object-hash) | `3.0.5` | `3.0.6` | | [@types/pluralize](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pluralize) | `0.0.32` | `0.0.33` | | [@types/prop-types](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prop-types) | `15.7.9` | `15.7.10` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.36` | `18.2.37` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.14` | `18.2.15` | | [@types/react-test-renderer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-test-renderer) | `18.0.5` | `18.0.6` | | [@types/react-window](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-window) | `1.8.7` | `1.8.8` | | [@types/route-parser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/route-parser) | `0.1.6` | `0.1.7` | | [@types/url-parse](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/url-parse) | `1.4.10` | `1.4.11` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.10.0` | `6.11.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.10.0` | `6.11.0` | | [lint-staged](https://github.com/okonet/lint-staged) | `15.0.2` | `15.1.0` | | [prettier](https://github.com/prettier/prettier) | `3.0.3` | `3.1.0` | | [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) | `5.3.0` | `5.3.1` | Updates `@babel/core` from 7.23.2 to 7.23.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.23.3/packages/babel-core) Updates `@babel/plugin-transform-runtime` from 7.23.2 to 7.23.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.23.3/packages/babel-plugin-transform-runtime) Updates `@babel/preset-env` from 7.23.2 to 7.23.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.23.3/packages/babel-preset-env) Updates `@babel/preset-react` from 7.22.15 to 7.23.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.23.3/packages/babel-preset-react) Updates `@testing-library/react` from 14.0.0 to 14.1.0 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v14.0.0...v14.1.0) Updates `@types/d3` from 7.4.2 to 7.4.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3) Updates `@types/google-protobuf` from 3.15.9 to 3.15.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/google-protobuf) Updates `@types/jest` from 29.5.7 to 29.5.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `@types/lodash` from 4.14.200 to 4.14.201 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `@types/object-hash` from 3.0.5 to 3.0.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/object-hash) Updates `@types/pluralize` from 0.0.32 to 0.0.33 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pluralize) Updates `@types/prop-types` from 15.7.9 to 15.7.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prop-types) Updates `@types/react` from 18.2.36 to 18.2.37 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.2.14 to 18.2.15 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `@types/react-test-renderer` from 18.0.5 to 18.0.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-test-renderer) Updates `@types/react-window` from 1.8.7 to 1.8.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-window) Updates `@types/route-parser` from 0.1.6 to 0.1.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/route-parser) Updates `@types/url-parse` from 1.4.10 to 1.4.11 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/url-parse) Updates `@typescript-eslint/eslint-plugin` from 6.10.0 to 6.11.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.11.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.10.0 to 6.11.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.11.0/packages/parser) Updates `lint-staged` from 15.0.2 to 15.1.0 - [Release notes](https://github.com/okonet/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.0.2...v15.1.0) Updates `prettier` from 3.0.3 to 3.1.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.0.3...3.1.0) Updates `stylelint-scss` from 5.3.0 to 5.3.1 - [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md) - [Commits](stylelint-scss/stylelint-scss@v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: "@babel/plugin-transform-runtime" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: "@types/d3" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: "@types/google-protobuf" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: "@types/object-hash" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: "@types/pluralize" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: "@types/prop-types" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: "@types/react-test-renderer" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: "@types/react-window" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: "@types/route-parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: "@types/url-parse" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: stylelint-scss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
ci/dependabot
Used by dependabot to mark its changes as coming from itself
dependencies
Pull requests that update a dependency file
kind/enhancement
release-note/misc
Changes without direct user impact
labels
Nov 13, 2023
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. |
dependabot
bot
deleted the
dependabot/npm_and_yarn/dev-deps-397e23648f
branch
November 14, 2023 10:18
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci/dependabot
Used by dependabot to mark its changes as coming from itself
dependencies
Pull requests that update a dependency file
kind/enhancement
release-note/misc
Changes without direct user impact
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the dev-deps group with 23 updates:
7.23.2
7.23.3
7.23.2
7.23.3
7.23.2
7.23.3
7.22.15
7.23.3
14.0.0
14.1.0
7.4.2
7.4.3
3.15.9
3.15.10
29.5.7
29.5.8
4.14.200
4.14.201
3.0.5
3.0.6
0.0.32
0.0.33
15.7.9
15.7.10
18.2.36
18.2.37
18.2.14
18.2.15
18.0.5
18.0.6
1.8.7
1.8.8
0.1.6
0.1.7
1.4.10
1.4.11
6.10.0
6.11.0
6.10.0
6.11.0
15.0.2
15.1.0
3.0.3
3.1.0
5.3.0
5.3.1
Updates
@babel/core
from 7.23.2 to 7.23.3Release notes
Sourced from
@babel/core
's releases.Changelog
Sourced from
@babel/core
's changelog.Commits
1bce5c9
v7.23.3934c1b3
Fix Node.js 10 CI failure (#16084)c46f000
Refactor handling of modules plugins inpreset-env
(#15988)1e15165
Require exact Babel 8 version inassertVersion
(#15955)0ba00c4
[babel 8] Remove core-js 2 and regenerator from preset-env (#15838)2a8c6df
Fix Node.js 6 CI (#16040)Updates
@babel/plugin-transform-runtime
from 7.23.2 to 7.23.3Release notes
Sourced from
@babel/plugin-transform-runtime
's releases.Changelog
Sourced from
@babel/plugin-transform-runtime
's changelog.Commits
1bce5c9
v7.23.31e15165
Require exact Babel 8 version inassertVersion
(#15955)Updates
@babel/preset-env
from 7.23.2 to 7.23.3Release notes
Sourced from
@babel/preset-env
's releases.Changelog
Sourced from
@babel/preset-env
's changelog.Commits
1bce5c9
v7.23.346ee461
Add a bugfix plugin for https://crbug.com/v8/12421 (#14295)3688240
[babel 8] RemovegetModulesPluginNames
(#15989)c46f000
Refactor handling of modules plugins inpreset-env
(#15988)1e15165
Require exact Babel 8 version inassertVersion
(#15955)0ba00c4
[babel 8] Remove core-js 2 and regenerator from preset-env (#15838)Updates
@babel/preset-react
from 7.22.15 to 7.23.3Release notes
Sourced from
@babel/preset-react
's releases.... (truncated)
Changelog
Sourced from
@babel/preset-react
's changelog.... (truncated)
Commits
1bce5c9
v7.23.31e15165
Require exact Babel 8 version inassertVersion
(#15955)Updates
@testing-library/react
from 14.0.0 to 14.1.0Release notes
Sourced from
@testing-library/react
's releases.Commits
d80319f
feat: add warnings when globals are missing (#1244)c04b8f0
docs: add cmdcolin as a contributor for doc (#1238)5b48916
docs: fix readme CI badge (#1237)6de5f4c
docs(readme): remove deprecated link (#1229)6b4180e
test: Add test for flushing before exitingwaitFor
(#1215)5dc81dc
chore: renamenext
channel tocanary
(#1207)f6c6d96
chore: removestyfle/cancel-workflow-action
usage (#1204)Updates
@types/d3
from 7.4.2 to 7.4.3Commits
Updates
@types/google-protobuf
from 3.15.9 to 3.15.10Commits
Updates
@types/jest
from 29.5.7 to 29.5.8Commits
Updates
@types/lodash
from 4.14.200 to 4.14.201Commits
Updates
@types/object-hash
from 3.0.5 to 3.0.6Commits
Updates
@types/pluralize
from 0.0.32 to 0.0.33Commits
Updates
@types/prop-types
from 15.7.9 to 15.7.10Commits
Updates
@types/react
from 18.2.36 to 18.2.37Commits
Updates
@types/react-dom
from 18.2.14 to 18.2.15Commits
Updates
@types/react-test-renderer
from 18.0.5 to 18.0.6Commits
Updates
@types/react-window
from 1.8.7 to 1.8.8Commits
Updates
@types/route-parser
from 0.1.6 to 0.1.7Commits
Updates
@types/url-parse
from 1.4.10 to 1.4.11Commits
Updates
@typescript-eslint/eslint-plugin
from 6.10.0 to 6.11.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.Commits
06496e2
chore: publish v6.11.0a54a60b
chore: add eslint-utils wrappers around deprecated ESLint methods (#7914)e77616b
chore(eslint-plugin): fixed no-unnecessary-condition complaints (#7837)8e87fac
chore: fix miscellaneous no-unnecessary-condition violations (#7834)72cb9e4
feat(eslint-plugin): no-unsafe-enum-comparison handles switch cases (#7898)99a026f
feat(utils): add ESLintCodePath
selector types (#7551)b6c40b4
feat: allow [email protected] as devDependency (#7821)c4709c2
feat: addno-unsafe-unary-minus
rule (#7390)66cd0c0
feat: add types for flat config files (#7273)a668f5b
fix(eslint-plugin): [no-unnecessary-qualifier] handle nested namespace id (#7...Updates
@typescript-eslint/parser
from 6.10.0 to 6.11.0Release notes
Sourced from
@typescript-eslint/parser
's releases.Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
06496e2
chore: publish v6.11.0Updates
lint-staged
from 15.0.2 to 15.1.0Release notes
Sourced from lint-staged's releases.
Changelog
Sourced from lint-staged's changelog.
Commits
26eee9d
chore(changeset): releasefed0770
docs: update README to mention v13.3.070487af
test: add unit test for uncovered error0423311
docs: add changeset19fe984
refactor: declare some variables0ac8e91
feat: add support forpackage.yaml