Commit Graph

38288 Commits

Author SHA1 Message Date
sadick254
80888a979e Migrate to custom elements
document.registerElement will be deprecated which will make moving to
later electrons imposible.
2021-07-20 17:15:27 +03:00
Sadick
311309a111 Merge pull request #22738 from atom/migrate-to-ubuntu-latest
Ubuntu 16.04 LTS environment is deprecated It will be removed on September 20, 2021. Migrate to ubuntu-latest instead.
2021-07-19 19:18:39 +03:00
Sadick
b074765522 Merge pull request #22741 from mfonville/migrate-to-ubuntu-latest
For glibc compatibility use Ubuntu 18.04 as environment
2021-07-19 18:45:56 +03:00
Sadick
c44c52325c Merge pull request #22733 from atom/decaffeinate
Decaffeinate elements
2021-07-19 18:31:45 +03:00
mfonville
ce27104239 For glibc compatibility use Ubuntu 18.04 as environment 2021-07-16 23:09:10 +02:00
sadick254
d53957a98b Decaffeinate pane-resize-handle-element 2021-07-16 23:36:18 +03:00
sadick254
3833de37fe Decaffeinate pane-axis-element 2021-07-16 22:10:06 +03:00
Sadick
b83ee79e79 Merge pull request #22737 from eltociear/patch-4
Fix typo in tree-sitter-language-mode-spec.js
2021-07-16 19:20:12 +03:00
sadick254
27ab77394f Ubuntu 16.04 LTS environment is deprecated
It will be removed on September 20, 2021. Migrate to ubuntu-latest instead.

https://github.com/actions/virtual-environments/issues/3287.

e
 On branch migrate-to-ubuntu-latest
2021-07-16 19:16:09 +03:00
sadick254
c5a37677ed Fix package-lock.json 2021-07-16 18:43:32 +03:00
Ikko Ashimine
a9724cb915 Fix typo in tree-sitter-language-mode-spec.js
targetting -> targeting
2021-07-16 23:42:54 +09:00
sadick254
747b9cbffb Decaffeinate styles element 2021-07-15 22:13:42 +03:00
Sadick
79d468145c Merge pull request #22697 from hwittenborn/master
Fixed command to install Atom dependencies on Ubuntu
2021-07-14 08:00:54 +03:00
Hunter Wittenborn
f5f73d2911 Update README.md
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-07-09 04:05:11 -05:00
Sadick
5676dfc5d7 Merge pull request #22597 from juggernautjp/fix/not-update-menu-with-i18n
Fix/not update menu with i18n (#22594)
2021-07-08 11:31:05 +03:00
Hunter Wittenborn
481feaea2c Fixed numbered list in APT command 2021-07-06 03:56:44 -05:00
Hunter Wittenborn
722ff36bac Moved APT command to separate line 2021-07-06 03:56:03 -05:00
Hunter Wittenborn
f41d857bef Fixed command to install APT dependencies 2021-07-06 03:55:08 -05:00
juggernautjp
12d857c3e9 Delete the comment, specified by icecream17. 2021-07-06 06:21:06 +09:00
sibaki_girls
93f652b339 Update src/menu-manager.coffee
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-07-04 04:03:45 +09:00
sibaki_girls
f471ab2dbb Update src/menu-manager.coffee
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-07-04 04:03:29 +09:00
sibaki_girls
ab7c5809db Update src/main-process/application-menu.js
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-07-04 04:03:02 +09:00
sibaki_girls
74dedc268e Update src/main-process/application-menu.js
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-07-04 04:02:56 +09:00
sibaki_girls
4bc1b8a779 Update src/main-process/application-menu.js
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-07-04 04:02:51 +09:00
sibaki_girls
9a66074706 Update src/main-process/application-menu.js
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-07-04 04:02:40 +09:00
sibaki_girls
31c91de00d Update src/context-menu-manager.coffee
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-07-04 04:02:26 +09:00
Sadick
c430678a76 Merge pull request #22688 from atom/dependabot/npm_and_yarn/color-string-1.5.5
Bump color-string from 1.5.4 to 1.5.5
2021-07-02 23:18:22 +03:00
dependabot[bot]
725e8ca98f Bump color-string from 1.5.4 to 1.5.5
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Qix-/color-string/compare/1.5.4...1.5.5)

---
updated-dependencies:
- dependency-name: color-string
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-02 19:25:42 +00:00
Sadick
5df164961d Merge pull request #22652 from icecream17/icecream17-test
Bump `async` dependency to 3.2.0 in /script
2021-07-02 22:24:37 +03:00
icecream17
65716c967a Use old npm version to create lockfile 2021-07-01 13:14:20 -05:00
juggernautjp
31422befed Fix a bug of CI linet error (src/menu-helpers.js) 2021-06-28 07:52:39 +09:00
icecream17
4774c56d9e Bump async dependency to 3.2.0 in atom/script
Update lockfileVersion to *2*, but that's a side affect from npm

https://github.com/caolan/async/blob/master/CHANGELOG.md#v200
v2.0.0 allows importing functions modularily.
So I changed the code to only import the functions needed
instead of the whole thing.
2021-06-25 16:51:14 -05:00
juggernautjp
80f8d6ea09 Fix a bug of CI (prettier) bug 2021-06-25 07:09:46 +09:00
sibaki_girls
fd264e3b99 Update src/menu-helpers.js
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-06-25 06:49:31 +09:00
sibaki_girls
2e4956f3c9 Update src/menu-helpers.js
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-06-25 06:49:09 +09:00
sibaki_girls
66a49e301d Update src/menu-helpers.js
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-06-25 06:47:33 +09:00
sibaki_girls
adf8dffc18 Update src/menu-manager.coffee
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-06-25 06:47:02 +09:00
sibaki_girls
d9955e8f5b Update src/menu-manager.coffee
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-06-25 06:45:53 +09:00
juggernautjp
23dee756ca Fix bug of Linter error 2021-06-20 00:12:14 +09:00
juggernautjp
83c2956679 Fix error of CI linter
Change spec/{context-,}-menu-manager.spec.js
2021-06-18 03:12:04 +09:00
juggernautjp
0c5a781a1c Fix bug of atom/{src, spec}/*.js for CI error
FIx bug of atom/spec/*menu*.js, that are not tested at 1st Pull Request.
2021-06-17 15:23:04 +09:00
juggernautjp
21b4a2147a Fix bug of "Reopen Project" menu
The fixed bug is that "Reopen Project" menu has no project.
2021-06-14 01:10:48 +09:00
juggernautjp
954d51ce88 Fix menu bug with atom-i18n
"Check for Update" and "Reopen Project" menu dose not work.
2021-06-13 00:39:35 +09:00
Sadick
978843584a Merge pull request #22575 from atom/dependabot/npm_and_yarn/normalize-url-4.5.1
Bump normalize-url from 4.5.0 to 4.5.1
2021-06-11 20:22:21 +03:00
dependabot[bot]
80df7d481a Bump normalize-url from 4.5.0 to 4.5.1
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)

---
updated-dependencies:
- dependency-name: normalize-url
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-11 00:22:03 +00:00
Sadick
b881daf002 Merge pull request #22553 from eltociear/patch-3
tree-indenter: Fix typo
2021-06-07 19:28:01 +03:00
Hubot
f35fc3d348 1.60.0-dev 2021-06-07 11:17:46 -05:00
Ikko Ashimine
09bf19ba7c tree-indenter: Fix typo
happend -> happened
2021-06-08 01:12:51 +09:00
Sadick
83ffb7ac23 Merge pull request #22541 from icecream17/patch-1
Recreate #15175
2021-06-07 08:05:53 +03:00
Sadick
f5c3e992a7 Merge pull request #22543 from ToxicPie/fix-git-diff-typo
git-diff: Fix typo in code
2021-06-07 08:05:05 +03:00