Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 7, 2023

This PR contains the following updates:

Package Update Change
thheller/shadow-cljs minor 2.22.9 -> 2.28.23

Release Notes

thheller/shadow-cljs (thheller/shadow-cljs)

v2.28.23

  • [ 61840 ] fix trailing comma in some invoke emits
  • [ 5f69a ] add :to-query to shadow.remote relay

v2.28.22

  • [ d1281 ] add REPL for :target :esm with :runtime :node
  • [ cc90d ] make repl invoke async
  • [ acb36 ] remove old ui-init-data request

v2.28.21

  • [ 91414 ] preserve domain of reloaded assets (#​1218)
  • [ 70476 ] CI getting killed?
  • [ 0e931 ] take build :target into account for cache
  • [ e73b2 ] throw on :whitespace

v2.28.20

  • [ 2263d ] fix UI breaking when using browser-repl
  • [ 2f79a ] Improve the readability for the color of keywords in web console (#​1213)

v2.28.19

  • [ a7f5b ] add option to bypass strict npm exports
  • [ 2d784 ] fix potential NPE

v2.28.18

  • [ 5c7d1 ] add support for package.json imports

v2.28.17

  • [ 6b164 ] provides not requires

v2.28.16

  • [ a1fc5 ] hopefull fix all future jar URL related issues

v2.28.15

  • [ 27d05 ] fix #foo/bar require aliases

v2.28.14

  • [ 3cf22 ] fix recursive load-middlware call

v2.28.13

  • [ 7446b ] upgrade to nrepl 1.3.0
  • [ 63bf3 ] fix dotted core symbols

v2.28.12

  • [ 5206a ] add support for the Bun and pnpm package managers (#​1193)
  • [ 9cadb ] bump shadow-client lib
  • [ 4f454 ] exclude :default in externs gen

v2.28.11

  • [ b7bff ] add support for :external in :karma
  • [ dafc9 ] fix plugin
  • [ 9c8a8 ] demo notify plugin

v2.28.10

  • [ 5930d ] keep root-form in analyzer/macro env
  • [ 019b8 ] add experimental :esm-files target
  • [ de906 ] fix string require conflicts
  • [ 3d81b ] fix repl error using non-existent shadow.remote op

v2.28.9

  • [ 0f3d9 ] change :root-source-info to be REPL only
  • [ aece0 ] UI shrink top menu a bit
  • [ c33b9 ] UI fix active builds
  • [ f78a2 ] def as, bring back per object eval
  • [ 72d48 ] UI cleanup
  • [ 9d97f ] more UI work

v2.28.8

  • [ 6f96f ] double escape shell commands for windows
  • [ f0aeb ] add first draft of REPL in UI

v2.28.7

  • [ 38214 ] fix dropped ws connections when ws was too active
  • [ 2c455 ] add visual indicator for nav values
  • [ 34a56 ] visually hightlight active crumb
  • [ 616d8 ] remove some dead code
  • [ f7de4 ] increase ws buffers
  • [ b0fc7 ] inspect breadcrumbs
  • [ 4cc37 ] handle disconnect runtime in inspect
  • [ c3689 ] document UI data schema
  • [ d248a ] Update UI with grove-kv changes
  • [ adcf8 ] fix EINVAL issue on newer node+windows

v2.28.6

  • [ a10c1 ] use simplified grove rt handling
  • [ 47a19 ] move edn-limit to only print a str

v2.28.5

  • [ 95533 ] add EDN pretty viewer for inspect
  • [ 9cd4d ] fix UI css
  • [ 9e01c ] remove JS exception re-throw for init-fn calls
  • [ 42604 ] browser extension link

v2.28.4

  • [ 531b6 ] add config tab to build UI
  • [ 236e3 ] fix comment
  • [ b3e22 ] add support for npm "exports" with wildcard suffix
  • [ 53d59 ] fix some file-open util things
  • [ ac5fe ] fix wrong content-type
  • [ 194c4 ] tools.reader bump

v2.28.3

  • [ 8825e ] grove devtools UI test
  • [ 64e7c ] fix REPL inconsistency
  • [ 6efb2 ] fix IFn invoke > 20 args
  • [ 2204a ] change relay-ws message handling in UI

v2.28.2

  • [ 61840 ] fix trailing comma in some invoke emits
  • [ 5f69a ] add :to-query to shadow.remote relay

v2.28.1

  • [ a7f5b ] add option to bypass strict npm exports
  • [ 2d784 ] fix potential NPE

v2.27.5

  • [ 35790 ] fix for repl tagged literals not being pretty-printed (#​1174)
  • [ 4ec5a ] restore row hover in inspect
  • [ 03fc0 ] remove never finished db-explorer prototype

v2.27.4

  • [ e43de ] bump :language-in for externs processing
  • [ 5f859 ] try to preserve ordering of :npm-module exports

v2.27.3

  • [ d0072 ] tweak constants code
  • [ 3da98 ] tweak watch source invalidation
  • [ dae9e ] some cleanup

v2.27.2

  • [ 2a110 ] downgrade closure-compiler due to #​1170
  • [ cbd6a ] remove unused ui code
  • [ 98a83 ] fix :dev-http restarting too often

v2.27.1

  • [ 6d03c ] oops missed one rename

v2.26.7

  • [ ba995 ] boolean logic is hard ...

v2.26.6

  • [ eb92d ] add missing files
  • [ 561d4 ] emulate import() support for npm sources
  • [ ff6c4 ] add basic detection of dynamic import() uses

v2.26.5

  • [ 86375 ] tweak exports logic once more

v2.26.4

  • [ e800c ] fix npm require for self exports
  • [ a3886 ] fix error message for unexpected-ns
  • [ defd9 ] add experimental constant lifting

v2.26.3

  • [ 63b72 ] avoid passing empty sources to compiler
  • [ 64aa9 ] remove closure workaround
  • [ 45b01 ] skip source map generation for empty files
  • [ 27703 ] bump shadow-undertow

v2.26.2

  • [ 95319 ] move CORS headers up in :dev-http

v2.26.1

  • [ d7511 ] refresh :target :single-file
  • [ ddd0f ] check requires to actually match provided ns
  • [ e2d5f ] make build reports work with node targets

v2.26.0

  • [ 131ac ] bump tools.reader
  • [ 99291 ] bump closure compiler

v2.25.10

  • [ 4faee ] bump shadow-undertow, for :trust-all-certs
  • [ d022c ] don't ignore user defmacro definitions
  • [ fffea ] bump shadow-undertow for new trust proxy option
  • [ a0c86 ] reorder dev-http handlers, make ws proxying work

v2.25.9

  • [ 42143 ] fix UI issue
  • [ 1b960 ] enable :node-library default exports
  • [ ad9cd ] add check for ns self requires
  • [ f242a ] update FUNDING.yml
  • [ b01b7 ] log loading errors

v2.25.8

  • [ b6d0a ] fix previous commit
  • [ 26f01 ] fix shadow-js for node targets

v2.25.7

  • [ 9cc5e ] fix npm-module output with load tracking
  • [ d318f ] fix REPL handling of errors
  • [ 637c4 ] fix repl eval using ns + macros from required ns
  • [ 44540 ] fix missing worker error msg
  • [ a08f1 ] validate watch worker is still active

v2.25.6

  • [ be2a1 ] relax :npm-module to remove some hackiness
  • [ 7a88a ] handle uncaughtException in node-repl

v2.25.5

  • [ d69b2 ] add option to disable SSL even if :ssl is configured
  • [ cf5e8 ] don't warn on hidden protocol lookups
  • [ a11f6 ] small ui fix

v2.25.4

  • [ 81c3e ] Don't export at all without export or export-as meta (#​1143)
  • [ 45587 ] Add :root-source-info to analysis env (#​1146)

v2.25.3

  • [ a6b22 ] allow self require in ns again, broke bootstrap
  • [ 922af ] fix :external js provider with classpath js files
  • [ 2bc41 ] fix wrong munge fn
  • [ bb586 ] update cli-info task to properly report version

v2.25.2

  • [ 4f34d ] Created keep_awake_async.cljs, activateKeepAwake deprecated. (#​1120)
  • [ 15e69 ] add info line about how to rejoin exited CLJS repl
  • [ f3e89 ] fix some ESM rewriter issues

v2.25.1

  • [ 4faee ] bump shadow-undertow, for :trust-all-certs
  • [ d022c ] don't ignore user defmacro definitions
  • [ fffea ] bump shadow-undertow for new trust proxy option
  • [ a0c86 ] reorder dev-http handlers, make ws proxying work

v2.25.0

  • [ a21b6 ] fix CLJS load-file not returning []
  • [ 529dd ] Replace babel ESM rewriting with helper using GCC
  • [ 51b15 ] add missing files

v2.24.1

  • [ 65387 ] fix REPL printing datafied stuff
  • [ aeb32 ] implement prefix+wildcard exports support
  • [ faab2 ] 2.24.0
  • [ fd84d ] adjust :export-conditions defaults

v2.24.0

  • [ 65387 ] fix REPL printing datafied stuff
  • [ aeb32 ] implement prefix+wildcard exports support
  • [ faab2 ] 2.24.0
  • [ fd84d ] adjust :export-conditions defaults

v2.23.8

v2.23.7

  • [ a8558 ] fix tslib exports using ./ mapping to itself

v2.23.6

  • [ 93cd0 ] fix :esm attempting to load dead js deps
  • [ 97d15 ] add basic support for package.json exports

v2.23.5

  • [ 62514 ] fix watch issue with previous esm change

v2.23.4

  • [ ec9d6 ] fix esm import loading order issue in node
  • [ c8001 ] fix server start code for last commit
  • [ fdeb2 ] add :node-via-docker option
  • [ 71968 ] relax defclass macro requirements

v2.23.3

  • [ 04d92 ] fix bad boolean logic for :keep-as-require
  • [ 7a092 ] start looking for .mjs files
  • [ 3312f ] Exit with non-zero status when shadow-cljs.edn config file not found (#​1113)

v2.23.2

  • [ 177d5 ] fix warning related to ignore symbol

v2.23.1

  • [ c4052 ] closure-compiler bump
  • [ ee382 ] add :print-table option to build-report hook

v2.22.10

  • [ 0a680 ] optimize :esm flush, avoid needless fs writes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.22.10 chore(deps): update dependency thheller/shadow-cljs to v2.23.1 Apr 21, 2023
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch 2 times, most recently from b9f3ec6 to 97d08fc Compare April 22, 2023 20:07
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.23.1 chore(deps): update dependency thheller/shadow-cljs to v2.23.2 Apr 22, 2023
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from 97d08fc to a87868e Compare April 26, 2023 13:45
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.23.2 chore(deps): update dependency thheller/shadow-cljs to v2.23.3 Apr 26, 2023
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from a87868e to fdff31a Compare June 19, 2023 16:12
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.23.3 chore(deps): update dependency thheller/shadow-cljs to v2.23.5 Jun 19, 2023
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.23.5 chore(deps): update dependency thheller/shadow-cljs to v2.23.8 Jun 20, 2023
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from fdff31a to 0db1468 Compare June 20, 2023 15:22
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.23.8 chore(deps): update dependency thheller/shadow-cljs to v2.24.0 Jun 21, 2023
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from 0db1468 to dfbbf76 Compare June 21, 2023 12:06
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from dfbbf76 to 4a9fd8f Compare June 30, 2023 14:09
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.24.0 chore(deps): update dependency thheller/shadow-cljs to v2.24.1 Jun 30, 2023
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.24.1 chore(deps): update dependency thheller/shadow-cljs to v2.25.0 Jul 26, 2023
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from 4a9fd8f to 4575a38 Compare July 26, 2023 14:26
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.25.0 chore(deps): update dependency thheller/shadow-cljs to v2.25.1 Jul 27, 2023
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from 4575a38 to 6f83cfd Compare July 27, 2023 22:36
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.25.1 chore(deps): update dependency thheller/shadow-cljs to v2.25.2 Jul 28, 2023
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from 6f83cfd to 8e4f170 Compare July 28, 2023 10:54
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.25.2 chore(deps): update dependency thheller/shadow-cljs to v2.25.3 Aug 22, 2023
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from 8e4f170 to e984c36 Compare August 22, 2023 21:12
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from e984c36 to 060ebf0 Compare September 5, 2023 10:53
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.25.3 chore(deps): update dependency thheller/shadow-cljs to v2.25.4 Sep 5, 2023
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.25.4 chore(deps): update dependency thheller/shadow-cljs to v2.25.5 Sep 14, 2023
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from 060ebf0 to f28b293 Compare September 14, 2023 17:04
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from f28b293 to 6a84367 Compare September 23, 2023 10:31
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.25.5 chore(deps): update dependency thheller/shadow-cljs to v2.25.6 Sep 23, 2023
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from 6a84367 to 7f048ce Compare September 27, 2023 14:51
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.25.6 chore(deps): update dependency thheller/shadow-cljs to v2.25.7 Sep 27, 2023
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.28.16 chore(deps): update dependency thheller/shadow-cljs to v2.28.17 Oct 14, 2024
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from df3403a to 991df8f Compare October 17, 2024 10:00
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.28.17 chore(deps): update dependency thheller/shadow-cljs to v2.28.18 Oct 17, 2024
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from 991df8f to 3740e37 Compare November 4, 2024 10:49
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.28.18 chore(deps): update dependency thheller/shadow-cljs to v2.28.19 Nov 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.28.19 chore(deps): update dependency thheller/shadow-cljs to v2.28.19 - autoclosed Nov 13, 2024
@renovate renovate bot closed this Nov 13, 2024
@renovate renovate bot deleted the renovate/thheller-shadow-cljs-2.x branch November 13, 2024 20:08
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.28.19 - autoclosed chore(deps): update dependency thheller/shadow-cljs to v2.28.19 Nov 13, 2024
@renovate renovate bot reopened this Nov 13, 2024
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from 66ce0a0 to 3740e37 Compare November 13, 2024 21:42
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from 3740e37 to 31cf11a Compare November 21, 2024 14:15
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.28.19 chore(deps): update dependency thheller/shadow-cljs to v2.28.20 Nov 21, 2024
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.28.20 chore(deps): update dependency thheller/shadow-cljs to v2.28.20 - autoclosed Jan 17, 2025
@renovate renovate bot closed this Jan 17, 2025
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.28.20 - autoclosed chore(deps): update dependency thheller/shadow-cljs to v2.28.20 Jan 17, 2025
@renovate renovate bot reopened this Jan 17, 2025
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from 85aba64 to 31cf11a Compare January 17, 2025 08:17
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.28.20 chore(deps): update dependency thheller/shadow-cljs to v2.28.20 - autoclosed Jan 21, 2025
@renovate renovate bot closed this Jan 21, 2025
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.28.20 - autoclosed chore(deps): update dependency thheller/shadow-cljs to v2.28.20 Jan 21, 2025
@renovate renovate bot reopened this Jan 21, 2025
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from cbd2447 to 31cf11a Compare January 21, 2025 10:20
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from 31cf11a to 417e103 Compare February 21, 2025 14:11
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.28.20 chore(deps): update dependency thheller/shadow-cljs to v2.28.21 Feb 21, 2025
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from 417e103 to 09b875c Compare March 25, 2025 13:25
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.28.21 chore(deps): update dependency thheller/shadow-cljs to v2.28.22 Mar 25, 2025
@renovate renovate bot force-pushed the renovate/thheller-shadow-cljs-2.x branch from 09b875c to 9427ae7 Compare April 8, 2025 22:41
@renovate renovate bot changed the title chore(deps): update dependency thheller/shadow-cljs to v2.28.22 chore(deps): update dependency thheller/shadow-cljs to v2.28.23 Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant