You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2021/03/06 18:23:08 UTC

[netbeans] branch master updated (d436e35 -> 4bee741)

This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from d436e35  Use GitHub to get netbeansrelease.json at Snap builds
     new 22f5827  [NETBEANS-5351] NullPointerException from BreadcrumbsImpl
     new c7b9f20  Update tm4e library to current version
     new 54348f1  Simplify running node module bundler
     new 6820f49  Update typescript language server to 0.5.1 and typescript itself to 4.1.4
     new 17cc49f  Update TypeScript textmate grammar to the one used by vscode 1.53.1
     new 4bee741  Merge pull request #2775 from matthiasblaesing/update-typescript

The 5066 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../lsp/client/bindings/BreadcrumbsImpl.java       |   41 +-
 ide/textmate.lexer/external/binaries-list          |    2 +-
 .../org.eclipse.tm4e.core-0.4.1-pack1-license.txt  |   92 ++
 ...clipse.tm4e.core_0.2.0.201809031154-license.txt |  209 ----
 ide/textmate.lexer/nbproject/project.properties    |    2 +-
 ide/textmate.lexer/nbproject/project.xml           |    4 +-
 .../typescript.editor/bundles/package/package.json |    9 +-
 .../typescript.editor/bundles/prepare/pom.xml      |   38 +-
 .../modules/learning/prepare/PrepareBundles.java   |   57 +-
 .../modules/learning/prepare/ALv2Header.txt}       |    0
 webcommon/typescript.editor/external/binaries-list |   38 +-
 ...3-license.txt => graceful-fs-4.2.6-license.txt} |    2 +-
 ....3-license.txt => typescript-4.1.4-license.txt} |    4 +-
 ...> typescript-language-server-0.5.1-license.txt} |    2 +-
 ...icense.txt => vscode-jsonrpc-6.0.0-license.txt} |    2 +-
 ...ode-languageserver-protocol-3.16.0-license.txt} |    2 +-
 ...vscode-languageserver-types-3.16.0-license.txt} |    2 +-
 .../typescript/editor/TypeScript.tmLanguage.json   | 1157 +++++++++++++++-----
 18 files changed, 1128 insertions(+), 535 deletions(-)
 create mode 100644 ide/textmate.lexer/external/org.eclipse.tm4e.core-0.4.1-pack1-license.txt
 delete mode 100644 ide/textmate.lexer/external/org.eclipse.tm4e.core_0.2.0.201809031154-license.txt
 copy webcommon/{selenium2.webclient/src/org/netbeans/modules/selenium2/webclient/ui/Bundle.properties => typescript.editor/bundles/prepare/src/main/resources/org/netbeans/modules/learning/prepare/ALv2Header.txt} (100%)
 rename webcommon/typescript.editor/external/{graceful-fs-4.2.3-license.txt => graceful-fs-4.2.6-license.txt} (98%)
 rename webcommon/typescript.editor/external/{typescript-2.8.3-license.txt => typescript-4.1.4-license.txt} (99%)
 rename webcommon/typescript.editor/external/{typescript-language-server-0.4.0-license.txt => typescript-language-server-0.5.1-license.txt} (99%)
 rename webcommon/typescript.editor/external/{vscode-jsonrpc-5.0.0-next.4-license.txt => vscode-jsonrpc-6.0.0-license.txt} (99%)
 rename webcommon/typescript.editor/external/{vscode-languageserver-protocol-3.15.0-next.11-license.txt => vscode-languageserver-protocol-3.16.0-license.txt} (99%)
 rename webcommon/typescript.editor/external/{vscode-languageserver-types-3.15.0-next.8-license.txt => vscode-languageserver-types-3.16.0-license.txt} (98%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists