Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @assemblyscript/loader to v0.27.25 #284

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@assemblyscript/loader (source) 0.25.2 -> 0.27.25 age adoption passing confidence

Release Notes

AssemblyScript/assemblyscript (@​assemblyscript/loader)

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

Configuration

📅 Schedule: 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/assemblyscript-loader-0.x branch from 47ccdaa to 519de1e Compare February 1, 2023 04:58
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.26.7 Update dependency @assemblyscript/loader to v0.27.0 Feb 1, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-loader-0.x branch from 519de1e to 96e9a99 Compare March 4, 2023 03:45
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.0 Update dependency @assemblyscript/loader to v0.27.1 Mar 4, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-loader-0.x branch from 96e9a99 to ab9d113 Compare April 12, 2023 04:12
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.1 Update dependency @assemblyscript/loader to v0.27.2 Apr 12, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-loader-0.x branch from ab9d113 to 5a3fece Compare May 28, 2023 10:20
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.2 Update dependency @assemblyscript/loader to v0.27.5 May 28, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-loader-0.x branch from 5a3fece to ad4c670 Compare July 19, 2023 05:11
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.5 Update dependency @assemblyscript/loader to v0.27.6 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-loader-0.x branch from ad4c670 to a61f684 Compare August 1, 2023 05:08
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.6 Update dependency @assemblyscript/loader to v0.27.7 Aug 1, 2023
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.7 Update dependency @assemblyscript/loader to v0.27.8 Aug 2, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-loader-0.x branch from a61f684 to fc80a80 Compare August 2, 2023 04:46
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.8 Update dependency @assemblyscript/loader to v0.27.9 Aug 14, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-loader-0.x branch from fc80a80 to 36229c4 Compare August 14, 2023 02:07
@renovate renovate bot force-pushed the renovate/assemblyscript-loader-0.x branch from 36229c4 to 64979ff Compare September 28, 2023 01:45
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.9 Update dependency @assemblyscript/loader to v0.27.10 Sep 28, 2023
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.10 Update dependency @assemblyscript/loader to v0.27.11 Oct 2, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-loader-0.x branch from 64979ff to d6c79ab Compare October 2, 2023 04:34
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.11 Update dependency @assemblyscript/loader to v0.27.12 Oct 8, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-loader-0.x branch 2 times, most recently from 9955eb7 to 1c0234b Compare October 11, 2023 04:15
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.12 Update dependency @assemblyscript/loader to v0.27.13 Oct 11, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-loader-0.x branch from 1c0234b to 655fd2c Compare October 18, 2023 03:09
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.13 Update dependency @assemblyscript/loader to v0.27.14 Oct 18, 2023
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.14 Update dependency @assemblyscript/loader to v0.27.15 Nov 3, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-loader-0.x branch 2 times, most recently from 825dbe0 to 2ec90e7 Compare November 9, 2023 03:09
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.15 Update dependency @assemblyscript/loader to v0.27.16 Nov 9, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-loader-0.x branch from 2ec90e7 to 82f26b3 Compare November 9, 2023 18:41
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.16 Update dependency @assemblyscript/loader to v0.27.17 Nov 9, 2023
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.17 Update dependency @assemblyscript/loader to v0.27.18 Nov 15, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-loader-0.x branch 2 times, most recently from ef8c28e to 15a55d6 Compare November 18, 2023 03:24
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.18 Update dependency @assemblyscript/loader to v0.27.19 Nov 18, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-loader-0.x branch from 15a55d6 to 2929aa6 Compare November 21, 2023 02:06
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.19 Update dependency @assemblyscript/loader to v0.27.20 Nov 21, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-loader-0.x branch from 2929aa6 to ce4527d Compare November 22, 2023 04:50
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.20 Update dependency @assemblyscript/loader to v0.27.21 Nov 22, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-loader-0.x branch from ce4527d to c11cf58 Compare November 24, 2023 03:36
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.21 Update dependency @assemblyscript/loader to v0.27.22 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-loader-0.x branch from c11cf58 to cfaaf92 Compare January 16, 2024 04:29
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.22 Update dependency @assemblyscript/loader to v0.27.23 Jan 16, 2024
@renovate renovate bot force-pushed the renovate/assemblyscript-loader-0.x branch from cfaaf92 to babcfdc Compare January 31, 2024 04:38
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.23 Update dependency @assemblyscript/loader to v0.27.24 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/assemblyscript-loader-0.x branch from babcfdc to c0a88b9 Compare March 9, 2024 01:32
@renovate renovate bot changed the title Update dependency @assemblyscript/loader to v0.27.24 Update dependency @assemblyscript/loader to v0.27.25 Mar 9, 2024
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.

None yet

0 participants