Skip to content

Commit

Permalink
Bumping versions to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Feb 20, 2025
1 parent 5fc1ec9 commit d77c827
Show file tree
Hide file tree
Showing 15 changed files with 39 additions and 97 deletions.
2 changes: 1 addition & 1 deletion dotnet/selenium-dotnet-version.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BUILD FILE SYNTAX: STARLARK

SE_VERSION = "4.29.0"
SE_VERSION = "4.30.0-nightly202502201302"
ASSEMBLY_VERSION = "4.0.0.0"
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]

Expand Down
2 changes: 1 addition & 1 deletion java/version.bzl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SE_VERSION = "4.29.0"
SE_VERSION = "4.30.0-SNAPSHOT"
TOOLS_JAVA_VERSION = "17"
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ load("//javascript/private:browsers.bzl", "BROWSERS")

npm_link_all_packages(name = "node_modules")

VERSION = "4.29.0"
VERSION = "4.30.0-nightly202502201302"

BROWSER_VERSIONS = [
"v85",
Expand Down
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-webdriver",
"version": "4.29.0",
"version": "4.30.0-nightly202502201302",
"description": "The official WebDriver JavaScript bindings from the Selenium project",
"license": "Apache-2.0",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ compile_pip_requirements(
],
)

SE_VERSION = "4.29.0"
SE_VERSION = "4.30.0.202502201302"

