aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update dependency styled-components to v6.4.0renovate[bot]28 hours2-44/+31
|
* Update all digest updates to v5.42.0renovate[bot]2 days3-434/+349
|
* Update dependency @types/node to v24.12.2renovate[bot]7 days1-3/+3
|
* Update all digest updates to v5.41.1renovate[bot]9 days3-2490/+708
|
* Update dependency styled-components to v6.3.12renovate[bot]2026-03-202-6/+6
|
* Update all digest updates to v5.40.0renovate[bot]2026-03-193-273/+273
|
* Update dependency better-sqlite3 to v12.8.0renovate[bot]2026-03-152-5/+5
|
* Update all digest updates to v5.39.0renovate[bot]2026-03-123-326/+488
|
* Update dependency jest to v30.3.0renovate[bot]2026-03-111-322/+369
|
* Update dependency @types/node to v24.12.0renovate[bot]2026-03-071-3/+3
|
* Update all digest updatesrenovate[bot]2026-03-061-302/+230
|
* Update all digest updates to v5.38.0renovate[bot]2026-03-052-1025/+147
|
* Update dependency fs-extra to v11.3.4renovate[bot]2026-03-041-3/+3
|
* Update dependency @types/node to v24.11.0renovate[bot]2026-03-011-3/+3
|
* Update all digest updatesrenovate[bot]2026-02-273-1243/+1396
|
* Update dependency styled-components to v6.3.11renovate[bot]2026-02-202-6/+6
|
* Update all digest updatesrenovate[bot]2026-02-183-523/+852
|
* Update all digest updatesrenovate[bot]2026-02-123-574/+941
|
* Update dependency @types/node to v24.10.13renovate[bot]2026-02-111-3/+3
|
* Update all digest updatesrenovate[bot]2026-02-092-117/+60
|
* Update changelog for v1.0.1v1.0.1Valentin Popov2026-02-071-1/+6
|
* Merge pull request 'Update mcr.microsoft.com/devcontainers/javascript-node ↵Valentin Popov2026-02-071-1/+1
|\ | | | | | | | | | | Docker tag to v24' (!17) from renovate/mcr.microsoft.com-devcontainers-javascript-node-24.x into master Reviewed-on: https://code.popov.link/valentineus/strapi-plugin-checkbox-list/pulls/17
| * Merge branch 'master' into ↵Valentin Popov2026-02-071-3/+0
| |\ | |/ |/| | | renovate/mcr.microsoft.com-devcontainers-javascript-node-24.x
* | Remove push trigger from RenovateBot workflow in renovate.ymlValentin Popov2026-02-071-3/+0
| |
| * Update mcr.microsoft.com/devcontainers/javascript-node Docker tag to v24renovate[bot]2026-02-071-1/+1
|/
* Update version to 1.0.1 and change dependency `yup` to v1 in CHANGELOG.mdValentin Popov2026-02-073-54/+118
|
* Update dependency yup to v1renovate[bot]2026-02-072-122/+80
|
* Update dependency node to v24renovate[bot]2026-02-074-12/+12
|
* Update repository and homepage URLs in package.json to point to GitHubv1.0.0Valentin Popov2026-02-061-3/+3
|
* Merge pull request 'Update actions/checkout action to v6' (!11) from ↵Valentin Popov2026-02-061-2/+2
|\ | | | | | | | | | | renovate/actions-checkout-6.x into master Reviewed-on: https://code.popov.link/valentineus/strapi-plugin-checkbox-list/pulls/11
* | Update actions/setup-node action to v6renovate[bot]2026-02-061-2/+2
| |
| * Update actions/checkout action to v6renovate[bot]2026-02-061-2/+2
|/
* Upgrade npm version in GitHub Actions workflow for trusted publishingValentin Popov2026-02-061-0/+2
|
* Update GitHub Actions workflow to simplify publish step nameValentin Popov2026-02-061-1/+1
|
* Update GitHub Actions workflow to publish with provenanceValentin Popov2026-02-061-2/+1
| | | | | - Removed the registry URL from the setup-node action for cleaner configuration. - Modified the publish command to include the --provenance flag, enhancing the security and traceability of published packages.
* Update version to 1.0.0 in package.json and package-lock.jsonValentin Popov2026-02-062-3/+3
| | | | - Bumped the version from 0.0.0 to 1.0.0 in both package.json and package-lock.json to reflect the initial release of the plugin.
* Update package-lock.json to reflect dependency changesValentin Popov2026-02-061-53/+125
| | | | | | | | - Upgraded @pkgr/core from version 0.1.2 to 0.2.9 and updated its funding URL. - Added mime-db version 1.52.0 as a dependency for multiple packages. - Updated mime-db to version 1.54.0 in the root dependencies. - Removed outdated dependencies related to jest-snapshot and synckit. - Added new dependencies for prettier-plugin-packagejson.
* Update package.json and GitHub Actions workflow for version consistencyValentin Popov2026-02-062-2/+18
| | | | | | - Changed the repository URL in package.json from SSH to HTTPS for better accessibility. - Updated the homepage URL in package.json to remove the #readme fragment. - Added a step in the GitHub Actions workflow to ensure that the tag matches the package version before publishing, enhancing version control integrity.
* Add GitHub Actions workflow for publishing pluginValentin Popov2026-02-061-12/+9
| | | | | | | - Introduced a new workflow file (.github/workflows/publish.yml) to automate the publishing process for the plugin. - Configured jobs for testing and publishing to NPM upon version tag pushes. - Included steps for dependency installation, plugin building, and verification before publishing. - Ensured integration tests are run in the playground environment before publishing the plugin.
* Merge pull request 'Update dependency mime-types to v3' (#10) from ↵Valentin Popov2026-02-062-6/+127
|\ | | | | | | | | | | renovate/mime-types-3.x into master Reviewed-on: https://code.popov.link/valentineus/strapi-plugin-checkbox-list/pulls/10
| * Update dependency mime-types to v3renovate[bot]2026-02-062-6/+127
| |
* | Update dependency jest to v30renovate[bot]2026-02-062-772/+1090
|/
* Add CHANGELOG.md to document project updates and version historyValentin Popov2026-02-061-0/+27
| | | | | | - Introduced a new CHANGELOG.md file to track notable changes in the project. - Documented the initial release (1.0.0) with details on added features, documentation improvements, and licensing information. - Adheres to the Keep a Changelog format and Semantic Versioning.
* Update maintainer contact format in README.md to use a mailto link for ↵Valentin Popov2026-02-061-1/+1
| | | | better accessibility.
* Remove specific Strapi version requirement from README.mdValentin Popov2026-02-061-1/+0
|
* Merge pull request 'Update actions/checkout action to v6' (#7) from ↵Valentin Popov2026-02-062-3/+3
|\ | | | | | | | | | | renovate/actions-checkout-6.x into master Reviewed-on: https://code.popov.link/valentineus/strapi-plugin-checkbox-list/pulls/7
* | Update actions/setup-node action to v6renovate[bot]2026-02-062-3/+3
| |
| * Update actions/checkout action to v6renovate[bot]2026-02-062-3/+3
|/
* Add .npmignore, LICENSE.txt, and update README.mdValentin Popov2026-02-065-4/+204
| | | | | | | - Created a .npmignore file to exclude unnecessary files and directories from npm packages. - Added LICENSE.txt to specify the licensing terms for the project. - Expanded README.md to include detailed plugin features, installation instructions, usage guidelines, and contribution information. - Updated package.json to reflect new repository URLs for issues and homepage.
* Refactor Gitea workflow and update package dependenciesValentin Popov2026-02-066-2216/+1481
| | | | | | - Simplified the Gitea workflow by removing the E2E testing section and renaming the integration tests job. - Updated package-lock.json to include new dependencies for escape-string-regexp and removed outdated dependencies. - Removed Playwright configuration and related test files from the playground directory to streamline testing processes.