@instructure/ui-select 10.0.1-snapshot-13 → 10.1.1-snapshot-4973

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,7 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [10.0.1-snapshot-13](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.0.1-snapshot-13) (2024-08-21)
6
+ ## [10.1.1-snapshot-4973](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.1.1-snapshot-4973) (2024-08-23)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-select
9
+
10
+
11
+
12
+
13
+
14
+ # [10.1.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.1.0) (2024-08-23)
7
15
 
8
16
  **Note:** Version bump only for package @instructure/ui-select
9
17
 
@@ -82,9 +82,7 @@ describe('<Select />', () => {
82
82
  const _render3 = render( /*#__PURE__*/React.createElement(Select, {
83
83
  renderLabel: "Choose an option",
84
84
  onInputChange: () => {}
85
- }, getOptions())
86
- // eslint-disable-next-line @typescript-eslint/no-empty-function
87
- ),
85
+ }, getOptions())),
88
86
  container = _render3.container;
89
87
  const input = container.querySelector('input');
90
88
  expect(input).toHaveAttribute('role', 'combobox');
@@ -85,9 +85,7 @@ describe('<Select />', () => {
85
85
  const _render3 = (0, _react2.render)( /*#__PURE__*/_react.default.createElement(_index.default, {
86
86
  renderLabel: "Choose an option",
87
87
  onInputChange: () => {}
88
- }, getOptions())
89
- // eslint-disable-next-line @typescript-eslint/no-empty-function
90
- ),
88
+ }, getOptions())),
91
89
  container = _render3.container;
92
90
  const input = container.querySelector('input');
93
91
  expect(input).toHaveAttribute('role', 'combobox');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-select",
3
- "version": "10.0.1-snapshot-13",
3
+ "version": "10.1.1-snapshot-4973",
4
4
  "description": "A component for select and autocomplete behavior.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,13 +23,13 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-axe-check": "10.0.1-snapshot-13",
27
- "@instructure/ui-babel-preset": "10.0.1-snapshot-13",
28
- "@instructure/ui-color-utils": "10.0.1-snapshot-13",
29
- "@instructure/ui-scripts": "10.0.1-snapshot-13",
30
- "@instructure/ui-test-locator": "10.0.1-snapshot-13",
31
- "@instructure/ui-test-utils": "10.0.1-snapshot-13",
32
- "@instructure/ui-themes": "10.0.1-snapshot-13",
26
+ "@instructure/ui-axe-check": "10.1.1-snapshot-4973",
27
+ "@instructure/ui-babel-preset": "10.1.1-snapshot-4973",
28
+ "@instructure/ui-color-utils": "10.1.1-snapshot-4973",
29
+ "@instructure/ui-scripts": "10.1.1-snapshot-4973",
30
+ "@instructure/ui-test-locator": "10.1.1-snapshot-4973",
31
+ "@instructure/ui-test-utils": "10.1.1-snapshot-4973",
32
+ "@instructure/ui-themes": "10.1.1-snapshot-4973",
33
33
  "@testing-library/jest-dom": "^6.4.6",
34
34
  "@testing-library/react": "^15.0.7",
35
35
  "@testing-library/user-event": "^14.5.2",
@@ -37,22 +37,22 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@babel/runtime": "^7.24.5",
40
- "@instructure/emotion": "10.0.1-snapshot-13",
41
- "@instructure/shared-types": "10.0.1-snapshot-13",
42
- "@instructure/ui-dom-utils": "10.0.1-snapshot-13",
43
- "@instructure/ui-form-field": "10.0.1-snapshot-13",
44
- "@instructure/ui-icons": "10.0.1-snapshot-13",
45
- "@instructure/ui-options": "10.0.1-snapshot-13",
46
- "@instructure/ui-popover": "10.0.1-snapshot-13",
47
- "@instructure/ui-position": "10.0.1-snapshot-13",
48
- "@instructure/ui-prop-types": "10.0.1-snapshot-13",
49
- "@instructure/ui-react-utils": "10.0.1-snapshot-13",
50
- "@instructure/ui-selectable": "10.0.1-snapshot-13",
51
- "@instructure/ui-testable": "10.0.1-snapshot-13",
52
- "@instructure/ui-text-input": "10.0.1-snapshot-13",
53
- "@instructure/ui-utils": "10.0.1-snapshot-13",
54
- "@instructure/ui-view": "10.0.1-snapshot-13",
55
- "@instructure/uid": "10.0.1-snapshot-13",
40
+ "@instructure/emotion": "10.1.1-snapshot-4973",
41
+ "@instructure/shared-types": "10.1.1-snapshot-4973",
42
+ "@instructure/ui-dom-utils": "10.1.1-snapshot-4973",
43
+ "@instructure/ui-form-field": "10.1.1-snapshot-4973",
44
+ "@instructure/ui-icons": "10.1.1-snapshot-4973",
45
+ "@instructure/ui-options": "10.1.1-snapshot-4973",
46
+ "@instructure/ui-popover": "10.1.1-snapshot-4973",
47
+ "@instructure/ui-position": "10.1.1-snapshot-4973",
48
+ "@instructure/ui-prop-types": "10.1.1-snapshot-4973",
49
+ "@instructure/ui-react-utils": "10.1.1-snapshot-4973",
50
+ "@instructure/ui-selectable": "10.1.1-snapshot-4973",
51
+ "@instructure/ui-testable": "10.1.1-snapshot-4973",
52
+ "@instructure/ui-text-input": "10.1.1-snapshot-4973",
53
+ "@instructure/ui-utils": "10.1.1-snapshot-4973",
54
+ "@instructure/ui-view": "10.1.1-snapshot-4973",
55
+ "@instructure/uid": "10.1.1-snapshot-4973",
56
56
  "prop-types": "^15.8.1"
57
57
  },
58
58
  "peerDependencies": {
@@ -103,7 +103,6 @@ describe('<Select />', () => {
103
103
  <Select renderLabel="Choose an option" onInputChange={() => {}}>
104
104
  {getOptions()}
105
105
  </Select>
106
- // eslint-disable-next-line @typescript-eslint/no-empty-function
107
106
  )
108
107
  const input = container.querySelector('input')
109
108
  expect(input).toHaveAttribute('role', 'combobox')