filipesilva / create-cljs-app

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

build(deps-dev): bump shadow-cljs from 2.10.22 to 2.19.5 in /template #361

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps shadow-cljs from 2.10.22 to 2.19.5.

Changelog

Sourced from shadow-cljs's changelog.

2.19.5 - 2022-06-24

  • [ c01ef ] cljs bump
  • [ 96189 ] make build-report/generate accept a map for build config only

2.19.4 - 2022-06-21

  • [ c3a41 ] fix improperly initialized :compiler-env breaking stuff
  • [ 6614c ] sync deps.end
  • [ 5eece ] don't use :build-hooks in build reports
  • [ 22d87 ] remove some old unused :foreign-lib related code

2.19.3 - 2022-06-11

  • [ 3e8db ] closure-compiler v20220601
  • [ 2506e ] cljs 1.11.57
  • [ e8c2f ] use :cljs variant from data_readers.cljc
  • [ 1b459 ] also collect class declaration as global for re-export

2.19.2 - 2022-06-08

  • [ 413d1 ] move temp guava dep up
  • [ 8088f ] actually still against polluting cljs.reader by default
  • [ e70f1 ] fix some data_readers issues
  • [ f66ab ] add support for data_readers.cljc for CLJS compat
  • [ c0336 ] temporary declare guava as a dependency

2.19.1 - 2022-06-01

  • [ 49fb0 ] add missing :output-feature-set options, bump default
  • [ 4e19b ] add and fix tests for previous commit
  • [ c2c18 ] fix "browser" overrides with false in package.json not working
  • [ b9992 ] fix REPL losing line information
  • [ ea6e4 ] stop watching .gitlibs for changes
  • [ 05f2c ] add very basic js-await macro for promise interop

2.19.0 - 2022-05-16

  • [ 653df ] cljs + closure compiler bump
  • [ 0421c ] fix issue when using multiple symbol$suffix requires
  • [ 3af21 ] reverd closure-compiler bump, have to wait for cljs release
  • [ 52c98 ] dependency bump
  • [ 4deba ] remove unused old workspaces dep
  • [ 0f957 ] update clojure dep, older versions still fine
  • [ 1a8a1 ] add warnings for misconfigured :build-hooks
  • [ b1d56 ] fix REPL locking up after read failure
  • [ 0ef03 ] remove old unused&broken ultility script
  • [ 508f8 ] update caniuse-lite to it shuts up about being outdated

2.18.0 - 2022-04-04

  • [ 6de14 ] closure-compiler bump, macos directory-watcher bump
  • [ e2ffc ] remove leftover debug log
  • [ bb2c5 ] fix deps.edn
  • [ c8994 ] sync deps.edn file
  • [ 6daff ] dependency trim: graal-js, slightly less function npm-deps
  • [ 1af07 ] dependency trim: pathom, remove graph api

... (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 2 years ago

Superseded by #369.