The-Mycelium-Network / webworkbook

A curated, digital, interactive book outlining a course of study with curated notes and exercises. Helping you build a web accessible by all through best practices, ethics, compassion and sustainability.
https://webworkbook.dev
MIT License
7 stars 13 forks source link

chore(deps): Bump @tinacms/cli from 1.0.5 to 1.5.33 #150

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps @tinacms/cli from 1.0.5 to 1.5.33.

Changelog

Sourced from @​tinacms/cli's changelog.

1.5.33

Patch Changes

  • a65ca13f2: ## TinaCMS Self hosted Updates

    Changes in the database file

    Deprecations and Additions

    • Deprecated: onPut, onDelete, and level arguments in createDatabase.
    • Added: databaseAdapter to replace level.
    • Added: gitProvider to substitute onPut and onDelete.
    • New Package: tinacms-gitprovider-github, exporting the GitHubProvider class.
    • Interface Addition: gitProvider added to @tinacms/graphql.
    • Addition: Generated database client.

    Updated database.ts Example

    import { createDatabase, createLocalDatabase } from '@tinacms/datalayer'
    import { MongodbLevel } from 'mongodb-level'
    import { GitHubProvider } from 'tinacms-gitprovider-github'
    

    const isLocal = process.env.TINA_PUBLIC_IS_LOCAL === 'true'

    export default isLocal ? createLocalDatabase() : createDatabase({ gitProvider: new GitHubProvider({ branch: process.env.GITHUB_BRANCH, owner: process.env.GITHUB_OWNER, repo: process.env.GITHUB_REPO, token: process.env.GITHUB_PERSONAL_ACCESS_TOKEN, }), databaseAdapter: new MongodbLevel<string, Record<string, any>>({ collectionName: 'tinacms', dbName: 'tinacms', mongoUri: process.env.MONGODB_URI, }), namespace: process.env.GITHUB_BRANCH, })

    Migrating database.ts

    a. Replacing onPut and onDelete with gitProvider

    • GitHubProvider Usage: Replace onPut and onDelete with gitProvider, using the provided GitHubProvider for GitHub.

... (truncated)

Commits
  • afeb8d9 Version Packages (#4346)
  • a65ca13 feat: self-hosting improvements (#4310)
  • 251a954 Version Packages (#4279)
  • 56cbd96 Capitalize the H in GitHub
  • 7eb8dca log the location of the html file for the CMS SPA
  • a937aab Add support for build.basePath to be an environment variable, remove token be...
  • 0a5bd4a Version Packages
  • a58c5b1 fix: exit and log when parse errors occur during indexing (#4259)
  • 1021e9e Merge branch 'main' of github.com:tinacms/tinacms into partial-queries
  • 4ca71d8 Ensure errors are returned from the request payload for generated queries
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
netlify[bot] commented 11 months ago

Deploy Preview for sensational-bavarois-a9a7b8 ready!

Name Link
Latest commit 71260bec672452ab36985075507013cc588a142c
Latest deploy log https://app.netlify.com/sites/sensational-bavarois-a9a7b8/deploys/655b7fd722cf9f000896777a
Deploy Preview https://deploy-preview-150--sensational-bavarois-a9a7b8.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

dependabot[bot] commented 11 months ago

Superseded by #151.