Skip to content

Commit 11cdbdc

Browse files
authored
chore(deps): update deps to use caret range for versions (#3496)
* chore(deps): update deps to use caret range for versions * chore: add changeset --------- Co-authored-by: Josh Black <[email protected]>
1 parent 02a1d3e commit 11cdbdc

File tree

4 files changed

+36
-24
lines changed

4 files changed

+36
-24
lines changed

.changeset/new-impalas-attack.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@primer/react': minor
3+
---
4+
5+
Update dependency ranges to use caret ranges instead of pinned versions
6+
7+
<!-- Changed components: _none_ -->

contributor-docs/versioning.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,21 @@ For a full list of releases, visit our [releases](https://github.com/primer/reac
3939

4040
## Changes
4141

42-
| Category | Type of change | semver bump |
43-
| :-------- | :------------------------------------------------------------------ | :---------- |
44-
| Component | A component is added | `minor` |
45-
| | A component is deprecated | `minor` |
46-
| | A component is removed | `major` |
47-
| Props | A prop is added | `minor` |
48-
| | [The type of a prop is broadened](#the-type-of-a-prop-is-broadened) | `minor` |
49-
| | [The type of a prop is narrowed](#the-type-of-a-prop-is-narrowed) | `major` |
50-
| | A prop is deprecated | `minor` |
51-
| | A prop is removed | `major` |
42+
| Category | Type of change | semver bump |
43+
| :-------- | :--------------------------------------------------------------------------- | :---------- |
44+
| Component | A component is added | `minor` |
45+
| | A component is deprecated | `minor` |
46+
| | A component is removed | `major` |
47+
| Props | A prop is added | `minor` |
48+
| | [The type of a prop is broadened](#the-type-of-a-prop-is-broadened) | `minor` |
49+
| | [The type of a prop is narrowed](#the-type-of-a-prop-is-narrowed) | `major` |
50+
| | A prop is deprecated | `minor` |
51+
| | A prop is removed | `major` |
52+
| Package | A dependency is added | `minor` |
53+
| | A dependency is removed and it does not affect the public API of the package | `minor` |
54+
| | A dependency is removed and it does affect the public API of the package | `major` |
55+
| | The version of a dependency is increased to a newer minor or patch version | `minor` |
56+
| | The version of a dependency is increased to a newer major version | `major` |
5257

5358
## Reference
5459

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@
9898
"@github/markdown-toolbar-element": "^2.1.0",
9999
"@github/paste-markdown": "^1.4.0",
100100
"@github/relative-time-element": "^4.1.2",
101-
"@lit-labs/react": "1.1.1",
102-
"@primer/behaviors": "1.3.4",
101+
"@lit-labs/react": "^1.1.1",
102+
"@primer/behaviors": "^1.3.4",
103103
"@primer/octicons-react": "^19.3.0",
104-
"@primer/primitives": "7.11.11",
104+
"@primer/primitives": "^7.11.11",
105105
"@react-aria/ssr": "^3.1.0",
106106
"@styled-system/css": "^5.1.5",
107107
"@styled-system/props": "^5.1.5",
@@ -115,11 +115,11 @@
115115
"color2k": "^2.0.0",
116116
"deepmerge": "^4.2.2",
117117
"focus-visible": "^5.2.0",
118-
"fzy.js": "0.4.1",
118+
"fzy.js": "^0.4.1",
119119
"history": "^5.0.0",
120-
"lodash.isempty": "4.4.0",
121-
"lodash.isobject": "3.0.2",
122-
"react-intersection-observer": "9.4.3",
120+
"lodash.isempty": "^4.4.0",
121+
"lodash.isobject": "^3.0.2",
122+
"react-intersection-observer": "^9.4.3",
123123
"react-is": "^18.2.0",
124124
"styled-system": "^5.1.5"
125125
},

0 commit comments

Comments
 (0)