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 nextjs-template group in /templates/nextjs with 7 updates #72

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps the nextjs-template group in /templates/nextjs with 7 updates:

Package From To
@kadena/client 0.1.10 1.6.3
@kadena/pactjs-cli 0.0.12 1.6.3
@testing-library/jest-dom 5.17.0 6.1.4
@types/node 18.11.18 20.9.2
@types/react 18.0.26 18.2.37
eslint-config-next 13.5.6 14.0.3
typescript 4.9.4 5.2.2

Updates @kadena/client from 0.1.10 to 1.6.3

Release notes

Sourced from @​kadena/client's releases.

@​kadena/client@​1.6.3

Patch Changes

  • 4bd53128d: Fix createEckoWalletQuicksign to work with updated interface

@​kadena/client@​1.6.2

Change Log - @​kadena/client

1.6.1

Patch Changes

  • 445fb2c7d: Fix pred type for keysets

1.6.0

Patch Changes

  • fa6b84e22: No auto-globals for vitest specs
  • Updated dependencies [1d7d88081]
  • Updated dependencies [d15a6231f]
  • Updated dependencies [fa6b84e22]
    • @​kadena/chainweb-node-client@​0.5.1
    • @​kadena/cryptography-utils@​0.4.1
    • @​kadena/pactjs@​0.4.1

1.5.0

Minor Changes

  • d62a23ffe: Generate provenance statement during npm publish

Patch Changes

  • 69eec056f: Fix the issue with continuation to ensure that the proof is a string before utilizing string methods.
  • fec8dfafd: Upgrade typescript and @types/node dependencies
  • f6c52c340: Expose two new functions:
    • getHostUrl to use with @kadena/client-utils package
    • submitOne to make piping easier. As the piped arguments can be ambiguous (array or single transaction)
  • f1259eafa: Migrate packages from Jest to Vitest
  • Updated dependencies [badc7c2a3]
  • Updated dependencies [831c022c8]
  • Updated dependencies [2a0e92cd1]
  • Updated dependencies [3e00cf2ac]
  • Updated dependencies [c8bbec395]
  • Updated dependencies [b51b86507]
  • Updated dependencies [a664a9535]
  • Updated dependencies [c143687bd]

... (truncated)

Changelog

Sourced from @​kadena/client's changelog.

1.6.3

Patch Changes

  • 4bd53128d: Fix createEckoWalletQuicksign to work with updated interface

1.6.1

Patch Changes

  • 445fb2c7d: Fix pred type for keysets

1.6.0

Patch Changes

  • fa6b84e22: No auto-globals for vitest specs
  • Updated dependencies [1d7d88081]
  • Updated dependencies [d15a6231f]
  • Updated dependencies [fa6b84e22]
    • @​kadena/chainweb-node-client@​0.5.1
    • @​kadena/cryptography-utils@​0.4.1
    • @​kadena/pactjs@​0.4.1

1.5.0

Minor Changes

  • d62a23ffe: Generate provenance statement during npm publish

Patch Changes

  • 69eec056f: Fix the issue with continuation to ensure that the proof is a string before utilizing string methods.
  • fec8dfafd: Upgrade typescript and @types/node dependencies
  • f6c52c340: Expose two new functions:
    • getHostUrl to use with @kadena/client-utils package
    • submitOne to make piping easier. As the piped arguments can be ambiguous (array or single transaction)
  • f1259eafa: Migrate packages from Jest to Vitest
  • Updated dependencies [badc7c2a3]
  • Updated dependencies [831c022c8]
  • Updated dependencies [2a0e92cd1]
  • Updated dependencies [3e00cf2ac]
  • Updated dependencies [c8bbec395]
  • Updated dependencies [b51b86507]
  • Updated dependencies [a664a9535]
  • Updated dependencies [c143687bd]
  • Updated dependencies [591bf035e]
  • Updated dependencies [d62a23ffe]

... (truncated)

Commits
  • 48b533b Update changelogs and bump versions
  • b3cbeff [test] lower coverage threshold temporarily. Need to investigate why some fil...
  • 4bd5312 fix(client): createEckoWalletQuicksign
  • 535f5ce chore(monorepo): force release from changesets/action
  • 7c8888d [test] formatting of package.json
  • 6de44fd [test] Ignore coverage folder while running prettier
  • 4a99b8f [test] add test:watch script to all packages that use vitest
  • ea96a8a [test] Depend on shared vitest config for kadena/client and enable threshold ...
  • 09351c0 [test] default to vitest run, instead of auto watch.
  • 2f48dca Update changelogs and bump versions [skip ci]
  • Additional commits viewable in compare view

Updates @kadena/pactjs-cli from 0.0.12 to 1.6.3

Release notes

Sourced from @​kadena/pactjs-cli's releases.

@​kadena/pactjs-cli@​1.6.3

Patch Changes

  • @​kadena/pactjs-generator@​1.6.3

@​kadena/pactjs-cli@​1.4.0

Patch Changes

  • Updated dependencies [5068b099]
  • Updated dependencies [143d0bef]
    • @​kadena/pactjs-generator@​1.4.0

