Skip to content
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-and-patch group across 2 directories with 6 updates #39

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps the minor-and-patch group with 4 updates in the /backend directory: @hypermode/modus-sdk-as, json-as, typescript and typescript-eslint.
Bumps the minor-and-patch group with 3 updates in the /frontend directory: typescript, @heroicons/react and @types/node.

Updates @hypermode/modus-sdk-as from 0.13.4 to 0.14.1

Release notes

Sourced from @​hypermode/modus-sdk-as's releases.

sdk/assemblyscript/v0.14.1

No release notes provided.

sdk/go/v0.14.1

No release notes provided.

runtime/v0.14.0

  • feat: Apply in-code documentation to generated GraphQL #519
  • feat: Reduce logger output during development #576
  • chore: Trigger internal release pipeline at the end of the release-runtime workflow #577
  • feat: Add API explorer to runtime #578
  • feat: Add API explorer component to runtime #584
  • fix: logic for jwks endpoint unmarshalling was incorrect #594
  • chore: Refactoring schema generation #605

sdk/assemblyscript/v0.14.0

No release notes provided.

sdk/go/v0.14.0

  • Capture Go doc comments #519

cli/v0.13.9

No release notes provided.

cli/v0.13.8

  • fix: Make modus --version just print modus CLI's version #563
  • fix: implement retry and caching for CLI downloads #571 #574

cli/v0.13.7

  • Automatically generate and push releases info to R2 bucket on every release #526
  • Consistent help + print enum options + validate SDK prereq #542
    • Consistent padding in the help section
    • modus new: Enum options need to print possible options
    • Validate SDK prereq immediately after choosing SDK
    • modus sdk remove: Use select prompt to allow selection
  • For CLI to track non-prereleases, pull from releases json to remove rate limiting issues from github releases #543
  • Modify isOnline in CLI to query releases.json #544
  • remove all github api call references, add prerelease support to CLI #545
  • Add CLI build CI #547
  • Add CLI Lint CI #550
  • Update installer script #551

cli/v0.13.6

  • modus new: Initialize git repo on interactive flow #538
  • modus new: Skip confirmation if all required params are provided #539
  • modus new: Fix issues with Go/TinyGo version detection #540

cli/v0.13.5

  • Use <adj>-<noun> for default app name. #528

... (truncated)

Changelog

Sourced from @​hypermode/modus-sdk-as's changelog.

2024-11-23 - AssemblyScript SDK 0.14.1

  • Update sdk/runtime compatibility file #610

2024-11-23 - Go SDK 0.14.1

  • Update sdk/runtime compatibility file #610

2024-11-23 - AssemblyScript SDK 0.14.0

  • Capture jsdoc comments #519

2024-11-23 - Go SDK 0.14.0

  • Capture Go doc comments #519

2024-11-20 - CLI 0.13.9

  • feat: use user provided name for package.json and go.mod #595
  • feat: Add scarf to track installs and modus new #596

2024-11-18 - AssemblyScript SDK 0.13.5

  • Update json-as to 0.9.26 to fix stack overflow error #586
  • Updated various other dependencies

2024-11-08 - CLI 0.13.8

  • fix: Make modus --version just print modus CLI's version #563
  • fix: implement retry and caching for CLI downloads #571 #574

2024-11-08 - Runtime 0.13.2

  • fix: Introspection query should succeed when only mutations exist #558
  • ci: Add secrets: inherit when calling release-info workflow #555
  • chore: Refactor metadata dependencies #564
  • chore: Use Go workspace to simplify project dependencies #565
  • fix: "WASM Host not found in context" error on shutdown #566
  • fix: __typename should succeed on root fields #573
Commits

Updates json-as from 0.9.21 to 0.9.26

Changelog

Sourced from json-as's changelog.

v0.9.26 - Remove unnecessary dependencies

[UNRELEASED] v1.0.0

  • Allow nullable primitives
  • Port over JSON.Value
  • Performance improvements
  • Add SIMD support
  • Introduce options
  • Custom serializers
  • Support arbitrary-length integers (@​hypercubed/as-mpz)
  • Remove as-container (Box)
Commits

Updates typescript from 5.6.3 to 5.7.2

Release notes

Sourced from typescript's releases.

