-
Notifications
You must be signed in to change notification settings - Fork 12
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 patch-minor-dependencies group with 6 updates #659
Merged
nilben
merged 3 commits into
master
from
dependabot/npm_and_yarn/patch-minor-dependencies-ac5e02c0a8
Nov 30, 2023
Merged
Bump the patch-minor-dependencies group with 6 updates #659
nilben
merged 3 commits into
master
from
dependabot/npm_and_yarn/patch-minor-dependencies-ac5e02c0a8
Nov 30, 2023
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 patch-minor-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [esbuild](https://github.com/evanw/esbuild) | `0.19.6` | `0.19.8` | | [@storybook/test-runner](https://github.com/storybookjs/test-runner) | `0.15.1` | `0.15.2` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.37` | `18.2.38` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.15` | `18.2.17` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.2` | | [tsup](https://github.com/egoist/tsup) | `8.0.0` | `8.0.1` | Updates `esbuild` from 0.19.6 to 0.19.8 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.19.6...v0.19.8) Updates `@storybook/test-runner` from 0.15.1 to 0.15.2 - [Release notes](https://github.com/storybookjs/test-runner/releases) - [Changelog](https://github.com/storybookjs/test-runner/blob/v0.15.2/CHANGELOG.md) - [Commits](storybookjs/test-runner@v0.15.1...v0.15.2) Updates `@types/react` from 18.2.37 to 18.2.38 - [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.15 to 18.2.17 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `typescript` from 5.2.2 to 5.3.2 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.2.2...v5.3.2) Updates `tsup` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/egoist/tsup/releases) - [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json) - [Commits](egoist/tsup@v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-minor-dependencies - dependency-name: "@storybook/test-runner" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-minor-dependencies - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-minor-dependencies - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-minor-dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-minor-dependencies - dependency-name: tsup dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-minor-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Nov 27, 2023
🦋 Changeset detectedLatest commit: 3d84de8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
nilben
approved these changes
Nov 30, 2023
nilben
deleted the
dependabot/npm_and_yarn/patch-minor-dependencies-ac5e02c0a8
branch
November 30, 2023 07:45
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 patch-minor-dependencies group with 6 updates:
0.19.6
0.19.8
0.15.1
0.15.2
18.2.37
18.2.38
18.2.15
18.2.17
5.2.2
5.3.2
8.0.0
8.0.1
Updates
esbuild
from 0.19.6 to 0.19.8Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
e97bd67
publish 0.19.8 to npm65b3058
mention the treemap in the release notes (#2848)16883d4
add whitespace change to release notes7383d0d
decorators: printing preserves newline-tail status7edc83d
reword an experimental decorators error messagef3d5352
remove a now-unused fielde755189
ts: forbid regular decorators ondeclare
fields69c9e7f
allow decorators to come afterexport
(#104)7baefdb
fix a panic with "export default interface\n"a8313d2
use "check" for decorator validation, not "guess"Updates
@storybook/test-runner
from 0.15.1 to 0.15.2Release notes
Sourced from
@storybook/test-runner
's releases.... (truncated)
Changelog
Sourced from
@storybook/test-runner
's changelog.Commits
5940ef8
Bump version to: 0.15.2 [skip ci]dc5c55f
Update CHANGELOG.md [skip ci]ef85eb8
Merge pull request #399 from storybookjs/next53fdd0f
Merge pull request #353 from legobeat/ci-node-versionsf52971c
remove storystorev7 flag as it's not needed anymore7e66afc
Merge branch 'next' into ci-node-versions6ea74ef
update actionsb42cd64
Remove node 14 from engines fielddb1b66a
Merge pull request #398 from storybookjs/docs/react-native-remarkbc457cf
add react native remark to troubleshooting sectionUpdates
@types/react
from 18.2.37 to 18.2.38Commits
Updates
@types/react-dom
from 18.2.15 to 18.2.17Commits
Updates
typescript
from 5.2.2 to 5.3.2Release notes
Sourced from typescript's releases.
Commits
27047e3
Update LKG.d09b1bf
Pick #56449 into release-5.3 (#56451)e2a5d45
Update LKG.756efd2
Fixes for release-5.3. (#56424)88f80c7
Update LKG5823785
Merge remote-tracking branch 'origin/main' into release-5.33e12250
Allow of inawait using
declarations in for-of loops (#55558)b86883f
Bump version to 5.3.1-rc and LKGe2234f6
Update LKG826bea9
Merge remote-tracking branch 'origin/main' into release-5.3Updates
tsup
from 8.0.0 to 8.0.1Release notes
Sourced from tsup's releases.
Commits
8c26e63
fix(experimental-dts): make--experimental-dts
to be compatible with `--cle...731f43f
fix(experimental-dts): only include exported declarations (#1039)d8a203c
chore(ci): automatically format code (#1035)f83baf8
fix(dts): ensure chunks conform to bundle format (#1034)51b5a00
docs: correct minimal version for--experimental-dts
flag (#1038)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