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 to v0.27.25 #285

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 (source) ^0.25.0 -> ^0.27.0 age adoption passing confidence
assemblyscript (source) 0.25.2 -> 0.27.25 age adoption passing confidence

Release Notes

AssemblyScript/assemblyscript (assemblyscript)

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 these updates 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-0.x branch from cb7414c to fa0ca2b Compare February 1, 2023 04:58
@renovate renovate bot changed the title Update dependency assemblyscript to v0.26.7 Update dependency assemblyscript to v0.27.0 Feb 1, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-0.x branch from fa0ca2b to 6f55f19 Compare March 4, 2023 03:46
@renovate renovate bot changed the title Update dependency assemblyscript to v0.27.0 Update dependency assemblyscript to v0.27.1 Mar 4, 2023
@renovate renovate bot changed the title Update dependency assemblyscript to v0.27.1 Update dependency assemblyscript to v0.27.2 Apr 12, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-0.x branch from 6f55f19 to d9a6802 Compare April 12, 2023 04:12
@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 d9a6802 to e7fa59e Compare May 28, 2023 10:20
@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 force-pushed the renovate/assemblyscript-0.x branch from e7fa59e to e9c8af8 Compare July 19, 2023 05:11
@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 e5a4d34 to d1280fc Compare August 2, 2023 04:46
@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 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 d1280fc to 16c2b10 Compare August 14, 2023 02:07
@renovate renovate bot changed the title Update dependency assemblyscript to v0.27.9 Update dependency assemblyscript to v0.27.10 Sep 28, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-0.x branch from 16c2b10 to 632267f Compare September 28, 2023 01:45
@renovate renovate bot changed the title Update dependency assemblyscript to v0.27.10 Update dependency assemblyscript to v0.27.11 Oct 2, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-0.x branch from 632267f to 5f01cc6 Compare October 2, 2023 04:34
@renovate renovate bot changed the title Update dependency assemblyscript to v0.27.11 Update dependency assemblyscript to v0.27.12 Oct 8, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-0.x branch from 5f01cc6 to 4545695 Compare October 8, 2023 04:35
@renovate renovate bot changed the title Update dependency assemblyscript to v0.27.12 Update dependency assemblyscript to v0.27.13 Oct 11, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-0.x branch from 4545695 to f787d3d Compare October 11, 2023 04:15
@renovate renovate bot changed the title Update dependency assemblyscript to v0.27.13 Update dependency assemblyscript to v0.27.14 Oct 18, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-0.x branch from f787d3d to ab85e9f Compare October 18, 2023 03:09
@renovate renovate bot force-pushed the renovate/assemblyscript-0.x branch from ab85e9f to 1dbe92f Compare November 3, 2023 04:01
@renovate renovate bot changed the title Update dependency assemblyscript to v0.27.14 Update dependency assemblyscript to v0.27.15 Nov 3, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-0.x branch from 1dbe92f to edca98a Compare November 9, 2023 03:09
@renovate renovate bot changed the title Update dependency assemblyscript to v0.27.15 Update dependency assemblyscript to v0.27.16 Nov 9, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-0.x branch from edca98a to cc9e640 Compare November 9, 2023 21:11
@renovate renovate bot changed the title Update dependency assemblyscript to v0.27.16 Update dependency assemblyscript to v0.27.17 Nov 9, 2023
@renovate renovate bot changed the title Update dependency assemblyscript to v0.27.17 Update dependency assemblyscript to v0.27.18 Nov 15, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-0.x branch from cc9e640 to 053302f Compare November 15, 2023 01:17
@renovate renovate bot changed the title Update dependency assemblyscript to v0.27.18 Update dependency assemblyscript to v0.27.19 Nov 18, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-0.x branch from 053302f to 6d3565f Compare November 18, 2023 03:25
@renovate renovate bot changed the title Update dependency assemblyscript to v0.27.19 Update dependency assemblyscript to v0.27.20 Nov 21, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-0.x branch from 6d3565f to 1e20e34 Compare November 21, 2023 02:06
@renovate renovate bot changed the title Update dependency assemblyscript to v0.27.20 Update dependency assemblyscript to v0.27.21 Nov 22, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-0.x branch from 1e20e34 to eaf1a31 Compare November 22, 2023 04:50
@renovate renovate bot changed the title Update dependency assemblyscript to v0.27.21 Update dependency assemblyscript to v0.27.22 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/assemblyscript-0.x branch from eaf1a31 to 89e6379 Compare November 24, 2023 03:37
@renovate renovate bot force-pushed the renovate/assemblyscript-0.x branch from 89e6379 to b4805b2 Compare January 16, 2024 04:29
@renovate renovate bot changed the title Update dependency assemblyscript to v0.27.22 Update dependency assemblyscript to v0.27.23 Jan 16, 2024
@renovate renovate bot force-pushed the renovate/assemblyscript-0.x branch from b4805b2 to 95e1ba8 Compare January 31, 2024 04:39
@renovate renovate bot changed the title Update dependency assemblyscript to v0.27.23 Update dependency assemblyscript to v0.27.24 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/assemblyscript-0.x branch from 95e1ba8 to 904df0c Compare March 9, 2024 01:32
@renovate renovate bot changed the title Update dependency assemblyscript to v0.27.24 Update dependency assemblyscript 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