Skip to content

chore(deps): bump and relock dependencies #11281

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

Merged
merged 2 commits into from
Jun 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
9 changes: 4 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
git
just
nixfmt-rfc-style
nodejs_20.pkgs.prettier
nodejs.pkgs.prettier
shellcheck
shfmt
statix
Expand Down Expand Up @@ -136,7 +136,7 @@
# link checking
lychee
# release automation
nodejs_20
nodejs
# used in notebooks to download data
curl
# docs
Expand Down Expand Up @@ -173,7 +173,6 @@
ibis311
ibis312
ibis313
update-lock-files
check-release-notes-spelling
;
};
Expand All @@ -191,7 +190,7 @@
ibis312 = mkDevShell pkgs.ibisDevEnv312;
ibis313 = mkDevShell pkgs.ibisDevEnv313;

default = ibis312;
default = ibis313;

preCommit = pkgs.mkShell {
name = "preCommit";
Expand All @@ -211,7 +210,7 @@
packages = with pkgs; [
git
uv
nodejs_20
nodejs
unzip
gnugrep
(python3.withPackages (p: [ p.packaging ]))
Expand Down
11 changes: 1 addition & 10 deletions nix/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ in

changelog = pkgs.writeShellApplication {
name = "changelog";
runtimeInputs = [ pkgs.nodejs_20.pkgs.conventional-changelog-cli ];
runtimeInputs = [ pkgs.nodejs.pkgs.conventional-changelog-cli ];
text = ''
conventional-changelog --config ./.conventionalcommits.js "$@"
'';
Expand All @@ -157,15 +157,6 @@ in
'';
};

update-lock-files = pkgs.writeShellApplication {
name = "update-lock-files";
runtimeInputs = with pkgs; [
just
uv
];
text = "just lock";
};

gen-examples = pkgs.writeShellApplication {
name = "gen-examples";
runtimeInputs = [
Expand Down
11 changes: 6 additions & 5 deletions requirements-dev.txt

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

Loading
Loading