Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vercel/styled-jsx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.2
Choose a base ref
...
head repository: vercel/styled-jsx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.3
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 10, 2023

  1. 1

    Verified

    This commit was signed with the committer’s verified signature.
    krassowski Michał Krassowski
    Copy the full SHA
    7e7743a View commit details

Commits on May 7, 2024

  1. chore: bump loader-utils version (#845)

    fix: bump loader-utils version
    huozhi authored May 7, 2024
    Copy the full SHA
    8b6e01f View commit details
  2. fix: bump peer dep for react 19 (#844)

    huozhi authored May 7, 2024
    Copy the full SHA
    18ddefd View commit details
Showing with 9 additions and 13 deletions.
  1. +3 −7 .github/ISSUE_TEMPLATE.md
  2. +2 −2 package.json
  3. +4 −4 yarn.lock
10 changes: 3 additions & 7 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
👋 friend. Welcome to styled-jsx and thanks for contributing!
<!--
⚠️ IMPORTANT ⚠️

If you need help or have a question about styled-jsx please ask it on Spectrum https://spectrum.chat/styled-jsx or join our Slack community at https://vercel.chat and ask it in the `#next` channel.

Before you open a new issue please take a look at our [**Frequent Asked Questions**](https://github.com/vercel/styled-jsx#faq) and [**open issues**](https://github.com/vercel/styled-jsx/issues).
Before you open a new issue please take a look at our [**Frequent Asked Questions**](https://github.com/vercel/styled-jsx#faq) and [**open issues**](https://github.com/vercel/styled-jsx/issues). Or if you're using styled-jsx with Next.js but found issue there, please fill an issue to [**Next.js**](https://github.com/verce/next.js/issues) instead.
Remember, often time asking in chat or looking at the FAQ/issues can be \*faster than waiting for us to reply to a new issue\*\*.
If you are here to report a bug or request a feature please remove this introductory section and fill out the information below!
---
-->

#### Do you want to request a _feature_ or report a _bug_?

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@
"eslint": "7.32.0",
"eslint-config-prettier": "4.0.0",
"husky": "4.3.0",
"loader-utils": "1.4.1",
"loader-utils": "1.4.2",
"prettier": "1.16.4",
"pretty-quick": "3.1.0",
"react": "17.0.1",
@@ -96,7 +96,7 @@
"stylis-rule-sheet": "0.0.10"
},
"peerDependencies": {
"react": ">= 16.8.0 || 17.x.x || ^18.0.0-0"
"react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
},
"peerDependenciesMeta": {
"@babel/core": {
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -4120,10 +4120,10 @@ load-json-file@^7.0.0:
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-7.0.1.tgz#a3c9fde6beffb6bedb5acf104fad6bb1604e1b00"
integrity sha512-Gnxj3ev3mB5TkVBGad0JM6dmLiQL+o0t23JPBZ9sd+yvSLk05mFoqKBw5N8gbbkU4TNXyqCgIrl/VM17OgUIgQ==

loader-utils@1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.1.tgz#278ad7006660bccc4d2c0c1578e17c5c78d5c0e0"
integrity sha512-1Qo97Y2oKaU+Ro2xnDMR26g1BwMT29jNbem1EvcujW2jqt+j5COXyscjM7bLQkM9HaxI7pkWeW7gnI072yMI9Q==
loader-utils@1.4.2:
version "1.4.2"
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.2.tgz#29a957f3a63973883eb684f10ffd3d151fec01a3"
integrity sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==
dependencies:
big.js "^5.2.2"
emojis-list "^3.0.0"