filipesilva / create-cljs-app

Set up a modern CLJS web app by running one command.
MIT License
299 stars 23 forks source link

build(deps-dev): bump shadow-cljs from 2.11.4 to 2.20.12 #395

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps shadow-cljs from 2.11.4 to 2.20.12.

Changelog

Sourced from shadow-cljs's changelog.

2.20.12 - 2022-11-17

  • [ c6598 ] downgrade core.async until AOT issues are resolved
  • [ 8f14c ] make :dev-http properly handle index files in classpath roots

2.20.11 - 2022-11-15

  • [ b034b ] leave note about core.async fix
  • [ b48d9 ] try to bump core.async again
  • [ 8d0c3 ] revert core.async bump. dunno why it fails
  • [ c0b70 ] try to get useful error reports
  • [ 96782 ] fix ci caches?
  • [ 2b143 ] remove guava dep
  • [ 2f081 ] misc smaller dep bumps
  • [ 7ef10 ] shadow-undertow bump
  • [ 42a98 ] closure-compiler bump and fixes

2.20.10 - 2022-11-10

  • [ 31929 ] fix constants replacement optimization conflicts

2.20.9 - 2022-11-10

  • [ 55962 ] support "standard" config directory location (eg. XDG_CONFIG_HOME)

2.20.8 - 2022-11-09

  • [ 5cf0e ] add :trusted-strings true closure compiler option

2.20.7 - 2022-10-27

  • [ 723fb ] tune :js-provider :import + :esm for JS side tree shaking

2.20.6 - 2022-10-23

  • [ 46af5 ] fix :js-provider :import not finding magic symbols

2.20.5 - 2022-10-14

  • [ a2ce3 ] docs(README): fix for broken link to Boodle project (accounting SPA) (#1047)
  • [ 6ba35 ] fix externs inference to account for hinted types
  • [ d1d1c ] add missing file

2.20.4 - 2022-10-13

  • [ c4429 ] fix :esm target not properly importing :depends-on modules

2.20.3 - 2022-10-09

  • [ e5324 ] fix goog.module requires in the REPL
  • [ bf38b ] also add throw
  • [ 0b685 ] add undefined as known global so it doesn't end up in externs

2.20.2 - 2022-09-16

  • [ 53185 ] fix breakage when npm packages don't match their installed name

2.20.1 - 2022-08-31

  • [ 84644 ] fix debug macros
  • [ a7b6b ] fix not catching enough exceptions

... (truncated)

Commits


Dependabot compatibility score

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[bot] commented 1 year ago

Superseded by #404.