Commit Graph

8267 Commits

Author SHA1 Message Date
Maurício Szabo
d43d1ed2aa Fixed dependencies 2022-07-24 12:46:09 -03:00
confused-Techie
024cfe8bbb Adding branding info to global API 2022-07-23 17:25:45 -07:00
Maurício Szabo
29e3684bf5 Github package update to use the transpiled version 2022-07-23 16:22:17 -03:00
Maurício Szabo
d6380096dd Allow to use yarn to start hacking the editor. 2022-07-23 16:14:30 -03:00
DeeDeeG
deb7e89b84 deps: Downgrade fs-admin to 0.19.0 for deduping
Matches the indirect dependency specified by text-buffer.

Saving a couple of megabytes of RAM/disk usage by deduping.
2022-07-10 21:00:04 -04:00
DeeDeeG
30dfe2e84a deps: Update text-buffer for indirect fs-admin bump 2022-07-10 21:00:04 -04:00
DeeDeeG
4f800cd80a deps: Update fs-admin in core 2022-07-10 21:00:04 -04:00
Amin Yahyaabadi
daf620a0a1 fix: update nsfw to 2.2.2 2022-07-07 20:42:16 -07:00
Amin Yahyaabadi
ee702a8cb1 Merge branch 'master' into pr/76 2022-07-07 19:12:23 -07:00
DeeDeeG
953ff2a03e deps: Fix packageDependencies for find-and-replace
Use the version number from the git tarball specified in dependencies.

--

I'm pretty sure version specs in packageDependencies
can only be version numbers or relative paths.

URLs, such as tarball URLs or git URLs,
aren't supported in packageDependencies.

