-
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge all fix #24
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
Merge all fix #24
Conversation
The path to key configuration in ThemeSwitcher component was not correctly set. Configurations were using dots ('.') instead of slashes ('/') as separators. The correction ensures ThemeSwitcher can now access the proper keys in the configuration and function as intended.
ThemeSwitcher component has been imported in newly added lazy.js for lazy loading. Additionally, CSS files in the resources directory were renamed to SCSS to indicate use of SASS preprocessor. It will help in better organization of CSS and will allow use of SASS features for efficient styling.
The Livewire Component class has been used to define two new macros: notify and notifyFlash in the LazyUiServiceProvider class. These macros will help in managing notifications in the application more efficiently. Now, it's easy to dispatch a notification or flash a notification to the session using these Livewire Component macros.
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…/checkout-4 Bump actions/checkout from 3 to 4
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v4...v5) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…weifel/git-auto-commit-action-5 Bump stefanzweifel/git-auto-commit-action from 4 to 5
There was an issue where there could potentially be a non-string value passed as a key in LazyComponent class. This was fixed by casting the key to string before it's converted to lower case. This ensures the value passed is always string, preventing potential errors or bugs.
Implemented functionality for theme selection to be remembered across different sessions. Installed the 'persist' directive in the 'themeswitcher.blade.php' file to ensure consistent user experience.
Optimized the form toggle functionality in two blade files. Unnecessary codes were removed and 'lazy-toggle' component was introduced to make the code cleaner and improve maintenance. The 'props' and 'php' sections were uncommented and properly utilized, leading to improved form manipulation.
Added two new form components, FormTextarea and FormImage to the application. These components will allow users to incorporate text-area and image elements into their forms easily. Updated the LazyUiServiceProvider to register these new components. Additionally, new blade views for these components were created in 'resources/views/form' directory for easy customization of these components in the future.
Added a new form component, FormRichtext to the LazyUI library. This component will allow users to add customizable rich text fields into their forms. Also, updated the LazyUiServiceProvider and registered the newly created FormRichtext component. This component will particularly be beneficial for forms which require text formatting, with a placeholder functionality to improve user-experience while interacting with the form.
This commit addresses two separate issues. Firstly, in the Input.php component, the 'input-bordered' class is now correctly applied when no color is specified, improving the default appearance for input fields. Secondly, in the image.blade.php file, enhancements have been made to support file input handling and display an image preview when uploading. This improves user experience by providing visual feedback during upload.
The image tag has been moved outside of the div tag and refactored with a x-lazy-image component in the image.blade.php view file. This change enhances image handling and provides better user experience during image uploading by offering a smoother, more visual feedback.
The PHPStan configuration is adjusted to ignore an unfounded error relating to a dispatch method in `LazyUiServiceProvider.php`. In the `image.blade.php` template, a bottom margin (`mb-3`) is added to the lazy image component, improving the spacing underneath uploaded images for a better user interface.
Upgraded the AlpineJS version from 3.13.0 to 3.13.1, and the DaisyUI version from 3.6.3 to 3.9.2 in the package.json. This update brings in the new features and bug fixes from the latest releases of both AlpineJS and DaisyUI.
Update AlpineJS and DaisyUI versions in dependencies
Update README.md
Added a new RichText component and made some modifications to the Textarea component. The RichText component uses Quill for a more enhanced, rich text editing experience. Updates in Textarea component include improvement in the color-related properties adjustment. They will now fall back to 'bordered' if no color attribute is provided or the attribute doesn't match any predefined ones. Also, revised the 'defaults' function in QuillOptions to also accept null.
Changed the Checkout setup on fix-php-code-style-issues.yml file of the Github workflows. The reference, 'ref' is commented out and a 'token' line was added instead to utilize the secret Personal Access Token (PAT). This change should improve the secure access to the repository when triggering Github actions.
The token reference has been updated in the 'Checkout code' section of the fix-php-code-style-issues.yml file. This is to enhance secure access to the repository via Github Actions. A previously commented out 'ref' line is reinstated, while a 'token' line utilizing secret Personal Access Token(PAT) replaces the old ref token.
Richtext component is now imported and registered in LazyUiServiceProvider class. This is to accommodate the needs of processes utilizing rich text formatting features in the LazyUI package.
RichText component has been updated to add support for rich text editing using Quill.js. With this integration, users are provided an enhanced editing experience, allowing for more precise content formation. Users can apply this feature by linking the RichText component with a unique 'quillUniq' identifier.
Update RichText component for rich text editing support
The RichText component was refactored to use Quill.js for better text editing. This change improves user's content formatting experience significantly. The component now can be tied with a unique 'quillUniq' identifier to apply these enhancements.
Implemented Choices as a new LazyComponent and created its associated Blade view to handle option parsing and selection within the UI.
Implemented a new component CountryTimeWidget along with its associated Blade view, which displays current time details according to a specified timezone. The ServiceProvider was updated to include the new component.
# Conflicts: # resources/views/btn/delete.blade.php
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.0.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v1.6.0...v2.0.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dependabot/fetch-metadata/releases">dependabot/fetch-metadata's releases</a>.</em></p> <blockquote> <h2>v2.0.0 - Switch to <code>node20</code></h2> <h2>What's Changed</h2> <ul> <li>Upgrade from node16 to node20 by <a href="https://github.com/Nishnha"><code>@Nishnha</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/443">dependabot/fetch-metadata#443</a> 👈 this is a potentially breaking change for some workflows</li> <li><code>v2</code> is the new tracking tag by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/506">dependabot/fetch-metadata#506</a></li> <li>v2.0.0 by <a href="https://github.com/fetch-metadata-action-automation"><code>@fetch-metadata-action-automation</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/508">dependabot/fetch-metadata#508</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dependabot/fetch-metadata/compare/v1.7.0...v2.0.0">https://github.com/dependabot/fetch-metadata/compare/v1.7.0...v2.0.0</a></p> <h2>v1.7.0</h2> <h2>What's Changed</h2> <ul> <li>Bump dotenv from 16.0.3 to 16.3.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/404">dependabot/fetch-metadata#404</a></li> <li>Bump <code>@types/node</code> from 20.2.3 to 20.3.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/407">dependabot/fetch-metadata#407</a></li> <li>Bump the eslint-dependencies group with 4 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/409">dependabot/fetch-metadata#409</a></li> <li>Update dependabot.yml by <a href="https://github.com/bdragon"><code>@bdragon</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/410">dependabot/fetch-metadata#410</a></li> <li>Bump <code>@types/node</code> from 20.3.3 to 20.4.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/411">dependabot/fetch-metadata#411</a></li> <li>Bump yaml from 2.2.1 to 2.3.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/390">dependabot/fetch-metadata#390</a></li> <li>Bump tough-cookie from 4.0.0 to 4.1.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/412">dependabot/fetch-metadata#412</a></li> <li>Bump <code>@types/node</code> from 20.4.0 to 20.4.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/413">dependabot/fetch-metadata#413</a></li> <li>Generate Dependabot PRs on Sundays weekly by <a href="https://github.com/abdulapopoola"><code>@abdulapopoola</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/417">dependabot/fetch-metadata#417</a></li> <li>Aggressively group prod and dev dependencies for NPM by <a href="https://github.com/abdulapopoola"><code>@abdulapopoola</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/420">dependabot/fetch-metadata#420</a></li> <li>Update .nvmrc to latest node 16 LTS version by <a href="https://github.com/abdulapopoola"><code>@abdulapopoola</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/422">dependabot/fetch-metadata#422</a></li> <li>Bump the dev-dependencies group with 9 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/421">dependabot/fetch-metadata#421</a></li> <li>Bump the dev-dependencies group with 1 update by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/423">dependabot/fetch-metadata#423</a></li> <li>Check for uncommitted files beyond the <code>diff</code> directory by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/278">dependabot/fetch-metadata#278</a></li> <li>Bump the dev-dependencies group with 6 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/424">dependabot/fetch-metadata#424</a></li> <li>Bump the dev-dependencies group with 3 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/425">dependabot/fetch-metadata#425</a></li> <li>Bump the dev-dependencies group with 6 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/428">dependabot/fetch-metadata#428</a></li> <li>Bump the dev-dependencies group with 7 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/429">dependabot/fetch-metadata#429</a></li> <li>Bump tibdex/github-app-token from 1.8.0 to 1.8.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/430">dependabot/fetch-metadata#430</a></li> <li>Bump the dev-dependencies group with 4 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/432">dependabot/fetch-metadata#432</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/436">dependabot/fetch-metadata#436</a></li> <li>Bump the dev-dependencies group with 6 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/440">dependabot/fetch-metadata#440</a></li> <li>Change actions/checkout@v3 to v4 in readme by <a href="https://github.com/Nishnha"><code>@Nishnha</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/444">dependabot/fetch-metadata#444</a></li> <li>Bump the dev-dependencies group with 4 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/445">dependabot/fetch-metadata#445</a></li> <li>Bump <code>@vercel/ncc</code> from 0.36.1 to 0.38.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/435">dependabot/fetch-metadata#435</a></li> <li>Bump the dev-dependencies group with 4 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/447">dependabot/fetch-metadata#447</a></li> <li>Bump the dev-dependencies group with 3 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/448">dependabot/fetch-metadata#448</a></li> <li>Bump <code>@babel/traverse</code> from 7.22.8 to 7.23.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/457">dependabot/fetch-metadata#457</a></li> <li>Add blurbs about using a PAT to the readme by <a href="https://github.com/Nishnha"><code>@Nishnha</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/466">dependabot/fetch-metadata#466</a></li> <li>Bump <code>@vercel/ncc</code> from 0.38.0 to 0.38.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/462">dependabot/fetch-metadata#462</a></li> <li>Bump actions/setup-node from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/461">dependabot/fetch-metadata#461</a></li> <li>Bump the dev-dependencies group with 13 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/497">dependabot/fetch-metadata#497</a></li> <li>Bump tibdex/github-app-token from 1.8.2 to 2.1.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/442">dependabot/fetch-metadata#442</a></li> <li>Scope app token to only this repo for security by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/501">dependabot/fetch-metadata#501</a></li> <li>Switch to the official action for managing app tokens by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/504">dependabot/fetch-metadata#504</a></li> <li>v1.7.0 by <a href="https://github.com/fetch-metadata-action-automation"><code>@fetch-metadata-action-automation</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/505">dependabot/fetch-metadata#505</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bdragon"><code>@bdragon</code></a> made their first contribution in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/410">dependabot/fetch-metadata#410</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dependabot/fetch-metadata/commit/0fb21704c18a42ce5aa8d720ea4b912f5e6babef"><code>0fb2170</code></a> v2.0.0 (<a href="https://redirect.github.com/dependabot/fetch-metadata/issues/508">#508</a>)</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/dc2c459ae6444ea1d108233ed87ce5ff16cf2fa2"><code>dc2c459</code></a> <code>v2</code> is the new tracking tag (<a href="https://redirect.github.com/dependabot/fetch-metadata/issues/506">#506</a>)</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/f2f0ad1522845af9cf040e91326888ed5d56e3f8"><code>f2f0ad1</code></a> Upgrade from node16 to node20 (<a href="https://redirect.github.com/dependabot/fetch-metadata/issues/443">#443</a>)</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/8348ea7f5d949b08c7f125a44b569c9626b05db3"><code>8348ea7</code></a> v1.7.0 (<a href="https://redirect.github.com/dependabot/fetch-metadata/issues/505">#505</a>)</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/e21c9fbf3da3f90ad7d463187a0b6dfdd0edd282"><code>e21c9fb</code></a> Switch to the official action for managing app tokens (<a href="https://redirect.github.com/dependabot/fetch-metadata/issues/504">#504</a>)</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/3e1bcb99a1baea44635f40c1b9eabff6cd1af34c"><code>3e1bcb9</code></a> Scope app token to only this repo for security (<a href="https://redirect.github.com/dependabot/fetch-metadata/issues/501">#501</a>)</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/7187f3911edfbe4714e8bf12c54a98eaade15e3f"><code>7187f39</code></a> Merge pull request <a href="https://redirect.github.com/dependabot/fetch-metadata/issues/442">#442</a> from dependabot/dependabot/github_actions/tibdex/gith...</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/f9af96f1e750707f7d94951baa3271849fea63bb"><code>f9af96f</code></a> Bump tibdex/github-app-token from 1.8.2 to 2.1.0</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/9977d7bbd8bfd13b7f3895fd002bc660c93bf6a1"><code>9977d7b</code></a> Merge pull request <a href="https://redirect.github.com/dependabot/fetch-metadata/issues/497">#497</a> from dependabot/dependabot/npm_and_yarn/dev-dependenc...</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/4e1067b348c85cce4e328779421edab7c46144f7"><code>4e1067b</code></a> run npm build</li> <li>Additional commits viewable in <a href="https://github.com/dependabot/fetch-metadata/compare/v1.6.0...v2.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action) from 2.3.1 to 2.4. - [Release notes](https://github.com/aglipanci/laravel-pint-action/releases) - [Commits](aglipanci/laravel-pint-action@2.3.1...2.4) --- updated-dependencies: - dependency-name: aglipanci/laravel-pint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action) from 2.3.1 to 2.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aglipanci/laravel-pint-action/releases">aglipanci/laravel-pint-action's releases</a>.</em></p> <blockquote> <h2>v2.4.0</h2> <ul> <li>Small fix on the arguments by <a href="https://github.com/ahr1384">ahr1384</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/8eedec46a1856977c41667f9c66d5562fa3f9c08"><code>8eedec4</code></a> Merge pull request <a href="https://redirect.github.com/aglipanci/laravel-pint-action/issues/15">#15</a> from ahr1384/main</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/3271909b273f923005e1ccdda5c3aa59edab1fa4"><code>3271909</code></a> Update entrypoint.sh</li> <li>See full diff in <a href="https://github.com/aglipanci/laravel-pint-action/compare/2.3.1...2.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.0.0 to 2.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dependabot/fetch-metadata/releases">dependabot/fetch-metadata's releases</a>.</em></p> <blockquote> <h2>v2.1.0</h2> <h2>What's Changed</h2> <ul> <li>Relax <code>engine-strict=true</code> by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/510">dependabot/fetch-metadata#510</a></li> <li>Handle branch names containing hyphen separators by <a href="https://github.com/tspencer244"><code>@tspencer244</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/450">dependabot/fetch-metadata#450</a></li> <li>Switch to monthly release cadence by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/509">dependabot/fetch-metadata#509</a></li> <li>v2.1.0 by <a href="https://github.com/fetch-metadata-action-automation"><code>@fetch-metadata-action-automation</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/518">dependabot/fetch-metadata#518</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tspencer244"><code>@tspencer244</code></a> made their first contribution in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/450">dependabot/fetch-metadata#450</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dependabot/fetch-metadata/compare/v2.0.0...v2.1.0">https://github.com/dependabot/fetch-metadata/compare/v2.0.0...v2.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dependabot/fetch-metadata/commit/5e5f99653a5b510e8555840e80cbf1514ad4af38"><code>5e5f996</code></a> Merge pull request <a href="https://redirect.github.com/dependabot/fetch-metadata/issues/518">#518</a> from dependabot/bump-to-v2.1.0</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/63415e50379a1f6549f3ed36df132607433891fd"><code>63415e5</code></a> v2.1.0</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/76b7fe974e2cb9e48ad921f8cddbdbcbea9a6bc1"><code>76b7fe9</code></a> Merge pull request <a href="https://redirect.github.com/dependabot/fetch-metadata/issues/509">#509</a> from dependabot/switch-to-monthly-release-cadence</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/7c323d50f1b3f8d4c5b4cc19077b4f75effeb497"><code>7c323d5</code></a> Switch to monthly release cadence</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/5c7b450d4fdb6207f38b5466ab652d33c2865df5"><code>5c7b450</code></a> Merge pull request <a href="https://redirect.github.com/dependabot/fetch-metadata/issues/450">#450</a> from HealthengineAU/handle-branches-with-hyphens</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/a44a9dfd95f38ab057ce5d8277f31e18ba4a86b6"><code>a44a9df</code></a> Handle branch names containing hyphen separators</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/518993c0267dd466107aa3288a22d5fc7a82dd98"><code>518993c</code></a> Relax <code>engine-strict=true</code> (<a href="https://redirect.github.com/dependabot/fetch-metadata/issues/510">#510</a>)</li> <li>See full diff in <a href="https://github.com/dependabot/fetch-metadata/compare/v2.0.0...v2.1.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
The version range for the illuminate/contracts dependency in the composer.json file has been expanded. This allows usage of the package in both its v10.17.1 and v11.0 versions.
The commit updates the configuration paths in the ThemeSwitcher component. Previously, the paths in the 'lazy/themes' configuration file were wrongly accessed. Now, the 'lazy.themes' configuration paths are correctly used.
The commit removes the commented input line in the form's input.blade.php file and eliminates an unnecessary line. The modified code reduces redundancy, making the file cleaner and the code more readable.
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.1.0 to 2.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dependabot/fetch-metadata/releases">dependabot/fetch-metadata's releases</a>.</em></p> <blockquote> <h2>v2.2.0</h2> <h2>What's Changed</h2> <ul> <li>Bump actions/create-github-app-token from 1.9.0 to 1.10.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/523">dependabot/fetch-metadata#523</a></li> <li>Bump actions/create-github-app-token from 1.10.0 to 1.10.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/534">dependabot/fetch-metadata#534</a></li> <li>Bump braces from 3.0.2 to 3.0.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/532">dependabot/fetch-metadata#532</a></li> <li>v2.2.0 by <a href="https://github.com/fetch-metadata-action-automation"><code>@fetch-metadata-action-automation</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/520">dependabot/fetch-metadata#520</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dependabot/fetch-metadata/compare/v2...v2.2.0">https://github.com/dependabot/fetch-metadata/compare/v2...v2.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dependabot/fetch-metadata/commit/dbb049abf0d677abbd7f7eee0375145b417fdd34"><code>dbb049a</code></a> v2.2.0 (<a href="https://redirect.github.com/dependabot/fetch-metadata/issues/520">#520</a>)</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/36bf1f955e6ca1b125f734a093d453a10bf77434"><code>36bf1f9</code></a> Merge pull request <a href="https://redirect.github.com/dependabot/fetch-metadata/issues/532">#532</a> from dependabot/dependabot/npm_and_yarn/braces-3.0.3</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/a3420b5aac6fe1398d8bf065c2416c1007d5b667"><code>a3420b5</code></a> Bump braces from 3.0.2 to 3.0.3</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/006e43f8a3b59da50984cd5692bef3e63db55ccf"><code>006e43f</code></a> Merge pull request <a href="https://redirect.github.com/dependabot/fetch-metadata/issues/534">#534</a> from dependabot/dependabot/github_actions/actions/cre...</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/9c55ebe61886a60890ad325cf03a66d98d1388e8"><code>9c55ebe</code></a> Bump actions/create-github-app-token from 1.10.0 to 1.10.2</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/325b863556700e5e4d4ec23381993ef460dd8379"><code>325b863</code></a> Merge pull request <a href="https://redirect.github.com/dependabot/fetch-metadata/issues/523">#523</a> from dependabot/dependabot/github_actions/actions/cre...</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/aec2f3e196ff263f661851160fef094015755e03"><code>aec2f3e</code></a> Bump actions/create-github-app-token from 1.9.0 to 1.10.0</li> <li>See full diff in <a href="https://github.com/dependabot/fetch-metadata/compare/v2.1.0...v2.2.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.2.0 to 2.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dependabot/fetch-metadata/releases">dependabot/fetch-metadata's releases</a>.</em></p> <blockquote> <h2>v2.3.0</h2> <h2>What's Changed</h2> <ul> <li>Bump actions/create-github-app-token from 1.10.2 to 1.10.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/537">dependabot/fetch-metadata#537</a></li> <li>Update readme to include an if conditional by <a href="https://github.com/Nishnha"><code>@Nishnha</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/548">dependabot/fetch-metadata#548</a></li> <li>Silence audit and funding messages from <code>npm</code> by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/550">dependabot/fetch-metadata#550</a></li> <li>Bump actions/create-github-app-token from 1.10.3 to 1.11.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/554">dependabot/fetch-metadata#554</a></li> <li>fix readme action example by <a href="https://github.com/CloudNStoyan"><code>@CloudNStoyan</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/563">dependabot/fetch-metadata#563</a></li> <li>Fixed missing outputs in action.yml by <a href="https://github.com/CatChen"><code>@CatChen</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/564">dependabot/fetch-metadata#564</a></li> <li>Handle branch names containing dependency group by <a href="https://github.com/CloudNStoyan"><code>@CloudNStoyan</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/565">dependabot/fetch-metadata#565</a></li> <li>v2.3.0 by <a href="https://github.com/fetch-metadata-action-automation"><code>@fetch-metadata-action-automation</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/543">dependabot/fetch-metadata#543</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/CloudNStoyan"><code>@CloudNStoyan</code></a> made their first contribution in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/563">dependabot/fetch-metadata#563</a></li> <li><a href="https://github.com/CatChen"><code>@CatChen</code></a> made their first contribution in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/564">dependabot/fetch-metadata#564</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dependabot/fetch-metadata/compare/v2...v2.3.0">https://github.com/dependabot/fetch-metadata/compare/v2...v2.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dependabot/fetch-metadata/commit/d7267f607e9d3fb96fc2fbe83e0af444713e90b7"><code>d7267f6</code></a> Merge pull request <a href="https://redirect.github.com/dependabot/fetch-metadata/issues/543">#543</a> from dependabot/bump-to-v2.3.0</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/e3dd295a04f6eccc15a116fc5cde058f1735c05d"><code>e3dd295</code></a> v2.3.0</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/3da9521b8c62beab87c4d18ad1e9bd7fd7b9d3bf"><code>3da9521</code></a> Merge pull request <a href="https://redirect.github.com/dependabot/fetch-metadata/issues/565">#565</a> from CloudNStoyan/main</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/de52f600152fa3f48a82e88e06e864cba8421436"><code>de52f60</code></a> update build</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/59d2b1fb73ac123a1953e2ddc99ea8f1b869463a"><code>59d2b1f</code></a> fix incorrect parsing of directory when using dependency-group</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/0d270694949cee4e6c179fc89629d95e0b9fb763"><code>0d27069</code></a> Merge pull request <a href="https://redirect.github.com/dependabot/fetch-metadata/issues/564">#564</a> from CatChen/fixed-missing-outputs-in-action-yml</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/5a7546a6e709997b54d62d4e673a23eaa8621a26"><code>5a7546a</code></a> Fixed missing outputs in action.yml</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/06ea45a2e4582d87b11f03c7ce596ae3261f39f6"><code>06ea45a</code></a> Merge pull request <a href="https://redirect.github.com/dependabot/fetch-metadata/issues/563">#563</a> from CloudNStoyan/main</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/bbfca7ec1c0b06b16cc955f242ebc9f1c8daa4f4"><code>bbfca7e</code></a> fix readme action example</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/b0d0393a82702c1819b5ae7ad6ea780cd8c18aae"><code>b0d0393</code></a> Merge pull request <a href="https://redirect.github.com/dependabot/fetch-metadata/issues/554">#554</a> from dependabot/dependabot/github_actions/actions/cre...</li> <li>Additional commits viewable in <a href="https://github.com/dependabot/fetch-metadata/compare/v2.2.0...v2.3.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action) from 2.4 to 2.5. - [Release notes](https://github.com/aglipanci/laravel-pint-action/releases) - [Commits](aglipanci/laravel-pint-action@2.4...2.5) --- updated-dependencies: - dependency-name: aglipanci/laravel-pint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action) from 2.4 to 2.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aglipanci/laravel-pint-action/releases">aglipanci/laravel-pint-action's releases</a>.</em></p> <blockquote> <h2>v2.5.0</h2> <ul> <li>Adding diff parameter support by <a href="https://github.com/erikn69"><code>@erikn69</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/22dd72142d98a0dc7cfc31692514ea4c87eb4f13"><code>22dd721</code></a> Merge pull request <a href="https://redirect.github.com/aglipanci/laravel-pint-action/issues/22">#22</a> from erikn69/patch-2</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/9788b6d168d0aae14731495efa7934ac0914acc9"><code>9788b6d</code></a> updating documentation</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/52c58b3acdf3e1eb9043ed9d70d733716822e894"><code>52c58b3</code></a> diff branch only</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/5b87bfbbbfc5c590817f6657b377489819acbcaa"><code>5b87bfb</code></a> Support onlyDiff=true</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/b7186f049990b9bdb59e5ee2d871c5d31f05a92f"><code>b7186f0</code></a> Pint --diff arg</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/80d3ca34b512a809f5e5cb823c1e484b53045b37"><code>80d3ca3</code></a> Merge pull request <a href="https://redirect.github.com/aglipanci/laravel-pint-action/issues/16">#16</a> from erikn69/patch-1</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/5edb397042085ba4939c704a47853b9e5829c9ee"><code>5edb397</code></a> Update README example</li> <li>See full diff in <a href="https://github.com/aglipanci/laravel-pint-action/compare/2.4...2.5">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
No description provided.