{"id":51227935,"url":"https://github.com/yardinternet/gutenberg-packages","last_synced_at":"2026-06-28T13:01:38.510Z","repository":{"id":333837059,"uuid":"238950059","full_name":"yardinternet/gutenberg-packages","owner":"yardinternet","description":"Monorepo that contains all Gutenberg related npm packages","archived":false,"fork":false,"pushed_at":"2026-06-24T11:59:25.000Z","size":26352,"stargazers_count":2,"open_issues_count":16,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-06-24T13:22:04.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"eupl-1.2","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yardinternet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-02-07T14:53:33.000Z","updated_at":"2026-06-19T21:43:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/yardinternet/gutenberg-packages","commit_stats":null,"previous_names":["yardinternet/gutenberg-packages"],"tags_count":397,"template":false,"template_full_name":null,"purl":"pkg:github/yardinternet/gutenberg-packages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardinternet%2Fgutenberg-packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardinternet%2Fgutenberg-packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardinternet%2Fgutenberg-packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardinternet%2Fgutenberg-packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yardinternet","download_url":"https://codeload.github.com/yardinternet/gutenberg-packages/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardinternet%2Fgutenberg-packages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34889047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-28T13:01:36.133Z","updated_at":"2026-06-28T13:01:38.494Z","avatar_url":"https://github.com/yardinternet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gutenberg Packages\n\nContains several packages that are used in Yard | Digital Agency WordPress projects.\n\n## 👷‍♀️ Package Development\n\n### Initial Setup\n\n1. Copy `.npmrc.example` to `.npmrc` and add your tokens.\n2. Run `npm install` in the root directory to install all dependencies for all packages.\n\n### Developing package in project or theme\n\n1. Run `npm link` inside the `gutenberg-package/packages/\u003cpackage\u003e` directory.\n2. Run `npm link \u003cpackage-json-name\u003e` inside the project or theme directory.\n\nThis creates a symbolic link between the packages, allowing you to work on the package while making changes in the project or theme by running `npm start`.\n\n### Unlink\n\n1. To unlink a package from your theme, run `npm unlink --no-save \u003cpackage\u003e`.\n\nNote: Omitting `--no-save` will remove the package from your `package.json` file.\n\n2. Run `npm unlink` inside the `gutenberg-package/packages/\u003cpackage\u003e` directory.\n\nAlternatively, running `npm install` in your theme will also remove the linked version.\n\n## 🚀 Releasing packages\n\nRun `HUSKY=0 lerna publish` to publish packages to the GitHub Package Registry. Lerna checks each package for changes and lets you decide which version to upgrade. It then pushes the changes to GitHub.\n\nAs a general rule, only update packages from the master branch. For feature branches or development, you can publish alpha releases.\n\n### How lerna identifies package changes\n\nLerna identifies individual package changes, even when the package itself is not modified. For example, if a package called `package-foo` depends on `package-bar`, and you make changes to `package-bar`, Lerna will update the `package.json` file of `package-foo`.\n\n### Recover from a failed publish\n\nLerna uses git tags to track published versions. If a publish fails, you need to remove these tags and the newly created commits and try again. Here's how to recover:\n\n1. Check which tags were created. Remove them from origin `git push -d origin {tagname}`\n2. Sync your local tags with the tags from origin `git fetch --prune --prune-tags`\n3. Remove the created commits `git reset HEAD~{number-of-commits} --hard`\n4. Push your git history `git push --force-with-lease`\n\nAfter completing these steps, address the issue that caused the publish to fail and try publishing again.\n\n## 🎨 Formatting \u0026 Linting\n\nThis repository includes built-in support for ESLint and Prettier. Husky ensures that all files are automatically formatted and linted with each commit. Additionally, a GitHub action runs to verify and enforce code formatting and linting with every commit.\n\n## About us\n\n[![banner](https://raw.githubusercontent.com/yardinternet/.github/refs/heads/main/profile/assets/small-banner-github.svg)](https://www.yard.nl/werken-bij/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyardinternet%2Fgutenberg-packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyardinternet%2Fgutenberg-packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyardinternet%2Fgutenberg-packages/lists"}