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.1 #373

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps shadow-cljs from 2.11.4 to 2.20.1.

Changelog

Sourced from shadow-cljs's changelog.

Changelog

2.20.0 - 2022-08-31

  • [ 41ea1 ] dep bumps
  • [ 197fc ] readme
  • [ 5e19b ] readme
  • [ 20972 ] readme
  • [ 0b819 ] reorg readme header
  • [ 3a231 ] fix typo
  • [ 35edd ] hard bump to Java11 minimum
  • [ 47c38 ] add check for running instances in project

2.19.9 - 2022-08-14

  • [ 53421 ] dep bumps
  • [ 4760e ] fix :dump-closure-inputs debug option
  • [ 54e95 ] move all cljs hacks to delayed init to fix some AOT issues
  • [ 5cc1e ] fix css build
  • [ e8e0c ] go back to the old ESM hack
  • [ a6d10 ] more :target :esm tweaks
  • [ 70966 ] closure ESM output seems to have some issues
  • [ 1a761 ] rewrite ESM output to use Closure Compiler ESM output
  • [ 51d21 ] remove try/catch for :init-fn call in release builds
  • [ e043e ] skip unnecessary use strict in ESM output
  • [ 94b08 ] update css build
  • [ 6757a ] updating year in copyright (#1043)
  • [ c2d49 ] fix README to indicate that Java 11 is now minimum
  • [ c8884 ] adjust UI for grove changes
  • [ 4115a ] update css build functions

2.19.8 - 2022-07-25

  • [ 2730f ] drop the one CLJ use of shadow.css

2.19.7 - 2022-07-25

  • [ 084b5 ] dep bump: transit-cljs, closure-compiler
  • [ 03506 ] add config option to disable namespace reset in watch
  • [ 4ce85 ] fix REPL require :reload not actually reloading anything
  • [ fcfb2 ] css cleanup
  • [ 17dbe ] Polyfill inherits (#1035)
  • [ 7b95c ] entirely remove tailwind and only use shadow.css
  • [ de1ee ] port rest of UI css to shadow.css
  • [ 83b77 ] more UI css porting
  • [ 838b9 ] extract shadow.css to its own project
  • [ 5b91d ] prep for css optimizer, proof of concept appears to work
  • [ 4d51d ] css getting to reasonable state
  • [ f8f0c ] more css
  • [ da675 ] more css, begin trials in UI code
  • [ da965 ] more css stuff
  • [ d6e14 ] add beginnings of shadow.css (from shadow-grove)
  • [ 361e5 ] fix lingering goog.global = this || self for ESM builds
  • [ a6929 ] fix esm build with :devtools {:enabled false}

... (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 #378.