-
Notifications
You must be signed in to change notification settings - Fork 2k
chore(deps): bump the kitchen-sink group in /examples/kitchen-sink with 6 updates #9988
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
Merged
anthonyshew
merged 1 commit into
main
from
dependabot-npm_and_yarn-examples-kitchen-sink-kitchen-sink-c9f71aaeab
Feb 17, 2025
Merged
chore(deps): bump the kitchen-sink group in /examples/kitchen-sink with 6 updates #9988
anthonyshew
merged 1 commit into
main
from
dependabot-npm_and_yarn-examples-kitchen-sink-kitchen-sink-c9f71aaeab
Feb 17, 2025
+433
−180
Conversation
This file contains hidden or 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 kitchen-sink group in /examples/kitchen-sink with 6 updates: | Package | From | To | | --- | --- | --- | | [@vercel/analytics](https://github.com/vercel/analytics/tree/HEAD/packages/web) | `1.4.1` | `1.5.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.23.0` | `8.24.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.23.0` | `8.24.0` | | [globals](https://github.com/sindresorhus/globals) | `15.14.0` | `15.15.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.23.0` | `8.24.0` | | [bunchee](https://github.com/huozhi/bunchee) | `6.3.2` | `6.4.0` | Updates `@vercel/analytics` from 1.4.1 to 1.5.0 - [Release notes](https://github.com/vercel/analytics/releases) - [Commits](https://github.com/vercel/analytics/commits/1.5.0/packages/web) Updates `@typescript-eslint/eslint-plugin` from 8.23.0 to 8.24.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/v8.24.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.23.0 to 8.24.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/v8.24.0/packages/parser) Updates `globals` from 15.14.0 to 15.15.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.14.0...v15.15.0) Updates `typescript-eslint` from 8.23.0 to 8.24.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.24.0/packages/typescript-eslint) Updates `bunchee` from 6.3.2 to 6.4.0 - [Release notes](https://github.com/huozhi/bunchee/releases) - [Commits](huozhi/bunchee@v6.3.2...v6.4.0) --- updated-dependencies: - dependency-name: "@vercel/analytics" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kitchen-sink - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: kitchen-sink - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: kitchen-sink - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor dependency-group: kitchen-sink - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: kitchen-sink - dependency-name: bunchee dependency-type: direct:development update-type: version-update:semver-minor dependency-group: kitchen-sink ... Signed-off-by: dependabot[bot] <support@github.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
anthonyshew
approved these changes
Feb 17, 2025
This was referenced Feb 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: examples
Improvements or additions to examples
needs: triage
New issues get this label. Remove it after triage
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 kitchen-sink group in /examples/kitchen-sink with 6 updates:
1.4.1
1.5.0
8.23.0
8.24.0
8.23.0
8.24.0
15.14.0
15.15.0
8.23.0
8.24.0
6.3.2
6.4.0
Updates
@vercel/analytics
from 1.4.1 to 1.5.0Release notes
Sourced from
@vercel/analytics
's releases.Commits
9a90468
chore: release 1.5.0 (#165)Updates
@typescript-eslint/eslint-plugin
from 8.23.0 to 8.24.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.Commits
87d72ba
chore(release): publish 8.24.0ac8dde0
feat(eslint-plugin): [no-unnecessary-condition] make `allowConstantLoopCondit...7acfb5f
fix(eslint-plugin): [no-misused-spread] correct and elaborate string spread r...d30a497
fix(eslint-plugin): [restrict-plus-operands] report adding bigints to strings...bcdf560
docs(eslint-plugin): [prefer-nullish-coalescing] streamline code examples (#1...Updates
@typescript-eslint/parser
from 8.23.0 to 8.24.0Release notes
Sourced from
@typescript-eslint/parser
's releases.Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
87d72ba
chore(release): publish 8.24.0Updates
globals
from 15.14.0 to 15.15.0Release notes
Sourced from globals's releases.
Commits
8a43ab6
15.15.0445df81
Regenerate vitest globals (#279)504276b
Fix "Update" job (#277)Updates
typescript-eslint
from 8.23.0 to 8.24.0Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
87d72ba
chore(release): publish 8.24.0Updates
bunchee
from 6.3.2 to 6.4.0Release notes
Sourced from bunchee's releases.
Commits
d6af8c3
6.4.08b0e420
chore: update tsx cases and tsx examples2a0bf5b
enhance: simplfy chunk type (#660)9ccc5aa
chore: bump mini versions of deps406d9ac
feat: --success arg (#659)53d1011
Fix condition matching (#658)dd38370
fix: treatdefault
condition as esm or cjs (#657)1002f00
patch: enable sourcemap when minify by default (#655)d1fb250
6.3.4f0b8adf
fix: prefer to use the same exports name if possible (#653)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