Skip to content

Commit

Permalink
Ecosys-565 - Fix bugs documentation and updating turbo (#207)
Browse files Browse the repository at this point in the history
* fix: Bug multiselect document

* chore: updating turbo lib

* chore: changelog

* fix: test
  • Loading branch information
vrlopess authored Nov 16, 2023
1 parent b4ca61d commit b7341ba
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 37 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/7d56923c.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declined:
- nimbus-design-system
- "@nimbus-ds/multi-select"
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
This is the log of notable changes to the Design System Nimbus that are developer-facing.
Package-specific changes not released in any package will be added here just before the release. Until then, you can find them in changelogs of the individual packages (see [packages](./packages) directory).

## 2023-11-16

#### 📚 3rd party library updates

- Updated `turbo@1.10.16`. ([#207](https://github.com/TiendaNube/nimbus-design-system/pull/#207) by [@vrlopess](https://github.com/vrlopess))

#### 🐛 Bug fixes

- Updated `Fix bug MultiSelect document`. ([#207](https://github.com/TiendaNube/nimbus-design-system/pull/#207) by [@vrlopess](https://github.com/vrlopess))

## 2023-09-26

### 🎉 New features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"ts-jest": "^28.0.7",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"turbo": "^1.6.3",
"turbo": "^1.10.16",
"typescript": "^4.7.4",
"webpack-cli": "^5.0.1"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React from "react";
import { Skeleton } from "@nimbus-ds/skeleton";

import { MultiSelectSkeletonSkeletonProps } from "./multiSelectSkeleton.types";
import { MultiSelectSkeletonProps } from "./multiSelectSkeleton.types";

const MultiSelectSkeleton: React.FC<MultiSelectSkeletonSkeletonProps> = ({
const MultiSelectSkeleton: React.FC<MultiSelectSkeletonProps> = ({
width,
"data-testid": dataTestId,
}) => (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import React from "react";
import { render, screen } from "@testing-library/react";

import { MultiSelectSkeleton } from "./MultiSelectSkeleton";
import { MultiSelectSkeletonSkeletonProps } from "./multiSelectSkeleton.types";
import { MultiSelectSkeletonProps } from "./multiSelectSkeleton.types";

const makeSut = (props?: MultiSelectSkeletonSkeletonProps) => {
const makeSut = (props?: MultiSelectSkeletonProps) => {
render(<MultiSelectSkeleton {...props} data-testid="skeleton-element" />);
};

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { HTMLAttributes } from "react";
import { SkeletonProps } from "@nimbus-ds/skeleton";

export type MultiSelectSkeletonSkeletonProperties = Partial<
export type MultiSelectSkeletonProperties = Partial<
Pick<SkeletonProps, "width" | "data-testid">
>;

export type MultiSelectSkeletonSkeletonProps =
MultiSelectSkeletonSkeletonProperties & HTMLAttributes<HTMLDivElement>;
export type MultiSelectSkeletonProps = MultiSelectSkeletonProperties &
HTMLAttributes<HTMLDivElement>;
58 changes: 29 additions & 29 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16407,7 +16407,7 @@ __metadata:
ts-jest: ^28.0.7
ts-loader: ^9.4.2
ts-node: ^10.9.1
turbo: ^1.6.3
turbo: ^1.10.16
typescript: ^4.7.4
webpack-cli: ^5.0.1
languageName: unknown
Expand Down Expand Up @@ -20049,58 +20049,58 @@ __metadata:
languageName: node
linkType: hard

"turbo-darwin-64@npm:1.10.0":
version: 1.10.0
resolution: "turbo-darwin-64@npm:1.10.0"
"turbo-darwin-64@npm:1.10.16":
version: 1.10.16
resolution: "turbo-darwin-64@npm:1.10.16"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"turbo-darwin-arm64@npm:1.10.0":
version: 1.10.0
resolution: "turbo-darwin-arm64@npm:1.10.0"
"turbo-darwin-arm64@npm:1.10.16":
version: 1.10.16
resolution: "turbo-darwin-arm64@npm:1.10.16"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"turbo-linux-64@npm:1.10.0":
version: 1.10.0
resolution: "turbo-linux-64@npm:1.10.0"
"turbo-linux-64@npm:1.10.16":
version: 1.10.16
resolution: "turbo-linux-64@npm:1.10.16"
conditions: os=linux & cpu=x64
languageName: node
linkType: hard

"turbo-linux-arm64@npm:1.10.0":
version: 1.10.0
resolution: "turbo-linux-arm64@npm:1.10.0"
"turbo-linux-arm64@npm:1.10.16":
version: 1.10.16
resolution: "turbo-linux-arm64@npm:1.10.16"
conditions: os=linux & cpu=arm64
languageName: node
linkType: hard

"turbo-windows-64@npm:1.10.0":
version: 1.10.0
resolution: "turbo-windows-64@npm:1.10.0"
"turbo-windows-64@npm:1.10.16":
version: 1.10.16
resolution: "turbo-windows-64@npm:1.10.16"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"turbo-windows-arm64@npm:1.10.0":
version: 1.10.0
resolution: "turbo-windows-arm64@npm:1.10.0"
"turbo-windows-arm64@npm:1.10.16":
version: 1.10.16
resolution: "turbo-windows-arm64@npm:1.10.16"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"turbo@npm:^1.6.3":
version: 1.10.0
resolution: "turbo@npm:1.10.0"
"turbo@npm:^1.10.16":
version: 1.10.16
resolution: "turbo@npm:1.10.16"
dependencies:
turbo-darwin-64: 1.10.0
turbo-darwin-arm64: 1.10.0
turbo-linux-64: 1.10.0
turbo-linux-arm64: 1.10.0
turbo-windows-64: 1.10.0
turbo-windows-arm64: 1.10.0
turbo-darwin-64: 1.10.16
turbo-darwin-arm64: 1.10.16
turbo-linux-64: 1.10.16
turbo-linux-arm64: 1.10.16
turbo-windows-64: 1.10.16
turbo-windows-arm64: 1.10.16
dependenciesMeta:
turbo-darwin-64:
optional: true
Expand All @@ -20116,7 +20116,7 @@ __metadata:
optional: true
bin:
turbo: bin/turbo
checksum: 5946b2460144189b251652bb3b011fca51d36de2cb599f46facb5a331ea8414fb3373fb49fdacf26c5001f18bbdcdd3106daa7f766ccc015bb73cceeecdb88ef
checksum: 69d1892593449b264e0bd48b851317a743016ab62cf470e7293b2cc3781240e863c48232c89f65a5a4ce97eb791ca550b201593449350da073db07703a19cfa5
languageName: node
linkType: hard

Expand Down

0 comments on commit b7341ba

Please sign in to comment.