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.11.4 to 2.18.0 #343

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps shadow-cljs from 2.11.4 to 2.18.0.

Changelog

Sourced from shadow-cljs's changelog.

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
  • [ 051b5 ] improve nrepl init failure error

2.17.8 - 2022-03-07

  • [ 4110f ] fix npm resolve regression for nested packages

2.17.7 - 2022-03-06

  • [ f2769 ] add missing :js-package-dir for neste pkg
  • [ 0b03b ] fix npm resolve not using browser overrides in nested packages
  • [ 06033 ] add UI debug helper
  • [ 73f0f ] use :stable meta in UI code
  • [ 368b6 ] add missing test files

2.17.6 - 2022-03-03

  • [ 7cc34 ] fix npm resolve for nested package requiring other nested pkg
  • [ d9bda ] fix build reports
  • [ 69b43 ] fix externs inference warnings for goog.module imports

2.17.5 - 2022-02-24

  • [ 41d56 ] fix npm resolve using index.js over package.json in nested dirs

2.17.4 - 2022-02-20

  • [ 8ee15 ] fix error message for failed npm require
  • [ 54d4b ] fix bootstrap not loading goog.module properly
  • [ 9b1f5 ] fix :bootstrap release not converting goog.module properly
  • [ 50e0a ] Bump tailwind-css (to 3.0.18) and associated packges (#984)
  • [ e0a4d ] bump various dependencies

2.17.3 - 2022-02-17

  • [ 56572 ] use eval loader in worker modules as well
  • [ 7e98d ] add shadow-remote nrepl bridge

2.17.2 - 2022-02-12

  • [ e0ca8 ] fix ns require alias conflicting with refer

2.17.1 - 2022-02-10

  • [ 0e7fb ] maybe fix npm/find-resource stackoverflow?
  • [ 40eba ] relax ns alias check for cljs.js can compile again

2.17.0 - 2022-02-06

  • [ 39dc5 ] fix ReplaceCLJSConstants pass
  • [ a48db ] fix classpath require exception using unresolved paths
  • [ ed908 ] rewrite npm resolve to prepare for package.json exports
  • [ 1259a ] fix broken alias check

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