Skip to content
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

build: bump the development-dependencies group with 5 updates #122

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps the development-dependencies group with 5 updates:

Package From To
typescript 5.3.3 5.4.3
@rushstack/eslint-patch 1.7.2 1.10.1
eslint-plugin-vue 9.22.0 9.24.0
sass 1.71.1 1.72.0
vite-plugin-pwa 0.19.2 0.19.7

Updates typescript from 5.3.3 to 5.4.3

Release notes

Sourced from typescript's releases.

TypeScript 5.4.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

... (truncated)

Commits
  • 6ea273c Update LKG
  • cd06f92 🤖 Pick PR #57853 (Revert PR 56161) into release-5.4 (#57854)
  • ca8e720 Update LKG
  • 010b188 release-5.4: Revert PR 56087 (#57850)
  • fc7006c Update LKG
  • b45a418 🤖 Pick PR #57801 (Distribute mapped types over array/...) into release-5.4 (#...
  • 609560f Bump version to 5.4.3 and LKG
  • f42605f 🤖 Pick PR #57746 (Revert "Defer processing of nested ...) into release-5.4 (#...
  • 485c7c5 Revert "Allow (non-assert) type predicates to narrow by discriminant"… (#57795)
  • 7f11456 🤖 Pick PR #57751 (Exclude generic string-like types f...) into release-5.4 (#...
  • Additional commits viewable in compare view

Updates @rushstack/eslint-patch from 1.7.2 to 1.10.1

Changelog

Sourced from @​rushstack/eslint-patch's changelog.

1.10.1

Fri, 29 Mar 2024 05:46:41 GMT

Patches

  • Fix an issue where the eslint-bulk prune command would crash if a bulk suppressions file exists that speicifies no suppressions.
  • Exit with success under normal conditions.

1.10.0

Thu, 28 Mar 2024 18:11:12 GMT

Minor changes

  • Delete the .eslint-bulk-suppressions.json file during pruning if all suppressions have been eliminated.

Patches

  • Fix an issue with running eslint-bulk prune in a project with suppressions that refer to deleted files.

1.9.0

Wed, 27 Mar 2024 19:47:21 GMT

Minor changes

  • Fix an issue where eslint-bulk prune does not work if there are no files to lint in the project root.

1.8.0

Wed, 20 Mar 2024 02:09:14 GMT

Minor changes

  • Refactor the bulk-suppressions feature to fix some performance issues.

Patches

  • Fix an issue where linting issues that were already suppressed via suppression comments were recorded in the bulk suppressions list.
Commits
  • 323fddb Bump versions [skip ci]
  • 165cb01 Update changelogs [skip ci]
  • fce27bb Clean up a logging message.
  • 11d0146 Exit with success under normal conditions.
  • d7fb39a Fix an issue where 'eslint-bulk prune' crashes if there aren't any suppressions.
  • c09b14c Bump versions [skip ci]
  • e51a2c0 Update changelogs [skip ci]
  • 96d5dc4 Delete suppressions file if all issues have been resolved.
  • dc3ec45 Fix an issue with pruning a project with deleted files that had suppressions
  • e548e6e Bump versions [skip ci]
  • Additional commits viewable in compare view

Updates eslint-plugin-vue from 9.22.0 to 9.24.0

Release notes

Sourced from eslint-plugin-vue's releases.

v9.24.0

✨ Enhancements

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.23.0...v9.24.0

v9.23.0

✨ Enhancements

🐛 Bug Fixes

⚙️ Updates

  • #2417 Improve performance by removing unnecessary second filter.

Full Changelog: vuejs/eslint-plugin-vue@v9.22.0...v9.23.0

Commits

Updates sass from 1.71.1 to 1.72.0

Release notes

Sourced from sass's releases.

Dart Sass 1.72.0

To install Sass 1.72.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Support adjacent /s without whitespace in between when parsing plain CSS expressions.

  • Allow the Node.js pkg: importer to load Sass stylesheets for package.json exports field entries without extensions.

  • When printing suggestions for variables, use underscores in variable names when the original usage used underscores.

JavaScript API

  • Properly resolve pkg: imports with the Node.js package importer when arguments are passed to the JavaScript process.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.72.0

  • Support adjacent /s without whitespace in between when parsing plain CSS expressions.

  • Allow the Node.js pkg: importer to load Sass stylesheets for package.json exports field entries without extensions.

  • When printing suggestions for variables, use underscores in variable names when the original usage used underscores.

JavaScript API

  • Properly resolve pkg: imports with the Node.js package importer when arguments are passed to the JavaScript process.
Commits

Updates vite-plugin-pwa from 0.19.2 to 0.19.7

Release notes

Sourced from vite-plugin-pwa's releases.

v0.19.7

   🐞 Bug Fixes

    View changes on GitHub

v0.19.6

   🚀 Features

    View changes on GitHub

v0.19.5

   🐞 Bug Fixes

    View changes on GitHub

v0.19.4

   🐞 Bug Fixes

    View changes on GitHub

v0.19.3

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 926251d chore: release v0.19.7
  • d1a1047 fix: pwa icons not generated when disabled (#691)
  • ce64470 chore: release v0.19.6
  • 1474e50 feat(injectManifest): add sw build env options and change vite configuration ...
  • d5c4ed0 chore: release v0.19.5
  • 9eba931 chore: bump to pnpm 8.15.5
  • d42184a fix(dev): custom service worker with custom base not working (#688)
  • e195fe2 chore: release v0.19.4
  • 293db14 fix(dev): inject register not working when disabling web manifest (#686)
  • c068efc chore: release v0.19.3
  • Additional commits viewable in compare view

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 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 <dependency name> major version will 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 version will 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

Bumps the development-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.3` |
| [@rushstack/eslint-patch](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-patch) | `1.7.2` | `1.10.1` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.22.0` | `9.24.0` |
| [sass](https://github.com/sass/dart-sass) | `1.71.1` | `1.72.0` |
| [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) | `0.19.2` | `0.19.7` |


Updates `typescript` from 5.3.3 to 5.4.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.4.3)

Updates `@rushstack/eslint-patch` from 1.7.2 to 1.10.1
- [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.10.1/eslint/eslint-patch)

Updates `eslint-plugin-vue` from 9.22.0 to 9.24.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v9.22.0...v9.24.0)

Updates `sass` from 1.71.1 to 1.72.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.71.1...1.72.0)

Updates `vite-plugin-pwa` from 0.19.2 to 0.19.7
- [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases)
- [Commits](vite-pwa/vite-plugin-pwa@v0.19.2...v0.19.7)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@rushstack/eslint-patch"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: vite-plugin-pwa
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 4, 2024

Superseded by #127.

@dependabot dependabot bot closed this Apr 4, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-6abdf70eba branch April 4, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant