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

Upstream master #122

Merged
merged 41 commits into from
Jul 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
fe7bd30
Fix textmate language template spec
lgeiger Nov 3, 2019
19a0791
.gitattributes: Set platform-specific line-endings
DeeDeeG Aug 15, 2020
d795141
GitHub Actions
aminya Aug 23, 2020
1089390
use npm install
aminya Aug 23, 2020
cacfdd7
faster git clone on appveyor
aminya Aug 23, 2020
7510d50
update badges
aminya Aug 23, 2020
fc32606
Use github actions for windows x86
aminya Dec 10, 2020
495e14c
fix: bump git-utils
aminya Jan 18, 2021
5576234
Merge pull request #892 from DeeDeeG/support_visual_studio_2017_and_2019
sadick254 Jan 29, 2021
521b319
Update setup-node
aminya Jan 29, 2021
e67e927
Implement naming conventions
chbk Dec 14, 2019
de1782a
Update specs
chbk Mar 17, 2020
ea78e5f
fix: update async package
aminya Feb 26, 2021
1b413e5
fix: detectSeries third callback not passing err
aminya Feb 27, 2021
a6f65c4
Merge pull request #899 from atom-community/github-actions-4upstream
darangi Mar 4, 2021
511ebd1
Merge pull request #914 from atom-community/async-update-4upstream
darangi Mar 4, 2021
db354e9
Merge pull request #913 from atom-community/git-utils
darangi Mar 4, 2021
9f4d06b
Merge pull request #897 from atom-community/update-gitattributes
darangi Mar 4, 2021
5456b1b
feat: update the bundled Node version to match Atom-Electron 9
aminya Mar 6, 2021
3756fe9
use v12.14.1 to match atom --version
aminya Mar 6, 2021
0bad9a0
Merge pull request #916 from atom-community/node-version-4upstream
darangi Apr 19, 2021
217c5cb
2.6.2
sadick254 Apr 28, 2021
b91b030
:arrow_up: Bump [email protected]
sadick254 Apr 28, 2021
231324c
Merge pull request #922 from atom/update-keytar
sadick254 Apr 28, 2021
7be56b8
script: Remove automatic deduping from postinstall
DeeDeeG Jan 13, 2021
0057189
Merge pull request #924 from DeeDeeG/no-deduping-in-postinstall
sadick254 May 20, 2021
5153fe1
Update bundled node version to 12.18.3
sadick254 Jun 12, 2021
b338166
Merge pull request #925 from atom/update-bundled-node-version
sadick254 Jun 12, 2021
e21b21b
2.6.3
sadick254 Jun 12, 2021
1ae38cb
Merge branch 'master' of github.com:atom/apm
sadick254 Jun 12, 2021
6de2105
Bump [email protected]
sadick254 Jun 21, 2021
08ab57b
Merge pull request #926 from atom/bump-git-utils
sadick254 Jun 21, 2021
5b4fe79
2.6.4
sadick254 Jun 21, 2021
42134ae
Bump first-mate
sadick254 Jul 8, 2021
7bc64eb
Remove node 12 from the node matrix
sadick254 Jul 8, 2021
00620c5
Merge pull request #932 from atom/remove-node-12-from-node-matrix
sadick254 Jul 8, 2021
bfff078
Merge pull request #931 from atom/bump-first-mate
sadick254 Jul 8, 2021
ade8fbe
2.6.5
sadick254 Jul 8, 2021
0f0b679
Merge pull request #883 from chbk/scopes
sadick254 Jul 8, 2021
8538e0f
Merge pull request #872 from lgeiger/patch-1
sadick254 Jul 8, 2021
b13ff19
Merge branch 'master' into upstream_master
aminya Jul 21, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- macos-latest
- windows-latest
node_version:
- 10
- 12
- 14
node_arch:
Expand All @@ -29,7 +28,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install Node
uses: actions/setup-node@v2-beta
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node_version }}
architecture: ${{ matrix.node_arch }}
Expand Down
2 changes: 1 addition & 1 deletion BUNDLED_NODE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.14.1
v12.18.3
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# empty appveyor
build: off

branches:
only:
- non-existing
141 changes: 57 additions & 84 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"dependencies": {
"@atom/plist": "0.4.4",
"asar-require": "0.3.0",
"async": "~3.2.0",
"async": "^3.2.0",
"colors": "~1.4.0",
"first-mate": "^7.4.1",
"first-mate": "^7.4.3",
"fs-plus": "3.x",
"git-utils": "^5.7.1",
"git-utils": "^5.7.2",
"glob": "^7.1.6",
"hosted-git-info": "^3.0.7",
"keytar": "^6.0.1",
"keytar": "^7.7.0",
"mv": "2.1.1",
"ncp": "~2.0.0",
"npm": "^6.14.9",
Expand Down
4 changes: 3 additions & 1 deletion spec/init-spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,10 @@ describe "apm init", ->
runs ->
expect(fs.existsSync(themePath)).toBeTruthy()
expect(fs.existsSync(path.join(themePath, 'styles'))).toBeTruthy()
expect(fs.existsSync(path.join(themePath, 'styles', 'base.less'))).toBeTruthy()
expect(fs.existsSync(path.join(themePath, 'styles', 'colors.less'))).toBeTruthy()
expect(fs.existsSync(path.join(themePath, 'styles', 'syntax-variables.less'))).toBeTruthy()
expect(fs.existsSync(path.join(themePath, 'styles', 'syntax.less'))).toBeTruthy()
expect(fs.existsSync(path.join(themePath, 'styles', 'editor.less'))).toBeTruthy()
expect(fs.existsSync(path.join(themePath, 'index.less'))).toBeTruthy()
expect(fs.existsSync(path.join(themePath, 'README.md'))).toBeTruthy()
expect(fs.existsSync(path.join(themePath, 'package.json'))).toBeTruthy()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe "__PackageName__ grammar", ->
atom.packages.activatePackage("language-__package-name__")

runs ->
grammar = atom.syntax.grammarForScopeName("source.__package-name__")
grammar = atom.grammars.grammarForScopeName("source.__package-name__")

it "parses the grammar", ->
expect(grammar).toBeTruthy()
Expand Down
4 changes: 3 additions & 1 deletion templates/theme/index.less
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
@import "./styles/base.less";
@import "styles/syntax-variables.less";
@import "styles/syntax.less";
@import "styles/editor.less";
Loading