Bump the minor-and-patch-updates group across 2 directories with 6 updates#907
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
…dates Bumps the minor-and-patch-updates group with 1 update in the /source directory: [yaml](https://github.com/eemeli/yaml). Bumps the minor-and-patch-updates group with 5 updates in the /source/website directory: | Package | From | To | | --- | --- | --- | | [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check) | `0.9.6` | `0.9.8` | | [@astrojs/ts-plugin](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/ts-plugin) | `1.10.6` | `1.10.7` | | [@playform/compress](https://github.com/PlayForm/Compress) | `0.2.1` | `0.2.2` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.18.0` | `5.18.1` | | [sass](https://github.com/sass/dart-sass) | `1.97.3` | `1.98.0` | Updates `yaml` from 2.8.2 to 2.8.3 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.8.2...v2.8.3) Updates `@astrojs/check` from 0.9.6 to 0.9.8 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/language-tools/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/check@0.9.8/packages/language-tools/astro-check) Updates `@astrojs/ts-plugin` from 1.10.6 to 1.10.7 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/language-tools/ts-plugin/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/HEAD/packages/language-tools/ts-plugin) Updates `@playform/compress` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/PlayForm/Compress/releases) - [Changelog](https://github.com/PlayForm/Compress/blob/Current/CHANGELOG.md) - [Commits](PlayForm/Compress@Compress/v0.2.1...Compress/v0.2.2) Updates `astro` from 5.18.0 to 5.18.1 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@5.18.1/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.18.1/packages/astro) Updates `sass` from 1.97.3 to 1.98.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.97.3...1.98.0) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: "@astrojs/check" dependency-version: 0.9.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: "@astrojs/ts-plugin" dependency-version: 1.10.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: "@playform/compress" dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: astro dependency-version: 5.18.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: sass dependency-version: 1.98.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the minor-and-patch-updates group with 1 update in the /source directory: yaml.
Bumps the minor-and-patch-updates group with 5 updates in the /source/website directory:
0.9.60.9.81.10.61.10.70.2.10.2.25.18.05.18.11.97.31.98.0Updates
yamlfrom 2.8.2 to 2.8.3Release notes
Sourced from yaml's releases.
Commits
ce145872.8.31e84ebbfix: Catch stack overflow during node composition6b24090ci: Include Prettier check in lint action9424deechore: Refresh lockfiled1aca82Add trailingComma ToString option for multiline flow formatting (#670)4321509ci: Drop the branch filter from GitHub PR actions47207d0chore: Update docs-slate5212faechore: Update docs-slateUpdates
@astrojs/checkfrom 0.9.6 to 0.9.8Release notes
Sourced from
@astrojs/check's releases.Changelog
Sourced from
@astrojs/check's changelog.Commits
09ecdd7[ci] release (#15889)a2f597dfix(check): Revert publint lint fix (#15892)48e5c4d[ci] release (#15808)1118ac4feat: update tsconfig template to prepare for TS 6 (#15668)ddeb230chore: address publint suggestions (#15653)7392857[ci] release (beta) (#15197)55107a1fix:@astrojs/checkbeta version (#15198)8dc3f6f[ci] release (beta) (#15189)6feb0d7Merge main in next (#15125)802685cMerge branch 'main' into nextUpdates
@astrojs/ts-pluginfrom 1.10.6 to 1.10.7Changelog
Sourced from
@astrojs/ts-plugin's changelog.Commits
Updates
@playform/compressfrom 0.2.1 to 0.2.2Release notes
Sourced from
@playform/compress's releases.Changelog
Sourced from
@playform/compress's changelog.Commits
a166496Compress/v0.2.271e7e21chore(deps): update lightningcss and svgo dependenciesd3e386dchore(deps): bump version to 0.2.2 and fix astro dependency to any version952aebd368155fMerge pull request #585 from PlayForm/dependabot/npm_and_yarn/astro-6.0.3893bd63Bump astro from 6.0.2 to 6.0.3667aad3Merge pull request #584 from PlayForm/dependabot/github_actions/pnpm/action-s...1337625Bump pnpm/action-setup from 4.2.0 to 4.3.059a3686fc5965dMerge pull request #582 from PlayForm/dependabot/npm_and_yarn/astro-6.0.2Updates
astrofrom 5.18.0 to 5.18.1Release notes
Sourced from astro's releases.
Changelog
Sourced from astro's changelog.
Commits
434d9cc[ci] release (#15829)c2cd371fix(helpers): Backport remote patterns segments fix (#15828)Updates
sassfrom 1.97.3 to 1.98.0Release notes
Sourced from sass's releases.
Changelog
Sourced from sass's changelog.
Commits
5a81ae3Bump version to 1.98.0 (#2754)e25e71dUpdate immutable to v5.1.5 (#2753)43fac1aBump actions/upload-artifact from 6 to 7 (#2747)8b85c9aBump actions/download-artifact from 7 to 8 (#2749)00f83f0Bump postcss from 8.5.6 to 8.5.8 in /pkg/sass-parser (#2752)0a325a4Bump actions/attest-build-provenance from 3 to 4 (#2748)7fb3c0fGracefully handle dependency loops in watch mode (#2746)e86d044Bump eslint from 9.39.3 to 10.0.1 in /pkg/sass-parser (#2743)4bcd256Add Logger.defaultLogger to automatically choose whether to use colors (#2742)c3f8ff0Always convert printed objects to strings in JS (#2741)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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