TypeScript 5.7

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.7 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • d701d90 Bump version to 5.7.2 and LKG
  • 0503a63 🤖 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 LKG
  • 3ee2b95 🤖 Pick PR #60415 (Fix false positive rewriteRelativeI...) into release-5.7 (#...
  • 44bd3f2 Bump version to 5.7.1-rc and LKG
  • 5925c81 Update LKG
  • 84d58cf Merge remote-tracking branch 'origin/main' into release-5.7
  • 0ec4d30 Fixing exception on unsaved file (#60362)
  • 11b2930 Add compatible overloads that accept ArrayBuffer to BigInt64Array/BigUint64Ar...
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.14.0 to 8.15.0

Release notes

Sourced from typescript-eslint's releases.

v8.15.0

8.15.0 (2024-11-18)

🚀 Features

  • eslint-plugin: added related-getter-setter-pairs rule (#10192)
  • eslint-plugin: new rule no-unsafe-type-assertion (#10051)
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#10299)
  • rule-tester: run method - avoid to infer type parameter from tests param (#10324)
  • typescript-eslint: allow infinitely deep array nesting in config function and extends (#10333)
  • utils: add new optional language field to FlatConfig.Config type (#10326)

🩹 Fixes

  • add missing peer dependencies (#9744)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#10301)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#10314)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#10315)
  • eslint-plugin: report deprecations used in default export (#10330)
  • utils: add defaultOptions to meta in rule (#10339)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.15.0 (2024-11-18)

🚀 Features

  • typescript-eslint: allow infinitely deep array nesting in config function and extends (#10333)
  • eslint-plugin: new rule no-unsafe-type-assertion (#10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#10192)

🩹 Fixes

  • add missing peer dependencies (#9744)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • 2444351 chore(release): publish 8.15.0
  • b351703 feat(typescript-eslint): allow infinitely deep array nesting in config functi...
  • 00a3a84 fix: add missing peer dependencies (#9744)
  • 9ebdff4 feat(eslint-plugin): new rule no-unsafe-type-assertion (#10051)
  • 0409851 feat(eslint-plugin): added related-getter-setter-pairs rule (#10192)
  • See full diff in compare view

Updates typescript from 5.6.3 to 5.7.2

Release notes

Sourced from typescript's releases.

TypeScript 5.7

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.7 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • d701d90 Bump version to 5.7.2 and LKG
  • 0503a63 🤖 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 LKG
  • 3ee2b95 🤖 Pick PR #60415 (Fix false positive rewriteRelativeI...) into release-5.7 (#...
  • 44bd3f2 Bump version to 5.7.1-rc and LKG
  • 5925c81 Update LKG
  • 84d58cf Merge remote-tracking branch 'origin/main' into release-5.7
  • 0ec4d30 Fixing exception on unsaved file (#60362)
  • 11b2930 Add compatible overloads that accept ArrayBuffer to BigInt64Array/BigUint64Ar...
  • Additional commits viewable in compare view

Updates @heroicons/react from 2.1.5 to 2.2.0

Release notes

Sourced from @​heroicons/react's releases.

v2.2.0

Added

  • Add React 19 support (#1247)

Fixed

  • Removed unnecessary clipping path from solid/arrow-left-circle (#1211)
Changelog

Sourced from @​heroicons/react's changelog.

[2.2.0] - 2024-11-18

Added

  • Add React 19 support (#1247)

Fixed

  • Removed unnecessary clipping path from solid/arrow-left-circle (#1211)
Commits

Updates @types/node from 22.9.0 to 22.9.3

Commits

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

Bumps the minor-and-patch group with 4 updates in the /backend directory: [@hypermode/modus-sdk-as](https://github.com/hypermodeinc/modus), [json-as](https://github.com/JairusSW/as-json), [typescript](https://github.com/microsoft/TypeScript) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).
Bumps the minor-and-patch group with 3 updates in the /frontend directory: [typescript](https://github.com/microsoft/TypeScript), [@heroicons/react](https://github.com/tailwindlabs/heroicons) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@hypermode/modus-sdk-as` from 0.13.4 to 0.14.1
- [Release notes](https://github.com/hypermodeinc/modus/releases)
- [Changelog](https://github.com/hypermodeinc/modus/blob/main/CHANGELOG.md)
- [Commits](hypermodeinc/modus@cli/v0.13.4...sdk/go/v0.14.1)

Updates `json-as` from 0.9.21 to 0.9.26
- [Changelog](https://github.com/JairusSW/as-json/blob/master/CHANGELOG)
- [Commits](https://github.com/JairusSW/as-json/commits)

Updates `typescript` from 5.6.3 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.6.3...v5.7.2)

Updates `typescript-eslint` from 8.14.0 to 8.15.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.15.0/packages/typescript-eslint)

Updates `typescript` from 5.6.3 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.6.3...v5.7.2)

Updates `@heroicons/react` from 2.1.5 to 2.2.0
- [Release notes](https://github.com/tailwindlabs/heroicons/releases)
- [Changelog](https://github.com/tailwindlabs/heroicons/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/heroicons@v2.1.5...v2.2.0)

Updates `@types/node` from 22.9.0 to 22.9.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@hypermode/modus-sdk-as"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: json-as
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@heroicons/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 25, 2024
Copy link

vercel bot commented Nov 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hyper-commerce ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 25, 2024 2:26am
hyper-commerce-vdeo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 25, 2024 2:26am

@ryanfoxtyler ryanfoxtyler merged commit b7f87e4 into main Nov 25, 2024
5 checks passed
@ryanfoxtyler ryanfoxtyler deleted the dependabot/npm_and_yarn/backend/minor-and-patch-3ea3b37f90 branch November 25, 2024 02:27
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
Development

Successfully merging this pull request may close these issues.

1 participant