-
Notifications
You must be signed in to change notification settings - Fork 0
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 minor-patch group with 7 updates #107
Closed
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 minor-patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [@apollo/sandbox](https://github.com/apollographql/embeddable-explorer) | `2.6.0` | `2.7.0` | | [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) | `7.16.0` | `7.17.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.26` | `20.16.5` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.8` | `14.2.11` | | [jose](https://github.com/panva/jose) | `5.8.0` | `5.9.2` | | [next](https://github.com/vercel/next.js) | `14.2.8` | `14.2.11` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` | Updates `@apollo/sandbox` from 2.6.0 to 2.7.0 - [Release notes](https://github.com/apollographql/embeddable-explorer/releases) - [Commits](https://github.com/apollographql/embeddable-explorer/compare/@apollo/[email protected]...@apollo/[email protected]) Updates `@mui/x-data-grid` from 7.16.0 to 7.17.0 - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.17.0/packages/x-data-grid) Updates `@types/node` from 20.11.26 to 20.16.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-config-next` from 14.2.8 to 14.2.11 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v14.2.11/packages/eslint-config-next) Updates `jose` from 5.8.0 to 5.9.2 - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md) - [Commits](panva/jose@v5.8.0...v5.9.2) Updates `next` from 14.2.8 to 14.2.11 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.8...v14.2.11) Updates `typescript` from 5.5.4 to 5.6.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.4...v5.6.2) --- updated-dependencies: - dependency-name: "@apollo/sandbox" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: "@mui/x-data-grid" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: eslint-config-next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: jose dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@dependabot ignore @types/node minor version |
OK, I won't notify you about version 20.16.x of @types/node again, unless you unignore it. |
Superseded by #108. |
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
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 minor-patch group with 7 updates:
2.6.0
2.7.0
7.16.0
7.17.0
20.11.26
20.16.5
14.2.8
14.2.11
5.8.0
5.9.2
14.2.8
14.2.11
5.5.4
5.6.2
Updates
@apollo/sandbox
from 2.6.0 to 2.7.0Commits
bc572cb
Merge pull request #301 from apollographql/changeset-release/main3274a4e
Version Packagesf82e54a
Merge pull request #300 from apollographql/taylor/connectors-debuggingbbcdabf
including changesetcc47638
adding initialRequestConnectorsDebuggingUpdates
@mui/x-data-grid
from 7.16.0 to 7.17.0Release notes
Sourced from
@mui/x-data-grid
's releases.... (truncated)
Changelog
Sourced from
@mui/x-data-grid
's changelog.... (truncated)
Commits
67b6e27
v7.17.0 (#14596)2bd21e8
[DataGrid] Workaround for failing jsdom tests caused by:has
selectors (#14...3072871
[DataGrid] Fix Voice Over reading the column name twice (#14482)9b6b52a
[DataGrid] Refactor string operator filter functions (#14564)dd98382
[core] Move warning methods to@mui/x-internals
(#14528)b27d6bc
[l10n] Improve Hungarian (hu-HU) locale (#14506)f9e4b84
[DataGrid] Add "does not equal" and "does not contain" filter operators (#14489)Updates
@types/node
from 20.11.26 to 20.16.5Commits
Updates
eslint-config-next
from 14.2.8 to 14.2.11Release notes
Sourced from eslint-config-next's releases.
Commits
bfbc92a
v14.2.11937651f
v14.2.106fa8982
v14.2.9Updates
jose
from 5.8.0 to 5.9.2Release notes
Sourced from jose's releases.
... (truncated)
Changelog
Sourced from jose's changelog.
Commits
a5e4cbc
chore(release): 5.9.2ccf0cda
refactor(types): remove index signatures from JWK interfacesbcf2de2
chore: cleanup after release2eca441
chore(release): 5.9.190a93dc
fix(types): add missing index signature on the convenience JWK types092dadf
docs: update JWK docs746c727
chore: cleanup after releasebe70238
chore(release): 5.9.0c6302ea
feat: allow JWK objects as "key" input to sign and verify0c93b0c
test: update Firefox X25519 expectationsUpdates
next
from 14.2.8 to 14.2.11Release notes
Sourced from next's releases.
Commits
bfbc92a
v14.2.11fa51ff5
fix: correct metadata url suffix (#69959) (#70042)276ddf3
fix: settingassetPrefix
to URL format breaks HMR (#70040)9954a21
Update revalidateTag to batch tags in one request (#65296)937651f
v14.2.107ed7f12
Remove invalid fallback revalidate value (#69990)99de057
Revert server action optimization (#69925)24647b9
Add ability to customize Cache-Control (#69802)6fa8982
v14.2.97998745
test: lock ts type check (#69889)Updates
typescript
from 5.5.4 to 5.6.2Release notes
Sourced from typescript's releases.
Commits
a7e3374
Bump version to 5.6.2 and LKG2063357
🤖 Pick PR #59708 (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...4fe7e41
🤖 Pick PR #59670 (fix(59649): ts Move to a new file d...) into release-5.6 (#...1a03e53
🤖 Pick PR #59761 (this
can be nullish) into release-5.6 (#59762)6212132
Update LKGbbb5faf
🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...e6914a5
Bump version to 5.6.1-rc and LKG34121c4
Update LKG2a30c2a
Merge remote-tracking branch 'origin/main' into release-5.6936a79b
Expose TypeChecker. getAwaitedType to public (#59268)Most Recent Ignore Conditions Applied to This Pull Request
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