chore(deps-dev): bump the dev-dependencies group across 1 directory with 7 updates#86
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
commit: |
d725012 to
b48fc75
Compare
…ith 7 updates Bumps the dev-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@yozora/ast](https://github.com/yozorajs/yozora/tree/HEAD/packages/ast) | `2.3.12` | `2.3.16` | | [@yozora/character](https://github.com/yozorajs/yozora/tree/HEAD/packages/character) | `2.3.12` | `2.3.16` | | [@yozora/core-tokenizer](https://github.com/yozorajs/yozora/tree/HEAD/packages/core-tokenizer) | `2.3.12` | `2.3.16` | | [@yozora/parser](https://github.com/yozorajs/yozora/tree/HEAD/packages/parser) | `2.3.12` | `2.3.16` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.21` | `10.5.0` | | [postcss](https://github.com/postcss/postcss) | `8.5.6` | `8.5.15` | | [tsup](https://github.com/egoist/tsup) | `8.5.0` | `8.5.1` | Updates `@yozora/ast` from 2.3.12 to 2.3.16 - [Changelog](https://github.com/yozorajs/yozora/blob/main/packages/ast/CHANGELOG.md) - [Commits](https://github.com/yozorajs/yozora/commits/@yozora/ast@2.3.16/packages/ast) Updates `@yozora/character` from 2.3.12 to 2.3.16 - [Changelog](https://github.com/yozorajs/yozora/blob/main/packages/character/CHANGELOG.md) - [Commits](https://github.com/yozorajs/yozora/commits/@yozora/character@2.3.16/packages/character) Updates `@yozora/core-tokenizer` from 2.3.12 to 2.3.16 - [Changelog](https://github.com/yozorajs/yozora/blob/main/packages/core-tokenizer/CHANGELOG.md) - [Commits](https://github.com/yozorajs/yozora/commits/@yozora/core-tokenizer@2.3.16/packages/core-tokenizer) Updates `@yozora/parser` from 2.3.12 to 2.3.16 - [Changelog](https://github.com/yozorajs/yozora/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/yozorajs/yozora/commits/@yozora/parser@2.3.16/packages/parser) Updates `autoprefixer` from 10.4.21 to 10.5.0 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.21...10.5.0) Updates `postcss` from 8.5.6 to 8.5.15 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.6...8.5.15) Updates `tsup` from 8.5.0 to 8.5.1 - [Release notes](https://github.com/egoist/tsup/releases) - [Commits](egoist/tsup@v8.5.0...v8.5.1) --- updated-dependencies: - dependency-name: "@yozora/ast" dependency-version: 2.3.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@yozora/character" dependency-version: 2.3.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@yozora/core-tokenizer" dependency-version: 2.3.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@yozora/parser" dependency-version: 2.3.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: autoprefixer dependency-version: 10.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: postcss dependency-version: 8.5.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: tsup dependency-version: 8.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
b48fc75 to
f1f53ca
Compare
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
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 dev-dependencies group with 7 updates in the / directory:
2.3.122.3.162.3.122.3.162.3.122.3.162.3.122.3.1610.4.2110.5.08.5.68.5.158.5.08.5.1Updates
@yozora/astfrom 2.3.12 to 2.3.16Changelog
Sourced from @yozora/ast's changelog.
Commits
9b0bee7🔖 release: align all public packages to 2.3.168c9591f🔖 release:@yozora/ast@2.3.15,@yozora/ast-util@2.3.15,@yozora/char...3fc8443🔧 chore(tooling): migrate eslint and rollup configs and align formattingb78b7d0🔖 release:ccfb22c🔧 chore(engines): keep node requirement at root onlyc488d75🔧 chore: migrate workspace from yarn to pnpm20b5d9a📝 docs(readme): keep npm-only install instructionsa36dcaa♻️ refactor: migrate from Lerna/Nx to Yarn workspaces + Changeset583531b🔖 release: publish v2.3.13Updates
@yozora/characterfrom 2.3.12 to 2.3.16Changelog
Sourced from @yozora/character's changelog.
Commits
9b0bee7🔖 release: align all public packages to 2.3.168c9591f🔖 release:@yozora/ast@2.3.15,@yozora/ast-util@2.3.15,@yozora/char...3fc8443🔧 chore(tooling): migrate eslint and rollup configs and align formattingb78b7d0🔖 release:ccfb22c🔧 chore(engines): keep node requirement at root onlyc488d75🔧 chore: migrate workspace from yarn to pnpm20b5d9a📝 docs(readme): keep npm-only install instructionsa36dcaa♻️ refactor: migrate from Lerna/Nx to Yarn workspaces + Changeset73b62a2♻️ refactor: migrate from Jest to Vitest and restructure test utilities583531b🔖 release: publish v2.3.13Updates
@yozora/core-tokenizerfrom 2.3.12 to 2.3.16Changelog
Sourced from @yozora/core-tokenizer's changelog.
Commits
9b0bee7🔖 release: align all public packages to 2.3.168c9591f🔖 release:@yozora/ast@2.3.15,@yozora/ast-util@2.3.15,@yozora/char...3fc8443🔧 chore(tooling): migrate eslint and rollup configs and align formattingb78b7d0🔖 release:ccfb22c🔧 chore(engines): keep node requirement at root onlyc488d75🔧 chore: migrate workspace from yarn to pnpm20b5d9a📝 docs(readme): keep npm-only install instructionsa36dcaa♻️ refactor: migrate from Lerna/Nx to Yarn workspaces + Changeset583531b🔖 release: publish v2.3.13Updates
@yozora/parserfrom 2.3.12 to 2.3.16Changelog
Sourced from @yozora/parser's changelog.
... (truncated)
Commits
9b0bee7🔖 release: align all public packages to 2.3.16b78b7d0🔖 release:ccfb22c🔧 chore(engines): keep node requirement at root onlyc488d75🔧 chore: migrate workspace from yarn to pnpm20b5d9a📝 docs(readme): keep npm-only install instructionsa36dcaa♻️ refactor: migrate from Lerna/Nx to Yarn workspaces + Changeset73b62a2♻️ refactor: migrate from Jest to Vitest and restructure test utilities583531b🔖 release: publish v2.3.13Updates
autoprefixerfrom 10.4.21 to 10.5.0Release notes
Sourced from autoprefixer's releases.
Changelog
Sourced from autoprefixer's changelog.
Commits
faf456aRelease 10.5 versionb841fc5Update dependencies47d6e68Update email45cfc08Replace ESLint and Prettier to oxlint and oxfmt7e3ec7dAdd prefixing support for mask-position-x and mask-position-y (#1548)360f2d9Release 10.4.27 versionab5260cUpdate clean-publish09e9dd1Release 10.4.26 versionec75540Ignore local patches59601b8Update c8 and clean-publishUpdates
postcssfrom 8.5.6 to 8.5.15Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
eae46dbRelease 8.5.15 version79508ffUpdate CI actionsb128e21Speed up declaration parsing by avoiding creating new array on each token9825dcaFix code format55789c8Update dependencies84fbbe9Install older pnpm action for old Node.js9f860bdRevert pnpm action for old Node.js0877198Update CI actionsb2d1a33Fix linter warnings0700dacMerge pull request #2088 from rootvector2/add-oss-fuzz-harnessUpdates
tsupfrom 8.5.0 to 8.5.1Release notes
Sourced from tsup's releases.
Commits
1ecb6a5chore: release v8.5.1e92ba64chore: upgrade esbuildfb8ae7dfix: update esbuild to fix sourcemap source issue (#1316)db7cfaachore: upgrade pnpmdf7360bfix: add script tag validation (#1314)65e8547chore: bumpsource-mapto 0.7.6 (#1358)f127e57ci: switch to trusted publisher8b6907dchore: add maintenance info in README (#1332)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for tsup since your current version.