@​kadena/pactjs-cli@​1.3.0

Patch Changes

  • e8d0e92a: fix issue where shebang was missing in the executable file
  • Updated dependencies [8adef240]
  • Updated dependencies [17230731]
  • Updated dependencies [242b5687]
  • Updated dependencies [17230731]
  • Updated dependencies [0afa85d8]
  • Updated dependencies [f148002c]
    • @​kadena/pactjs-generator@​1.3.0
Changelog

Sourced from @​kadena/pactjs-cli's changelog.

1.6.3

Patch Changes

  • @​kadena/pactjs-generator@​1.6.3

1.6.1

Patch Changes

  • @​kadena/pactjs-generator@​1.6.1

1.6.0

Minor Changes

  • e62a9505e: add option to store modules parse tree to dist

Patch Changes

  • fa6b84e22: No auto-globals for vitest specs
  • Updated dependencies [1d7d88081]
  • Updated dependencies [fa6b84e22]
    • @​kadena/pactjs-generator@​1.6.0

1.5.0

Patch Changes

  • 99ce19b47: Fix index.d.ts by using import instead of export since we use interface merging for types
  • c8bbec395: Fix types in package.json
  • fec8dfafd: Upgrade typescript and @types/node dependencies
  • Updated dependencies [3873e73c4]
  • Updated dependencies [badc7c2a3]
  • Updated dependencies [831c022c8]
  • Updated dependencies [3e00cf2ac]
  • Updated dependencies [99ce19b47]
  • Updated dependencies [a664a9535]
  • Updated dependencies [d62a23ffe]
  • Updated dependencies [fec8dfafd]
  • Updated dependencies [a664a9535]
  • Updated dependencies [c375cb124]
    • @​kadena/pactjs-generator@​1.5.0

1.4.0

Patch Changes

  • Updated dependencies [5068b099]

... (truncated)

Commits
  • 48b533b Update changelogs and bump versions
  • 6de44fd [test] Ignore coverage folder while running prettier
  • 4a99b8f [test] add test:watch script to all packages that use vitest
  • f1fc855 [test] depend on shared vitest config for pactjs-cli.
  • 09351c0 [test] default to vitest run, instead of auto watch.
  • 2f48dca Update changelogs and bump versions [skip ci]
  • 2fe0c3b Merge branch 'main' into release/client
  • 7818e0a chore: format
  • 8025f37 chore: add contributors
  • e926fc0 Update changelogs and bump versions [skip ci]
  • Additional commits viewable in compare view

Updates @testing-library/jest-dom from 5.17.0 to 6.1.4

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.1.4

6.1.4 (2023-10-12)

