Skip to content

Commit

Permalink
chore(deps-dev): bump the non-breaking-changes group with 3 updates (#…
Browse files Browse the repository at this point in the history
…4671)

* chore(deps-dev): bump the non-breaking-changes group with 3 updates

Bumps the non-breaking-changes group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) and [sass](https://github.com/sass/dart-sass).


Updates `@types/node` from 22.7.5 to 22.7.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `cspell` from 8.15.2 to 8.15.3
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.15.3/packages/cspell)

Updates `sass` from 1.79.5 to 1.80.1
- [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.79.5...1.80.1)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: cspell
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: update deps

* chore: update deps

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2024
1 parent c491b9e commit 6f3d509
Show file tree
Hide file tree
Showing 5 changed files with 398 additions and 385 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"node": ">=20.10.0",
"pnpm": ">=9.5.0"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
Expand Down
12 changes: 6 additions & 6 deletions packages/effects/common-ui/src/ui/fallback/fallback.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ const titleText = computed(() => {
case '500': {
return $t('fallback.internalError');
}
case 'offline': {
return $t('fallback.offlineError');
}
case 'coming-soon': {
return $t('fallback.comingSoon');
}
case 'offline': {
return $t('fallback.offlineError');
}
default: {
return '';
}
Expand Down Expand Up @@ -94,12 +94,12 @@ const fallbackIcon = computed(() => {
case '500': {
return Icon500;
}
case 'offline': {
return IconOffline;
}
case 'coming-soon': {
return IconHello;
}
case 'offline': {
return IconOffline;
}
default: {
return null;
}
Expand Down
Loading

0 comments on commit 6f3d509

Please sign in to comment.