(Based on what apm does and doesn't support in its `install` command.)
2022-07-05 13:58:16 -04:00
Amin Yahyaabadi
a241502824 Merge branch 'find-and-replace' into pr/67 2022-07-03 18:39:49 -07:00
Amin Yahyaabadi
4db8e31729 fix: update find-and-replace to v0.220.1 2022-07-03 18:39:09 -07:00
Amin Yahyaabadi
7779121884 Merge branch 'find-and-replace' into pr/67 2022-07-03 17:23:14 -07:00
Amin Yahyaabadi
3177d3ee21 fix: update find-and-replace to v0.220.0 2022-07-03 17:16:03 -07:00
DeeDeeG
f50a997d05 Fix "snippets" version in package.json
In package.json, update snippets' version under "dependencies:"
to match the version resolved from the git dependency specified in
"packageDependencies:".

(It should be 1.6.0 now, since that's what snippets' package.json says
at the git commit we specified under "packageDependencies:")
2022-07-03 12:59:27 -04:00
Amin Yahyaabadi
95a3cf69b3 fix: update the snippets package 2022-07-02 22:26:43 -07:00
Amin Yahyaabadi
2bb3e6f0c2 fix: target electron 11 in babel 2022-07-02 00:18:27 -07:00
Amin Yahyaabadi
20a01524bd fix: update babel-preset-atomic to the latest version 2022-06-30 01:21:12 -07:00
Amin Yahyaabadi
9a775082dd Merge branch 'master' into pr/67 2022-06-30 00:32:26 -07:00
Maurício Szabo
729996691e Bump Atom's tree-sitter 2022-06-26 12:00:24 -03:00
steven nguyen
477b075db5 ➡️ Migrate all language packages
To make https://github.com/atom-community/atom/pull/386 reviewable,
that pr will be separated into many simpler prs. This is one of them.

This first commit does the following:
- update package.json
- update package-lock.json using `./script/build` which also seems to update `apm/package-lock.json`
- update packages/README.md
- clone all language packages. Specifically:
    - `mkdir packages/language-<all of them>`
    - `cd packages/about`
    - For all languages:
        - `cd ../language-<>`
        - `git clone language-<>`
        - Move all files except `.git` from `language-<>/language-<>`
          to `language-<>`
        - delete `language-<>/language-<>`

Since at first I accidentally updated `dependencies` then
`packageDependencies`, it appears that since the versions of language-c,
language-css, language-go, language-javascript, and language-sass don't
match, `dependencies` was reset for those versions.

[Those repos just happen to be precisely the ones that have tree-sitter v19](https://github.com/icecream17/atom-update-backlog/blob/main/Languages.md), (sans language-sass),
which [currently breaks atom](https://github.com/atom/atom/issues/22129). So even though their repos are now
in `packages`, **I've decided to not use them**.

This is done by updating `packageDependencies` only for non-breaking
languages.
2022-06-25 19:58:57 +00:00
Steven Nguyen
0b0fbd262a
Merge branch 'master' into nsfw2 2022-06-20 14:02:48 -05:00
DeeDeeG
6cdc47c3c3
⬆️ electron 11.5.0 (#23692) 2022-04-12 19:22:34 +03:00
Hubot
2e9dc8a6dd 1.63.0-dev 2022-04-09 13:44:02 -07:00
Hubot
5534994c39 1.62.0-dev 2022-03-07 17:18:59 -06:00
steven nguyen
f3b631b458 ⬆️ electron-packager to 15.1.0 in /script
According to https://www.electronjs.org/blog/apple-silicon,
if arm64 is going to be supported, `electron-packager` should be at least
`15.1.0`
Running npm install seemed to update a bunch of other things

Also language-ruby keeps reverting to 0.72, this seems to fix that.
2022-02-28 15:41:56 +00:00
steven nguyen
ab522d1e04 Bump language-ruby to 0.73.0
Fixes #22160
2022-02-18 01:35:57 +00:00
darangi
b7852629b5 ⬆️ language-php@0.48.1 2022-01-17 06:24:05 +01:00
Sadick
eb6258fd50
Merge pull request #22687 from atom/electron-upgrade-11.4.7
Electron upgrade 11.4.7
2021-12-02 15:59:52 +03:00
Hubot
fbaf2dcdc7 1.61.0-dev 2021-11-06 07:45:09 -04:00
sadick254
5bb29040f9
⬆️ Bump language-css@0.45.1 2021-09-04 07:17:17 +03:00
Maarten Fonville
0e7eeb6270
Upgrade to electron 11.4.12 for security fixes (#22810)
* Upgrade to electron 11.4.11 for security fixes

* Electron 11.4.12
2021-08-31 09:14:44 +03:00
Sadick
be5aa06bc9
Add document.registerElement polyfill (#22901)
Atom is upgrading to use electron 11.4.7 however on that version
chromium has deprecated `document.registerElement`.

There are some community packages whose implementations depend on
`document.registerElement`. Therefore shipping without a polyfill will
break those packages.

As Atom maintainers we wouldn't want to introduce a change
that has the potential of breaking many packages.
2021-08-25 22:07:12 +03:00
sadick254
e7fdecff1b
Bump github@0.36.10 2021-08-20 08:02:26 +03:00
sadick254
b2eeaafc3e
Bump electron version 2021-08-18 12:57:37 +03:00
sadick254
0a8684575d
Bump packages
- @atom/fuzzy-native@1.2.1
- @atom/nsfw@1.0.28",
- atom-keymap@8.2.15",
- first-mate@7.4.3",
- pathwatcher@8.1.2",
2021-08-18 12:57:37 +03:00
sadick254
8a18c4bea5
Bump tree-view 2021-08-13 06:54:11 +03:00
sadick254
486a6ef8fe
Bump tabs@0.110.2 2021-08-09 08:19:16 +03:00
sadick254
3e43fec5c6
Bump tabs 2021-08-06 20:29:17 +03:00
sadick254
d4ef91761f
Bump keybinding-resolver@0.39.1 2021-08-06 19:42:45 +03:00
sadick254
0470fad3a0
Bump notifications@0.72.1 2021-08-05 21:24:16 +03:00
Joao Martins
63414c6f66 Updates tree-view package to v0.229.0 2021-08-01 22:02:53 +01:00
Hubot
d6b1c04a98 1.60.0-dev 2021-07-26 12:55:52 -04:00
sadick254
fea499155d
Revert "1.60.0-dev"
This reverts commit f35fc3d348.
2021-07-22 22:45:21 +03:00
steven nguyen
0119a8c052
Remove marked 2021-07-11 13:46:05 -05:00
Hubot
f35fc3d348 1.60.0-dev 2021-06-07 11:17:46 -05:00
sadick254
e90429abef
⬆️ Bump atom-select-list@0.8.1 2021-05-21 17:22:56 +03:00
Sadick
72a8b64e55
Merge pull request #22407 from atom/bump-archive-view@0.66.0
⬆️  Bump archive-view@0.66.0
2021-05-12 21:49:50 +03:00
sadick254
77c33b7d31
⬆️ Bump archive-view@0.66.0 2021-05-12 17:41:55 +03:00
Musa Ibrahim
e04f2aac0f
Merge pull request #22096 from atom-community/update-language-python
fix: update language-python for nightly
2021-05-12 10:28:43 +01:00
sadick254
ca93349caf
Bump language-php@0.47.0 2021-05-11 21:35:13 +03:00
Sadick
21e365b735
Merge pull request #22385 from atom/dependabot/npm_and_yarn/postcss-8.2.10
Bump postcss from 8.1.6 to 8.2.10
2021-05-11 14:41:19 +03:00
Sadick
74eadf3f90
Merge pull request #22386 from atom/bump-bracket-matcher@0.92.0
Bump bracket-matcher@0.92.0
2021-05-11 08:12:55 +03:00
sadick254
fac955c1ad
Bump bracket-matcher@0.92.0 2021-05-10 23:26:35 +03:00
dependabot[bot]
5b8512b660
Bump postcss from 8.1.6 to 8.2.10
Bumps [postcss](https://github.com/postcss/postcss) from 8.1.6 to 8.2.10.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.1.6...8.2.10)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 16:00:28 +00:00
Sadick
418ba3b844
Merge pull request #22384 from atom/bump-pathwatcher@8.1.1
Bump pathwatcher@8.1.1
2021-05-10 18:58:14 +03:00
sadick254
f5be178da2
Bump pathwatcher@8.1.1 2021-05-10 16:10:48 +03:00
Hubot
c663022bd9 1.59.0-dev 2021-05-08 04:00:37 -05:00
sadick254
75d6a7e097
⬆️ Bump find-and-replace@0.219.8 2021-05-06 22:59:49 +03:00
sadick254
877f77d3e8
⬆️ Bump whitespace@0.37.8 2021-05-05 16:41:48 +03:00
Amin Yahyaabadi
e18a7892ee
Merge branch 'master' into update-language-python 2021-04-15 23:34:46 -05:00
sadick254
bab3720d12
⬆️ Bump scrollbar-style@4.0.0 2021-04-15 21:30:39 +03:00
Hubot
2ad9e99c95 1.58.0-dev 2021-04-09 11:13:54 -05:00
Sadick
6fa973136a
Merge pull request #22159 from atom/bump-tree-view-0.228.3
⬆️  Bump tree-view@0.228.3
2021-04-09 00:54:04 +03:00
sadick254
93efd43386
⬆️ Bump tree-view@0.228.3 2021-04-08 23:34:21 +03:00
Sadick
aed0d99142
Merge pull request #22152 from atom/bump-settings-view
Bump settings-view@0.261.8
2021-04-08 21:03:43 +03:00
sadick254
383e303697
⬆️ Bump settings-view@0.261.8 2021-04-08 01:21:25 +03:00
runner
1dc3100dea ⬆️ atom-select-list@0.8.0 2021-04-06 23:30:49 +01:00
Musa Ibrahim
7d2a13577f
Merge pull request #22068 from atom/normalize-package-data-3.0.2
⬆️ normalize-package-data@3.0.2
2021-04-06 09:33:30 -07:00
Musa Ibrahim
bfe2145456
Merge pull request #22063 from atom/git-utils-5.7.1
⬆️ git-utils@5.7.1
2021-04-06 08:34:40 -07:00
Musa Ibrahim
c109e035d1
Merge pull request #22060 from atom/chai-4.3.4
⬆️ chai@4.3.4
2021-04-06 08:01:14 -07:00
runner
af213fa26b ⬆️ chai@4.3.4 2021-04-06 10:51:12 +01:00
runner
3a27d88e50 ⬆️ focus-trap@6.3.0 2021-04-06 10:50:35 +01:00
runner
c2742d7035 ⬆️ git-utils@5.7.1 2021-04-06 10:45:40 +01:00
runner
1727a85260 ⬆️ normalize-package-data@3.0.2 2021-04-06 10:28:13 +01:00
Andrea Bogazzi
be08d10ebc try 2021-03-30 17:23:10 +02:00
Amin Yahyaabadi
0c1e1f9121 fix: update language-python 2021-03-29 16:07:26 -05:00
darangi
5ca56fc790 fix serialization error 2021-03-17 22:15:03 +01:00
Hubot
42f24335d6 1.57.0-dev 2021-03-05 11:51:16 -06:00
Sadick
f4d832f2e2
Upgrade to electron 9.4.4 (#21777)
* Electron 9.4.4 Upgrade

Co-authored-by: Amin Yahyaabaadi <aminyahyaabadi74@gmail.com>
Co-authored-by: Maarten Fonville <mfonville@users.noreply.github.com>
Co-authored-by: Andrea Bogazzi <andreabogazzi79@gmail.com>
2021-03-05 07:48:45 +03:00
Ash Wilson
91e85776e2 ⬆️ github 2021-01-28 19:40:12 -05:00
Ivan
3ea504256a
update language-java (#21852) 2021-01-12 20:06:51 +03:00
Musa Ibrahim
30ba00a8f1
Merge pull request #21753 from atom/mb-fix-tree-sitter-injection
Fix handling of "empty" language injections with Tree-sitter
2020-12-10 14:17:08 +01:00
darangi
0af360a8e0 ⬇️ text-buffer@13.17.4 2020-12-10 12:28:47 +01:00
darangi
853d162950 ⬆️ text-buffer@13.18.5 2020-12-10 09:26:01 +01:00
Hubot
d2e7d16f59 1.56.0-dev 2020-12-09 10:54:25 -06:00
aminya
5758609f48 update to babel-preset-atomic 3 2020-11-26 16:02:11 -06:00
aminya
cdd8dbdf78 update babel-preset-atomic to 2.7.0 2020-11-26 16:02:06 -06:00
aminya
9eb177adde update babel-preset-atomic to 2.6.1 2020-11-26 16:02:06 -06:00
aminya
0db3075ac8 update @babel/core to 7.12.3 2020-11-26 16:02:06 -06:00
aminya
684fa16d13 update babel-preset-atomic to 2.5.4 2020-11-26 16:02:06 -06:00
Amin Yahyaabadi
35849af938 use babel-preset-atomic 2.4.2 2020-11-26 16:02:06 -06:00
aminya
988d8f5848 remove babel cli 2020-11-26 16:02:06 -06:00
aminya
77fabfb786 use babel-preset-atomic 2020-11-26 16:02:06 -06:00
aminya
84eb6c5546 use babel-plugin-add-module-exports 2020-11-26 16:02:06 -06:00
aminya
5062a9f2a9 remove async to generator 2020-11-26 16:02:05 -06:00
Amin Yahyaabadi
4e85453221 babel proposal plugins to replace the old stage-0 plugin 2020-11-26 16:02:05 -06:00
Amin Yahyaabadi
c4c377a572 add babel react and flow. 2020-11-26 16:02:05 -06:00
Amin Yahyaabadi
81e2fe4143 async-to-generator 2020-11-26 16:02:05 -06:00
Amin Yahyaabadi
be9c21b46a optional-chaining plugin 2020-11-26 16:02:05 -06:00