Bug Fixes

  • upgrade @adobe/css-tools to 4.3.1 to address vulnerability (#532) (44f1eab)

v6.1.3

6.1.3 (2023-09-06)

Bug Fixes

v6.1.2

6.1.2 (2023-08-24)

Bug Fixes

  • bump @​adobe/css-tools for ESM support (#525) (b959a68)

v6.1.1

6.1.1 (2023-08-23)

Bug Fixes

  • package.json: update main and module file paths (#523) (853a3e5)

v6.1.0

6.1.0 (2023-08-23)

Features

v6.0.1

6.0.1 (2023-08-18)

Bug Fixes

  • matchers type is making the global expect unsafe (#513) (bdb34f1)

... (truncated)

Commits
  • 44f1eab fix: upgrade @adobe/css-tools to 4.3.1 to address vulnerability (#532)
  • 6d65999 chore: add jest/vitest version to bug report template (#526)
  • 5b492ac fix: proper @​jest/globals import (#530)
  • b959a68 fix: bump @​adobe/css-tools for ESM support (#525)
  • 853a3e5 fix(package.json): update main and module file paths (#523)
  • 3d834bb feat: manually trigger release (#520)
  • 61d17bd chore: Publish ESM and CJS (#519)
  • bdb34f1 fix: matchers type is making the global expect unsafe (#513)
  • 4b764b9 feat: local types, supporting jest, @​jest/globals, vitest (#511)
  • See full diff in compare view

Updates @types/node from 18.11.18 to 20.9.2

Commits

Updates @types/react from 18.0.26 to 18.2.37

Commits

Updates eslint-config-next from 13.5.6 to 14.0.3

Release notes

Sourced from eslint-config-next's releases.

v14.0.3

Core Changes

  • Update React from 746890329 to 0e352ea01: #58279
  • fix(turbopack): support middleware in src: #58218
  • Update font data: #58317
  • Replace custom Thenable type with native Promises: #58337
  • fix(eslint): next/script beforeInteractive gives warning on appDir: #51148
  • fix: import antd from es in modularizeImports: #57968
  • fix(WellKnownErrorsPlugin): avoid compilation warnings array with empty items: #57768
  • Add experimental support for history.pushState and history.replaceState: #58335
  • Fix: expected "catch all routes" are not matched in “parallel routes": #58368
  • fix: Don't reset shallow URL updates on prefetch: #58297
  • fix: ensure batch values are sharable: #58315
  • fix incorrect fetch cache handling: #58460
  • turbopack: Don't error with legacy server actions boolean: #58416
  • Update turbopack: #58408
  • Upgrade vendored React: #58489
  • Apply next/font to foreign code: #58461
  • Turbopack: Use structured styled text in issue descriptions: #58156
  • onHeaders updates for App Pages: #58410
  • revalidate APIs should make route handlers dynamic: #58466
  • remove optimistic navigation behavior when prefetch is false: #58413
  • fix: set x-forwarded-host based on request: #58500
  • Inline ChildProp: #58519
  • Remove client only dynamic chunks from edge bundle : #56761
  • tweak cache + revalidate fetch warning: #58505

Documentation Changes

  • remove example for router.events as it does not exist: #58286
  • chore(docs): fix typo: #58344
  • docs: Update runtime table: #58361
  • Update 08-parallel-routes.mdx: #58393
  • Docs: Update middleware example snippet: #58488
  • update meta variable to metadata variable so that the meta data updat…: #58396
  • Update 07-error-handling.mdx: #58236
  • docs: Added Kinde auth provider: #58231
  • Update index.mdx: #58210
  • Make example of passing down a Server Action more clear: #57972
  • docs: Fix grammar in Styling section: #58071
  • docs: Fix grammar in Client Components section: #58065
  • docs: Fix grammar in Dynamic Rendering section: #58062
  • Docs: fix grammatical issue in "Data Fetching Patterns" section: #58056
  • Update 02-patterns.mdx: #58032
  • Update 04-ci-build-caching.mdx - Add Jenkins: #58001

Example Changes

  • examples: Update Middleware for CSP: #58300

... (truncated)

Commits

Updates typescript from 4.9.4 to 5.2.2

Release notes

Sourced from typescript's releases.

TypeScript 5.2

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.2 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.2 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm.

TypeScript 5.1.6

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm

TypeScript 5.1.5

... (truncated)

Commits
  • 9684ba6 Cherry-pick fix for cross-file inlay hints (#55476) to release-5.2 and LKG ...
  • 555ef99 Bump version to 5.2.2 and LKG
  • 6074b9d Update LKG for 5.2.1 RC.
  • b778ed1 Merge commit 'e936eb13d2900f21d79553c32a704307c7ad03dd' into release-5.2
  • 10b9962 Bump version to 5.2.1-rc and LKG
  • e936eb1 Update package-lock.json
  • e36cd57 Update package-lock.json
  • 581fba1 Update package-lock.json
  • 8fc8c95 Decorators normative updates (#55276)
  • b1c4dc4 Fix class name references (#55262)
  • Additional commits viewable in compare view

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 nextjs-template group in /templates/nextjs with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@kadena/client](https://github.com/kadena-community/kadena.js/tree/HEAD/packages/libs/client) | `0.1.10` | `1.6.3` |
| [@kadena/pactjs-cli](https://github.com/kadena-community/kadena.js/tree/HEAD/packages/tools/pactjs-cli) | `0.0.12` | `1.6.3` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `5.17.0` | `6.1.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.11.18` | `20.9.2` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.0.26` | `18.2.37` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `13.5.6` | `14.0.3` |
| [typescript](https://github.com/Microsoft/TypeScript) | `4.9.4` | `5.2.2` |


Updates `@kadena/client` from 0.1.10 to 1.6.3
- [Release notes](https://github.com/kadena-community/kadena.js/releases)
- [Changelog](https://github.com/kadena-community/kadena.js/blob/main/packages/libs/client/CHANGELOG.md)
- [Commits](https://github.com/kadena-community/kadena.js/commits/@kadena/[email protected]/packages/libs/client)

Updates `@kadena/pactjs-cli` from 0.0.12 to 1.6.3
- [Release notes](https://github.com/kadena-community/kadena.js/releases)
- [Changelog](https://github.com/kadena-community/kadena.js/blob/main/packages/tools/pactjs-cli/CHANGELOG.md)
- [Commits](https://github.com/kadena-community/kadena.js/commits/@kadena/[email protected]/packages/tools/pactjs-cli)

Updates `@testing-library/jest-dom` from 5.17.0 to 6.1.4
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v5.17.0...v6.1.4)

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

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

Updates `eslint-config-next` from 13.5.6 to 14.0.3
- [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.0.3/packages/eslint-config-next)

Updates `typescript` from 4.9.4 to 5.2.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.9.4...v5.2.2)

---
updated-dependencies:
- dependency-name: "@kadena/client"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nextjs-template
- dependency-name: "@kadena/pactjs-cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nextjs-template
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nextjs-template
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nextjs-template
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nextjs-template
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nextjs-template
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nextjs-template
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 20, 2023
Copy link
Author

dependabot bot commented on behalf of github Nov 21, 2023

Superseded by #75.

@dependabot dependabot bot closed this Nov 21, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/templates/nextjs/main/nextjs-template-f38e935278 branch November 21, 2023 05:52
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants