-
Notifications
You must be signed in to change notification settings - Fork 250
Comparing changes
Open a pull request
base repository: electron/asar
base: v3.2.15
head repository: electron/asar
compare: main
- 16 commits
- 31 files changed
- 6 contributors
Commits on Nov 1, 2024
-
build(deps): bump dsanders11/project-actions from 1.3.0 to 1.4.0 (#340)
Bumps [dsanders11/project-actions](https://github.com/dsanders11/project-actions) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/dsanders11/project-actions/releases) - [Changelog](https://github.com/dsanders11/project-actions/blob/main/.releaserc.json) - [Commits](dsanders11/project-actions@eb760c4...438b25e) --- updated-dependencies: - dependency-name: dsanders11/project-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 546ed91 - Browse repository at this point
Copy the full SHA 546ed91View commit details
Commits on Nov 5, 2024
-
fix: Enable
getNode
to follow directory links (fixes #248) (#318)Configuration menu - View commit details
-
Copy full SHA for f30b93d - Browse repository at this point
Copy the full SHA f30b93dView commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9ec1830 - Browse repository at this point
Copy the full SHA 9ec1830View commit details -
fix:
isUnpackedDir
matches non-child directories that have same fol……der name prefix (#333) * tmp save * update test case to test minimatch pattern * yarn prettier * remove path separator as it differs on windows * retrigger build as the timeout is unrelated to edited unit test * empty commit
Configuration menu - View commit details
-
Copy full SHA for 4df48cd - Browse repository at this point
Copy the full SHA 4df48cdView commit details
Commits on Nov 21, 2024
-
test: remove unused index.test-d.ts file (#343)
* test: remove unused index.test-d.ts file * build: remove prettier pattern with no matches
Configuration menu - View commit details
-
Copy full SHA for 044fb5f - Browse repository at this point
Copy the full SHA 044fb5fView commit details
Commits on Jan 7, 2025
-
fix: Respect unpack minimatch for symlinks within previously unpacked…
… directories (#341) * fix: Respecting unpack configuration when considering symlinks within previously unpacked directories. This directly fixes unpacking static `.framework` modules on Mac, as otherwise codesigning will fail due to symlink files/directories not being reflected in the app.asar.unpacked directory. Added unit test with Hello.framework, generated from tutorial https://jano.dev/apple/mach-o/2024/06/28/Hello-Static-Framework.html Fixes: electron-userland/electron-builder#8655 * adding unit test by programmatically create symlinks during test case (same approach as has been taken for filesystem UT already) * cleanup changes post-merging `main`
Configuration menu - View commit details
-
Copy full SHA for 645b7db - Browse repository at this point
Copy the full SHA 645b7dbView commit details
Commits on Jan 11, 2025
-
* ci: switch to GHA * test: don't run symlink tests on Windows
Configuration menu - View commit details
-
Copy full SHA for 76064f4 - Browse repository at this point
Copy the full SHA 76064f4View commit details
Commits on Jan 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for eb9c890 - Browse repository at this point
Copy the full SHA eb9c890View commit details -
Configuration menu - View commit details
-
Copy full SHA for 121efeb - Browse repository at this point
Copy the full SHA 121efebView commit details
Commits on Feb 1, 2025
-
build(deps): bump dsanders11/project-actions from 1.4.0 to 1.5.1 (#352)
Bumps [dsanders11/project-actions](https://github.com/dsanders11/project-actions) from 1.4.0 to 1.5.1. - [Release notes](https://github.com/dsanders11/project-actions/releases) - [Changelog](https://github.com/dsanders11/project-actions/blob/main/.releaserc.json) - [Commits](dsanders11/project-actions@438b25e...9c80cd3) --- updated-dependencies: - dependency-name: dsanders11/project-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8bf3b94 - Browse repository at this point
Copy the full SHA 8bf3b94View commit details -
build(deps): bump actions/setup-node from 4.1.0 to 4.2.0 (#353)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@39370e3...1d0ff46) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ad4b111 - Browse repository at this point
Copy the full SHA ad4b111View commit details
Commits on Feb 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c2a5f3a - Browse repository at this point
Copy the full SHA c2a5f3aView commit details
Commits on Feb 10, 2025
-
feat: allow providing properties (such as
unpack
) inordering
inp……ut file (#350) * Part 1 for electron/universal#117 with updated unit test * add additional helper function * use wrapped-fs for writeFile * `yarn prettier:write` * swap to for-of loop and extract helper function `isAlreadySorted` to make it more readable
Configuration menu - View commit details
-
Copy full SHA for b2f73c8 - Browse repository at this point
Copy the full SHA b2f73c8View commit details
Commits on Feb 11, 2025
-
fix: revert "feat: allow providing properties (such as
unpack
) in `…Configuration menu - View commit details
-
Copy full SHA for 9b7ccfe - Browse repository at this point
Copy the full SHA 9b7ccfeView commit details
Commits on Mar 6, 2025
-
test: add
--ordering
unit tests withchai
(#357)* adding chai+snapshot functionality. adding snapshot tests to verify app with new `ordering` file unit tests * undo `await Promise.all` to return to `main` logic. Added comment saying it needs to be fixed but currently the fixture is flaky and warrants a separate investigation ¯\_(ツ)_/¯ * PR feedback. add `ordering` jsdoc and update unit tests to supply additional files to verify that "ordering" is successfully applied
Configuration menu - View commit details
-
Copy full SHA for dfd30c5 - Browse repository at this point
Copy the full SHA dfd30c5View commit details
Commits on Mar 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c95e851 - Browse repository at this point
Copy the full SHA c95e851View commit details
There are no files selected for viewing
This file was deleted.