yuiseki / crisis-news-map-next

🗺 Source code of https://crisis.yuiseki.net/ . Web service that collects disaster-related news articles and displays them on a map.
https://crisis.yuiseki.net/
Do What The F*ck You Want To Public License
19 stars 3 forks source link

Bump dset and twin.macro #41

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Removes dset. It's no longer used after updating ancestor dependency twin.macro. These dependencies need to be updated together.

Removes dset

Updates twin.macro from 2.4.1 to 3.1.0

Release notes

Sourced from twin.macro's releases.

v3.1

v3.0.1

This patch contains a fix for stitches:

  • Fixed stitches animation-x classes #758

And mostly fixes for arbitrary variant usage:

  • Fixed a variant ordering bug when using multiple variants #759
  • Fixed an error when non-media at-rules were used in arbitrary variants, eg: [@page]:m-0 #759
  • Fixed comma bug where arbitrary variants aren't visited individually for the auto parent selector #757
  • Fixed encoding bug in arbitrary variants when a number is added directly after a comma #757
  • Added error message when incorrect arbitrary variant combination containing commas is used #757
  • Removed a now unneeded error that notified us to add parent selectors #759

Reminder: Update tailwind to latest also or you'll probably see a pieces.some is not a function error:

# `twin.macro@3.01` requires `tailwindcss@>=3.2.0`
npm i twin.macro@latest tailwindcss@latest

3.0.0-rc.5

Install release candidate 5:

npm install twin.macro@rc
  • Avoid splitting within arbitrary variants during variant group unwrap 09ddd98
  • Avoid incorrect parent selector match within arbitrary variants 798638f
  • Fix shortCss check 51384af
  • Fix separator suggestion issue 1977aaa
  • Add support for tailwindConfig.separator 92e902c
  • Fix arbitrary variant/property support ed8d1e2
  • Improve jest tests #743

3.0.0-rc.4.2

Minor rc release with a few patches:

  • Improve arbitrary variant (+ parent selector) support 8de0ce733ec4233ac89ab00361d264987966963e
  • Avoid presets overriding the custom twin config 59713cd229cc6bd48a65ab91496e8463bb1e410a

... (truncated)

Commits
  • 6f8b0aa 3.1.0
  • 1112243 Merge pull request #767 from ben-rogerson/bugfix/pieces-some-error
  • 44bef1d Merge pull request #770 from ben-rogerson/bugfix/allow-plugin-apply
  • e29bcf2 Tweak error message and test
  • bdbd61e Merge pull request #766 from ben-rogerson/feature/ts-config
  • 9aaef41 Type description tweaks
  • 276a4b1 Add config type descriptions
  • 5cb241d Merge branch 'minzojian-master'
  • c7d893d Add tests for screen fixes
  • 875d358 Add jest example
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/yuiseki/crisis-news-map-next/network/alerts).
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
crisis-news-map-next ❌ Failed (Inspect) Dec 29, 2022 at 4:36PM (UTC)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.