BROWSER_VERSIONS = [
"v85",
Expand Down
4 changes: 2 additions & 2 deletions py/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '4.29'
version = '4.30'
# The full version, including alpha/beta/rc tags.
release = '4.29.0'
release = '4.30.0.202502201302'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "selenium"
version = "4.29.0"
version = "4.30.0.202502201302"
license = { text = "Apache 2.0" }
description = "Official Python bindings for Selenium WebDriver."
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion py/selenium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# under the License.


__version__ = "4.29.0"
__version__ = "4.30.0.202502201302"
2 changes: 1 addition & 1 deletion py/selenium/webdriver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from .wpewebkit.service import Service as WPEWebKitService # noqa
from .wpewebkit.webdriver import WebDriver as WPEWebKit # noqa

__version__ = "4.29.0"
__version__ = "4.30.0.202502201302"

# We need an explicit __all__ because the above won't otherwise be exported.
__all__ = [
Expand Down
25 changes: 15 additions & 10 deletions rb/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
selenium-devtools (0.133.0)
selenium-webdriver (~> 4.2)
selenium-webdriver (4.29.0)
selenium-webdriver (4.30.0.nightly)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand All @@ -13,7 +13,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.2.1)
activesupport (8.0.1)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -25,6 +25,7 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
Expand All @@ -38,7 +39,7 @@ GEM
bigdecimal
rexml
csv (3.3.2)
curb (1.0.8)
curb (1.0.9)
date (3.4.1)
date (3.4.1-java)
debug (1.10.0)
Expand Down Expand Up @@ -69,6 +70,7 @@ GEM
json (2.10.1)
json (2.10.1-java)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -104,7 +106,7 @@ GEM
regexp_parser (2.10.0)
reline (0.6.0)
io-console (~> 0.5)
rexml (3.4.0)
rexml (3.4.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -118,9 +120,10 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
rubocop (1.71.2)
rubocop (1.72.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -134,9 +137,10 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-performance (1.24.0)
lint_roller (~> 1.1)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.31.0)
Expand Down Expand Up @@ -164,14 +168,15 @@ GEM
securerandom (>= 0.1)
strscan (>= 1.0.0)
terminal-table (>= 2, < 4)
stringio (3.1.2)
stringio (3.1.4)
strscan (3.1.2)
strscan (3.1.2-java)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (1.0.2)
webmock (3.25.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand Down
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

module Selenium
module WebDriver
VERSION = '4.29.0'
VERSION = '4.30.0.nightly'
end # WebDriver
end # Selenium
2 changes: 1 addition & 1 deletion rust/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rust_binary(
name = "selenium-manager",
srcs = ["src/main.rs"],
edition = "2021",
version = "0.4.29",
version = "0.4.30-nightly",
visibility = ["//visibility:public"],
deps = [
":selenium_manager",
Expand Down
83 changes: 10 additions & 73 deletions rust/Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "9c5df13665bbb4442be9c8674c176e8324d597425d8da1f20e952cea268d6168",
"checksum": "e68bc8d92875cfa0a3769e6e31b05c99d2669f20fda466dd415ef9dcbd361b7d",
"crates": {
"addr2line 0.21.0": {
"name": "addr2line",
Expand Down Expand Up @@ -2039,79 +2039,16 @@
"id": "jobserver 0.1.31",
"target": "jobserver"
},
{
"id": "libc 0.2.168",
"target": "libc"
},
{
"id": "shlex 1.3.0",
"target": "shlex"
}
],
"selects": {
"aarch64-apple-darwin": [
{
"id": "libc 0.2.168",
"target": "libc"
}
],
"aarch64-unknown-linux-gnu": [
{
"id": "libc 0.2.168",
"target": "libc"
}
],
"aarch64-unknown-nixos-gnu": [
{
"id": "libc 0.2.168",
"target": "libc"
}
],
"arm-unknown-linux-gnueabi": [
{
"id": "libc 0.2.168",
"target": "libc"
}
],
"i686-unknown-linux-gnu": [
{
"id": "libc 0.2.168",
"target": "libc"
}
],
"powerpc-unknown-linux-gnu": [
{
"id": "libc 0.2.168",
"target": "libc"
}
],
"s390x-unknown-linux-gnu": [
{
"id": "libc 0.2.168",
"target": "libc"
}
],
"x86_64-apple-darwin": [
{
"id": "libc 0.2.168",
"target": "libc"
}
],
"x86_64-unknown-freebsd": [
{
"id": "libc 0.2.168",
"target": "libc"
}
],
"x86_64-unknown-linux-gnu": [
{
"id": "libc 0.2.168",
"target": "libc"
}
],
"x86_64-unknown-nixos-gnu": [
{
"id": "libc 0.2.168",
"target": "libc"
}
]
}
"selects": {}
},
"edition": "2018",
"version": "1.1.30"
Expand Down Expand Up @@ -13204,9 +13141,9 @@
],
"license_file": "LICENSE"
},
"selenium-manager 0.4.29": {
"selenium-manager 0.4.30-nightly": {
"name": "selenium-manager",
"version": "0.4.29",
"version": "0.4.30-nightly",
"package_url": "https://github.com/SeleniumHQ/selenium",
"repository": null,
"targets": [
Expand Down Expand Up @@ -13355,7 +13292,7 @@
"selects": {}
},
"edition": "2021",
"version": "0.4.29"
"version": "0.4.30-nightly"
},
"license": "Apache-2.0",
"license_ids": [
Expand Down Expand Up @@ -21478,7 +21415,7 @@
},
"binary_crates": [],
"workspace_members": {
"selenium-manager 0.4.29": "rust"
"selenium-manager 0.4.30-nightly": "rust"
},
"conditions": {
"aarch64-apple-darwin": [
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.lock

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

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "selenium-manager"
version = "0.4.29" # don't forget to update rust/BUILD.bazel
version = "0.4.30-nightly" # don't forget to update rust/BUILD.bazel
edition = "2021"
authors = ["Selenium <selenium-developers@googlegroups.com"]
license = "Apache-2.0"
Expand Down

1 comment on commit d77c827

@smortex
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, the change in the Gemfile.lock (activesupport (8.0.1)) breaks CI as this version of activesupport needs ruby version >= 3.2.0 and a bunch of CI jobs use ruby 3.1.6. The issue is visible in #15315.

Adding an explicit dependency on an older version in the Gemfile would help, so would bundling with an older version of Ruby and updating the Gemfile.lock with what it produce, but I bet we can have bundler take all supported versions of Ruby into account to compute a bundle that works with all versions of ruby the project support: https://bundler.io/guides/gemfile_ruby.html

Please # to comment.