Skip to content

Update dependency assemblyscript to v0.28.17#335

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/assemblyscript-0.x
Open

Update dependency assemblyscript to v0.28.17#335
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/assemblyscript-0.x

Conversation

@renovate

@renovate renovate Bot commented Mar 3, 2021

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
assemblyscript (source) 0.18.110.28.17 age confidence

Release Notes

AssemblyScript/assemblyscript (assemblyscript)

v0.28.17

Compare Source

New features

v0.28.16

Compare Source

New features
Bug fixes
  • forbidden override between generic function and concrete function (#​3014) (ffada5a)

v0.28.15

Compare Source

Bug fixes

v0.28.14

Compare Source

Bug fixes
  • report error when generic method attempts to implement non-generic interface method (#​3007) (2180c8c)
Other

v0.28.13

Compare Source

Bug fixes

v0.28.12

Compare Source

Bug fixes
  • compiler crashed when duplicate inner function declared in function body (#​3000) (40037f5)
  • use common type for numeric check on binary subtraction (#​3003) (fed7ffa)
  • return previous color state from setColorsEnabled (#​3002) (9ffcf25)
Other
  • chore: update npm deps. Migrate to new eslint config. Minor fixes (#​2996) (04eba49)

v0.28.11

Compare Source

Bug fixes
  • compiler crashed when callback signature has void as parameter (#​2998) (327423b)

v0.28.10

Compare Source

Bug fixes
Other

v0.28.9

Compare Source

New features
Other

v0.28.8

Compare Source

New features

v0.28.7

Compare Source

Bug fixes

v0.28.6

Compare Source

New features

v0.28.5

Compare Source

Bug fixes

v0.28.4

Compare Source

Bug fixes
  • make asinit exit if package.json has a "type" not equal to "module" (#​2938) (6cd638e)
Other
  • chore: refactor ensureConstructor with CommonNames instead of raw string (#​2935) (69cc1cb)

v0.28.3

Compare Source

Bug fixes

v0.28.2

Compare Source

New features
Bug fixes
Other

v0.28.1

Compare Source

Bug fixes

v0.28.0

Compare Source

Breaking changes
Bug fixes
  • remove unused tmp local in array literal generated code (#​2917) (da77630)
  • builtin_call_indirect does not manage GC obj correctly (#​2924) (91976df)

v0.27.37

Compare Source

Bug fixes
  • Math.pow constant optimization behaves inconsistently in different versions of node (#​2920) (ae8c46c)
    use the pow function compiled by AS bootstrap to optimize the constant propagation of pow

v0.27.36

Compare Source

Bug fixes

v0.27.35

Compare Source

New features
Other

v0.27.34

Compare Source

Bug fixes

v0.27.33

Compare Source

New features
Other

v0.27.32

Compare Source

New features
Other
  • chore: enhance comment for extract_lane functions to include "idx" argument needs to be compile time constant (#​2890) (40850fe)

v0.27.31

Compare Source

New features
  • include runtime from current directory instead of lib (#​2884) (285afb1)
Other

v0.27.30

Compare Source

Bug fixes
  • strictly check operator overload ambiguity (#​2762) (dfc8a65)
    Operator overload is an internal mechanism, it can support to compare user-defined class, but it need to be limited.
    a == b and b == a should run the same function and get the same result in semantic level. Allowing ambiguity is bug prone.
  • report error for mulitple union type (#​2872) (1847c8f)
Other

v0.27.29

Compare Source

Bug fixes
Other

v0.27.28

Compare Source

Bug fixes
  • detect execution environment when loading wasm module (#​2855) (78963c5)
Other
  • chore: temporary disable std/math.release.wat check in aarch64 osx (#​2856) (be49610)

v0.27.27

Compare Source

Bug fixes
  • for statement increment will be processed in correct context (#​2839) (64cba2e)
Other

v0.27.26

Compare Source

Bug fixes
  • ignore this (#​2834) (b640ff2)
    This is a dummy commit to create a new release.
Other
  • Compile incrementors in for loops within the initializer's flow (#​2826) (9102c05)
    It turns out that incrementors were compiled with the body's flow, which
    meant that the incrementor had access to local variables declared in the
    body. Now, incrementors no longer have access to such variables.

    Fixes #​2825.

  • Binaryen on transform (#​2832) (9605c03)

    • Expose binaryen instance on transform

    • Fix invalid import in generated output

v0.27.25

Compare Source

Bug fixes

v0.27.24

Compare Source

Bug fixes

v0.27.23

Compare Source

Bug fixes
Other
  • Update Binaryen (#​2811) (dc547a8)
    This version of binaryen.js has the requisite 4 GiB max memory change.
    Fixes #​2810.

v0.27.22

Compare Source

New features

v0.27.21

Compare Source

Bug fixes

v0.27.20

Compare Source

Bug fixes
  • Improve date parsing (fractional seconds, UTC offsets) (#​2803) (d142ac8)

v0.27.19

Compare Source

Bug fixes

v0.27.18

Compare Source

Bug fixes
Other

v0.27.17

Compare Source

Bug fixes
  • placeholder commit for aspublish (#​2789) (f055bff)
    The commit that fixed the regression didn't start with "fix:" and such,
    so this commit accounts for that instead.
Other

v0.27.16

Compare Source

Bug fixes
Other

v0.27.15

Compare Source

Bug fixes
  • add diagnose for non-declarative statements in namespace (#​2765) (0b8abe4)

v0.27.14

Compare Source

Bug fixes
Other

v0.27.13

Compare Source

Bug fixes

v0.27.12

Compare Source

Bug fixes

v0.27.11

Compare Source

Bug fixes
Other

v0.27.10

Compare Source

Bug fixes

v0.27.9

Compare Source

Bug fixes

v0.27.8

Compare Source

Bug fixes

v0.27.7

Compare Source

Bug fixes
Other

v0.27.6

Compare Source

Bug fixes

v0.27.5

Compare Source

Bug fixes

v0.27.4

Compare Source

Bug fixes

v0.27.3

Compare Source

Bug fixes
Other

v0.27.2

Compare Source

New features
Bug fixes
  • Update Binaryen to 112.0.0-nightly.20230411 (#​2683) (f7571a4)
    Emscripten lowered the default stack size of emitted modules to 64kb recently, easily producing stack overflows in the optimizer. This version of Binaryen increases stack size to the previous 5mb again.
Other

v0.27.1

Compare Source

Bug fixes
  • Move compilation of instanceof helpers post override discovery (#​2661) (9497c3d)
Other

v0.27.0

Compare Source

Breaking changes
  • Check global uses more strictly (#​2632) (5cbbf84)
    Use of global variables (in the Wasm sense) is now checked more strictly to prevent undesirable execution order. If the compiler detects that it is possible that a variable might not have been initialized when accessed, a diagnostic is produced. It cannot be ruled out that some amount of existing code will be affected, since such checks are performed at runtime in JS but are proven at compile time in AS. If encountered, the fix is to move the variable's declaration up, say before the first invocation of a function (that might call another function) accessing the variable, so it is guaranteed that it is initialized before its first use.
Bug fixes
  • Update this and return type in generated child class constructor (#​2635) (941b0e1)
Other

v0.26.7

Compare Source

Bug fixes

v0.26.6

Compare Source

Bug fixes
Other
  • Add parse methods to portable. Also fix couple type definitions (#​2627) (4535263)

v0.26.5

Compare Source

Bug fixes
Other

v0.26.4

Compare Source

Bug fixes

v0.26.3

Compare Source

New features

v0.26.2

Compare Source

Bug fixes
Other

v0.26.1

Compare Source

Bug fixes
  • Mitigate endless loop in (invalid) override discovery (d46bfeb)
  • Check ASI upon unusual trailing expressions (#​2252) (282d924)
Other
  • [NFC] Simplify lookup tables with reinterprect casts (#​2609) (c9297db)

v0.26.0

Compare Source

Breaking changes
  • Add LUB computation for class types (#​2594) (4b3b390)
    Binary and ternary expressions now compute and evaluate to the least upper bound of two not identical class type inputs in the absence of a better fitting contextual type. Technically a breaking change, yet likely without noticeable effects on existing code.
Bug fixes
  • Defuse assert in lookupPropertyAccessExpression after prior error (82812de)
  • Support trailing comma in function type parameters (#​2608) (1ff71e5)
Other

v0.25.2

Compare Source

New features
  • **Add --uncheckedBehavior to customize the use of unchecked() ([#​

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 force-pushed the renovate/assemblyscript-0.x branch from 6264da4 to def5cc9 Compare March 8, 2021 02:53
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.18.12 Update dependency assemblyscript to v0.18.13 Mar 8, 2021
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from def5cc9 to 3dcbcf0 Compare March 9, 2021 02:26
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.18.13 Update dependency assemblyscript to v0.18.14 Mar 9, 2021
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from 3dcbcf0 to 2b16cab Compare March 13, 2021 02:10
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.18.14 Update dependency assemblyscript to v0.18.15 Mar 13, 2021
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from 2b16cab to 7a9ff64 Compare March 23, 2021 02:47
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.18.15 Update dependency assemblyscript to v0.18.16 Mar 23, 2021
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from 7a9ff64 to c726302 Compare March 27, 2021 01:51
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.18.16 Update dependency assemblyscript to v0.18.17 Mar 27, 2021
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from c726302 to 29a814c Compare March 28, 2021 00:55
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.18.17 Update dependency assemblyscript to v0.18.18 Mar 28, 2021
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from 29a814c to d7cc777 Compare March 30, 2021 03:47
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.18.18 Update dependency assemblyscript to v0.18.19 Mar 30, 2021
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from d7cc777 to 2c712cc Compare April 1, 2021 01:02
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.18.19 Update dependency assemblyscript to v0.18.20 Apr 1, 2021
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from 2c712cc to 7991efd Compare April 2, 2021 02:00
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.18.20 Update dependency assemblyscript to v0.18.21 Apr 2, 2021
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.18.21 Update dependency assemblyscript to v0.18.22 Apr 7, 2021
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch 2 times, most recently from e8d8646 to a184ed3 Compare April 8, 2021 00:34
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.18.22 Update dependency assemblyscript to v0.18.23 Apr 8, 2021
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from a184ed3 to 3acacbc Compare April 11, 2021 01:32
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.18.23 Update dependency assemblyscript to v0.18.24 Apr 11, 2021
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from 3acacbc to 731b5bb Compare April 15, 2021 01:07
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.18.24 Update dependency assemblyscript to v0.18.25 Apr 15, 2021
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from 731b5bb to 07bce15 Compare April 16, 2021 02:31
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.18.25 Update dependency assemblyscript to v0.18.26 Apr 16, 2021
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from 07bce15 to a12ebdf Compare April 20, 2021 02:10
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.18.26 Update dependency assemblyscript to v0.18.27 Apr 20, 2021
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.19.17 Update dependency assemblyscript to v0.19.23 Mar 7, 2022
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from 15bd94a to 92ea3b2 Compare March 26, 2022 14:31
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.19.23 Update dependency assemblyscript to v0.20.2 Mar 26, 2022
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from 92ea3b2 to 0002684 Compare April 25, 2022 00:35
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.20.2 Update dependency assemblyscript to v0.20.6 Apr 25, 2022
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from 0002684 to e19de46 Compare June 18, 2022 21:17
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.20.6 Update dependency assemblyscript to v0.20.11 Jun 18, 2022
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from e19de46 to 11f4ac6 Compare June 24, 2022 00:02
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.20.11 Update dependency assemblyscript to v0.20.12 Jun 24, 2022
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from 11f4ac6 to fe6be75 Compare September 25, 2022 18:15
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.20.12 Update dependency assemblyscript to v0.21.3 Sep 25, 2022
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from fe6be75 to 9189585 Compare November 20, 2022 16:06
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.21.3 Update dependency assemblyscript to v0.24.1 Nov 20, 2022
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from 9189585 to 1aeaa33 Compare March 17, 2023 04:00
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.24.1 Update dependency assemblyscript to v0.27.1 Mar 17, 2023
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from 1aeaa33 to b705928 Compare April 17, 2023 12:22
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.27.1 Update dependency assemblyscript to v0.27.2 Apr 17, 2023
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from b705928 to c430694 Compare May 28, 2023 09:19
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.27.2 Update dependency assemblyscript to v0.27.5 May 28, 2023
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from c430694 to 6a35245 Compare July 19, 2023 04:52
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.27.5 Update dependency assemblyscript to v0.27.6 Jul 19, 2023
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.27.6 Update dependency assemblyscript to v0.27.7 Aug 1, 2023
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch 2 times, most recently from 55563dc to 0e305e6 Compare August 2, 2023 04:10
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.27.7 Update dependency assemblyscript to v0.27.8 Aug 2, 2023
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from 0e305e6 to 30ce727 Compare August 14, 2023 03:46
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.27.8 Update dependency assemblyscript to v0.27.9 Aug 14, 2023
@renovate renovate Bot force-pushed the renovate/assemblyscript-0.x branch from 30ce727 to e2dca1b Compare September 28, 2023 01:37
@renovate renovate Bot changed the title Update dependency assemblyscript to v0.27.9 Update dependency assemblyscript to v0.27.10 Sep 28, 2023
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.

0 participants