Skip to content

Commit bdaffcd

Browse files
committed
Merge branch 'master' of https://github.com/reduxjs/react-redux into add-size-limit
2 parents 8674167 + 70ecef8 commit bdaffcd

File tree

75 files changed

+1884
-1743
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1884
-1743
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 🐛 Bug Report
22
description: Something isn't working correctly.
3-
body:
3+
body:
44
- type: markdown
55
attributes:
66
value: |
@@ -50,6 +50,6 @@ body:
5050
attributes:
5151
label: Did this work in previous versions of React Redux?
5252
options:
53-
- label: "Yes"
53+
- label: 'Yes'
5454
validations:
5555
required: false

Diff for: .github/ISSUE_TEMPLATE/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: 🤔 Questions and Help
4-
url: https://redux.js.org/introduction/getting-started#help-and-discussion
5-
about: This is a bug tracker, not a support system. For usage questions, please use our support resources.
3+
- name: 🤔 Questions and Help
4+
url: https://redux.js.org/introduction/getting-started#help-and-discussion
5+
about: This is a bug tracker, not a support system. For usage questions, please use our support resources.

Diff for: .github/ISSUE_TEMPLATE/feature_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 👍 Feature Request
22
description: I'd like React Redux to do something new.
3-
body:
3+
body:
44
- type: markdown
55
attributes:
66
value: |

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fail-fast: false
5050
matrix:
5151
node: ['20.x']
52-
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4']
52+
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5']
5353

5454
steps:
5555
- name: Checkout repo

Diff for: .prettierrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"semi": false,
33
"singleQuote": true,
4-
"tabWidth": 2,
5-
"endOfLine": "auto"
4+
"tabWidth": 2
65
}

Diff for: CODE_OF_CONDUCT.md

-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ Project maintainers have the right and responsibility to remove, edit, or reject
1111
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
1212

1313
This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
14-

Diff for: etc/react-redux.api.md

+506-194
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)